html5/spec Overview.html,1.4017,1.4018

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv4150

Modified Files:
	Overview.html 
Log Message:
Make the rendering rules consistent with the semantics. Must have missed this when changing the rule recently. (whatwg r5000)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4017
retrieving revision 1.4018
diff -u -d -r1.4017 -r1.4018
--- Overview.html	12 Apr 2010 22:09:07 -0000	1.4017
+++ Overview.html	12 Apr 2010 22:36:41 -0000	1.4018
@@ -62371,7 +62371,7 @@
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);
 
-time:empty { binding: <i title="">time</i>; }</pre>
+time[datetime] { binding: <i title="">time</i>; }</pre>
 
   <p>When the <i title="">time</i> binding applies to a
   <code><a href="#the-time-element">time</a></code> element, the element is expected to render as if
@@ -62379,6 +62379,8 @@
   represented by the element, in the fashion most convenient for the
   user.</p>
 
+  <!-- If none are known then the element would appear empty. -->
+
   </div><div class="impl">
 
   <h3 id="frames-and-framesets"><span class="secno">10.5 </span>Frames and framesets</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>

Received on Monday, 12 April 2010 22:36:46 UTC