<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18999">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>
<DIV><FONT size=2 face=Arial>HTML5 specs says:</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial><quote></FONT></DIV>
<DIV><FONT size=2 face=Arial>3.2.3.7 The style attribute<BR>...</FONT></DIV>
<DIV><FONT size=2 face=Arial>Note: In particular, using the style attribute to 
hide and show content, </FONT></DIV>
<DIV><FONT size=2 face=Arial>or to convey meaning that is otherwise not included 
in the document, </FONT></DIV>
<DIV><FONT size=2 face=Arial>is non-conforming. (To hide and show content, use 
the hidden attribute.)</FONT></DIV>
<DIV><FONT size=2 face=Arial><quote></FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>The following HTML fragment</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial><span style="display:none;"></FONT></DIV>
<DIV><FONT size=2 face=Arial>hidden content</FONT></DIV>
<DIV><FONT size=2 face=Arial></span></FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>when submited to HTML5 validator return a valid 
document.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>So, what does means "non-conforming"? or is this a 
validator fail?</FONT></DIV>
<DIV> </DIV>
<DIV>TIA</FONT></DIV></DIV></BODY></HTML>