- From: poot <cvsmail@w3.org>
- Date: Tue, 13 Apr 2010 07:37:02 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Make the rendering rules consistent with the semantics. Must have missed this when changing the rule recently. (whatwg r5000) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4017&r2=1.4018&f=h http://html5.org/tools/web-apps-tracker?from=4999&to=5000 =================================================================== 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:37:32 UTC