[html5] r7491 - [e] (0) Add a note saying that CSS list rendering is not yet defined. Fixing htt [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Oct 30 15:24:06 PDT 2012


Author: ianh
Date: 2012-10-30 15:24:04 -0700 (Tue, 30 Oct 2012)
New Revision: 7491

Modified:
   complete.html
   index
   source
Log:
[e] (0) Add a note saying that CSS list rendering is not yet defined.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17632
Affected topics: Rendering

Modified: complete.html
===================================================================
--- complete.html	2012-10-30 22:15:48 UTC (rev 7490)
+++ complete.html	2012-10-30 22:24:04 UTC (rev 7491)
@@ -97807,11 +97807,15 @@
 ul[type=circle i], li[type=circle i] { list-style-type: circle; }
 ul[type=square i], li[type=square i] { list-style-type: square; }</pre>
 
-  <p>When rendering <code><a href=#the-li-element>li</a></code> elements, user agents are expected
-  to use the <a href=#ordinal-value>ordinal value</a> of the <code><a href=#the-li-element>li</a></code> element
-  to render the counter in the list item marker.</p>
+  <p>When rendering <code><a href=#the-li-element>li</a></code> elements, non-CSS user agents are expected to use the
+  <a href=#ordinal-value>ordinal value</a> of the <code><a href=#the-li-element>li</a></code> element to render the counter in the list item
+  marker.</p>
 
+  <p class=critical id=css-list-rendering>This specification does not yet define the
+  CSS-specific rules for rendering <code><a href=#the-li-element>li</a></code> elements, because CSS doesn't yet provide
+  sufficient hooks for this purpose.</p>
 
+
   <h4 id=tables><span class=secno>14.3.9 </span>Tables</h4>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);

Modified: index
===================================================================
--- index	2012-10-30 22:15:48 UTC (rev 7490)
+++ index	2012-10-30 22:24:04 UTC (rev 7491)
@@ -97807,11 +97807,15 @@
 ul[type=circle i], li[type=circle i] { list-style-type: circle; }
 ul[type=square i], li[type=square i] { list-style-type: square; }</pre>
 
-  <p>When rendering <code><a href=#the-li-element>li</a></code> elements, user agents are expected
-  to use the <a href=#ordinal-value>ordinal value</a> of the <code><a href=#the-li-element>li</a></code> element
-  to render the counter in the list item marker.</p>
+  <p>When rendering <code><a href=#the-li-element>li</a></code> elements, non-CSS user agents are expected to use the
+  <a href=#ordinal-value>ordinal value</a> of the <code><a href=#the-li-element>li</a></code> element to render the counter in the list item
+  marker.</p>
 
+  <p class=critical id=css-list-rendering>This specification does not yet define the
+  CSS-specific rules for rendering <code><a href=#the-li-element>li</a></code> elements, because CSS doesn't yet provide
+  sufficient hooks for this purpose.</p>
 
+
   <h4 id=tables><span class=secno>14.3.9 </span>Tables</h4>
 
   <pre class=css>@namespace url(http://www.w3.org/1999/xhtml);

Modified: source
===================================================================
--- source	2012-10-30 22:15:48 UTC (rev 7490)
+++ source	2012-10-30 22:24:04 UTC (rev 7491)
@@ -113198,11 +113198,15 @@
 ul[type=circle i], li[type=circle i] { list-style-type: circle; }
 ul[type=square i], li[type=square i] { list-style-type: square; }</pre>
 
-  <p>When rendering <code>li</code> elements, user agents are expected
-  to use the <span>ordinal value</span> of the <code>li</code> element
-  to render the counter in the list item marker.</p>
+  <p>When rendering <code>li</code> elements, non-CSS user agents are expected to use the
+  <span>ordinal value</span> of the <code>li</code> element to render the counter in the list item
+  marker.</p>
 
+  <p class="critical" id="css-list-rendering">This specification does not yet define the
+  CSS-specific rules for rendering <code>li</code> elements, because CSS doesn't yet provide
+  sufficient hooks for this purpose.</p>
 
+
   <h4>Tables</h4>
 
   <pre class="css">@namespace url(http://www.w3.org/1999/xhtml);




More information about the Commit-Watchers mailing list