﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8748	Unable to apply any inline style to text inside first block element inside td when there is a comment before	Phil		"To reproduce paste in the below code:
1.
{{{
<!DOCTYPE html PUBLIC ""-//W3C//DTD XHTML 1.0 Transitional//EN"" ""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"">
<html>
	<head><!-- Facebook sharing information tags -->
		<meta content="" "" property=""og:title"">
		<title></title>		
	</head>
	<body leftmargin=""0"" marginheight=""0"" marginwidth=""0"" offset=""0"" topmargin=""0"">
		<table border=""0"" cellpadding=""20"" cellspacing=""0"" width=""100%"">
			<tbody>
				<tr>
					<td valign=""top""><!--Begin Module Standard Content-->
							<h1 class=""h1"">Heading 1</h1>
							<h2 class=""h2"">Heading 2</h2>
							mollis a.
					</td>
				</tr>
			</tbody>
		</table>				
	</body>
</html>
}}}
2. Try to apply font-size or font color to text in heading one
3. Because of the comment above there will be no change and result will look like
{{{
<span id=""cke_bm_111S"" style=""display: none;"">&nbsp;</span>Heading 1<span id=""cke_bm_111E"" style=""display: none;"">&nbsp;</span></h1>
}}}
"	Bug	confirmed	Normal		General	3.5.1			
