[html5] r4879 - [e] (0) Mention that some rules are handled specially. Fixing http://www.w3.org/ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sun Mar 28 21:46:09 PDT 2010
Author: ianh
Date: 2010-03-28 21:46:08 -0700 (Sun, 28 Mar 2010)
New Revision: 4879
Modified:
complete.html
index
source
Log:
[e] (0) Mention that some rules are handled specially.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9102
Modified: complete.html
===================================================================
--- complete.html 2010-03-29 04:35:45 UTC (rev 4878)
+++ complete.html 2010-03-29 04:46:08 UTC (rev 4879)
@@ -84439,10 +84439,10 @@
br[clear=all], br[clear=both] { clear: both; }
ol[type=1], li[type=1] { list-style-type: decimal; }
-ol[type=a], li[type=a] { list-style-type: lower-alpha; }
-ol[type=A], li[type=A] { list-style-type: upper-alpha; }
-ol[type=i], li[type=i] { list-style-type: lower-roman; }
-ol[type=I], li[type=I] { list-style-type: upper-roman; }
+ol[type=a], li[type=a] { list-style-type: lower-alpha; } /* <a href=#case-sensitive-selector-exception>case-sensitive</a> */
+ol[type=A], li[type=A] { list-style-type: upper-alpha; } /* <a href=#case-sensitive-selector-exception>case-sensitive</a> */
+ol[type=i], li[type=i] { list-style-type: lower-roman; } /* <a href=#case-sensitive-selector-exception>case-sensitive</a> */
+ol[type=I], li[type=I] { list-style-type: upper-roman; } /* <a href=#case-sensitive-selector-exception>case-sensitive</a> */
ul[type=disc], li[type=disc] { list-style-type: disc; }
ul[type=circle], li[type=circle] { list-style-type: circle; }
ul[type=square], li[type=square] { list-style-type: square; }
@@ -84509,6 +84509,11 @@
border-width: 1px;
}</pre>
+ <p id=case-sensitive-selector-exception>For the purpose of the
+ four rules marked "case-sensitive" above, user agents are expected
+ to use case-sensitive matching of attribute values rather than
+ case-insensitive matching as is normally required for the <code title=attr-olul-type>type</code> attribute.</p>
+
<p>When rendering <code><a href=#the-li-element>li</a></code> elements, user agents are expected
to use the ordinal value of the <code><a href=#the-li-element>li</a></code> element to render
the counter in the list item marker.</p>
Modified: index
===================================================================
--- index 2010-03-29 04:35:45 UTC (rev 4878)
+++ index 2010-03-29 04:46:08 UTC (rev 4879)
@@ -77712,10 +77712,10 @@
br[clear=all], br[clear=both] { clear: both; }
ol[type=1], li[type=1] { list-style-type: decimal; }
-ol[type=a], li[type=a] { list-style-type: lower-alpha; }
-ol[type=A], li[type=A] { list-style-type: upper-alpha; }
-ol[type=i], li[type=i] { list-style-type: lower-roman; }
-ol[type=I], li[type=I] { list-style-type: upper-roman; }
+ol[type=a], li[type=a] { list-style-type: lower-alpha; } /* <a href=#case-sensitive-selector-exception>case-sensitive</a> */
+ol[type=A], li[type=A] { list-style-type: upper-alpha; } /* <a href=#case-sensitive-selector-exception>case-sensitive</a> */
+ol[type=i], li[type=i] { list-style-type: lower-roman; } /* <a href=#case-sensitive-selector-exception>case-sensitive</a> */
+ol[type=I], li[type=I] { list-style-type: upper-roman; } /* <a href=#case-sensitive-selector-exception>case-sensitive</a> */
ul[type=disc], li[type=disc] { list-style-type: disc; }
ul[type=circle], li[type=circle] { list-style-type: circle; }
ul[type=square], li[type=square] { list-style-type: square; }
@@ -77782,6 +77782,11 @@
border-width: 1px;
}</pre>
+ <p id=case-sensitive-selector-exception>For the purpose of the
+ four rules marked "case-sensitive" above, user agents are expected
+ to use case-sensitive matching of attribute values rather than
+ case-insensitive matching as is normally required for the <code title=attr-olul-type>type</code> attribute.</p>
+
<p>When rendering <code><a href=#the-li-element>li</a></code> elements, user agents are expected
to use the ordinal value of the <code><a href=#the-li-element>li</a></code> element to render
the counter in the list item marker.</p>
Modified: source
===================================================================
--- source 2010-03-29 04:35:45 UTC (rev 4878)
+++ source 2010-03-29 04:46:08 UTC (rev 4879)
@@ -93749,10 +93749,10 @@
br[clear=all], br[clear=both] { clear: both; }
ol[type=1], li[type=1] { list-style-type: decimal; }
-ol[type=a], li[type=a] { list-style-type: lower-alpha; }
-ol[type=A], li[type=A] { list-style-type: upper-alpha; }
-ol[type=i], li[type=i] { list-style-type: lower-roman; }
-ol[type=I], li[type=I] { list-style-type: upper-roman; }
+ol[type=a], li[type=a] { list-style-type: lower-alpha; } /* <a href="#case-sensitive-selector-exception">case-sensitive</a> */
+ol[type=A], li[type=A] { list-style-type: upper-alpha; } /* <a href="#case-sensitive-selector-exception">case-sensitive</a> */
+ol[type=i], li[type=i] { list-style-type: lower-roman; } /* <a href="#case-sensitive-selector-exception">case-sensitive</a> */
+ol[type=I], li[type=I] { list-style-type: upper-roman; } /* <a href="#case-sensitive-selector-exception">case-sensitive</a> */
ul[type=disc], li[type=disc] { list-style-type: disc; }
ul[type=circle], li[type=circle] { list-style-type: circle; }
ul[type=square], li[type=square] { list-style-type: square; }
@@ -93819,6 +93819,12 @@
border-width: 1px;
}</pre>
+ <p id="case-sensitive-selector-exception">For the purpose of the
+ four rules marked "case-sensitive" above, user agents are expected
+ to use case-sensitive matching of attribute values rather than
+ case-insensitive matching as is normally required for the <code
+ title="attr-olul-type">type</code> attribute.</p>
+
<p>When rendering <code>li</code> elements, user agents are expected
to use the ordinal value of the <code>li</code> element to render
the counter in the list item marker.</p>
More information about the Commit-Watchers
mailing list