[html5] r5000 - [giow] (0) Make the rendering rules consistent with the semantics. Must have mis [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Apr 12 15:35:36 PDT 2010
Author: ianh
Date: 2010-04-12 15:35:35 -0700 (Mon, 12 Apr 2010)
New Revision: 5000
Modified:
complete.html
index
source
Log:
[giow] (0) Make the rendering rules consistent with the semantics. Must have missed this when changing the rule recently.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9393
Modified: complete.html
===================================================================
--- complete.html 2010-04-12 22:09:01 UTC (rev 4999)
+++ complete.html 2010-04-12 22:35:35 UTC (rev 5000)
@@ -84095,7 +84095,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
@@ -84103,6 +84103,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>
Modified: index
===================================================================
--- index 2010-04-12 22:09:01 UTC (rev 4999)
+++ index 2010-04-12 22:35:35 UTC (rev 5000)
@@ -77361,7 +77361,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
@@ -77369,6 +77369,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>
Modified: source
===================================================================
--- source 2010-04-12 22:09:01 UTC (rev 4999)
+++ source 2010-04-12 22:35:35 UTC (rev 5000)
@@ -95733,7 +95733,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>time</code> element, the element is expected to render as if
@@ -95744,6 +95744,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>
More information about the Commit-Watchers
mailing list