[html5] r6486 - [e] (0) Remove pointless part of this requirement. Fixing http://www.w3.org/Bugs [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Aug 16 22:00:06 PDT 2011
Author: ianh
Date: 2011-08-16 22:00:04 -0700 (Tue, 16 Aug 2011)
New Revision: 6486
Modified:
complete.html
index
source
Log:
[e] (0) Remove pointless part of this requirement.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12677
Modified: complete.html
===================================================================
--- complete.html 2011-08-17 04:57:27 UTC (rev 6485)
+++ complete.html 2011-08-17 05:00:04 UTC (rev 6486)
@@ -54999,10 +54999,7 @@
more than once per <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>
attribute.</p>
- <p>The link types that contain no U+003A COLON characters (:),
- including all those defined in this specification, are <a href=#ascii-case-insensitive>ASCII
- case-insensitive</a> values<span class=impl>, and must be
- compared as such</span>.</p>
+ <p>Link types are always <a href=#ascii-case-insensitive>ASCII case-insensitive</a><span class=impl>, and must be compared as such</span>.</p>
<p class=example>Thus, <code title="">rel="next"</code> is the
same as <code title="">rel="NEXT"</code>.</p>
Modified: index
===================================================================
--- index 2011-08-17 04:57:27 UTC (rev 6485)
+++ index 2011-08-17 05:00:04 UTC (rev 6486)
@@ -54866,10 +54866,7 @@
more than once per <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code>
attribute.</p>
- <p>The link types that contain no U+003A COLON characters (:),
- including all those defined in this specification, are <a href=#ascii-case-insensitive>ASCII
- case-insensitive</a> values<span class=impl>, and must be
- compared as such</span>.</p>
+ <p>Link types are always <a href=#ascii-case-insensitive>ASCII case-insensitive</a><span class=impl>, and must be compared as such</span>.</p>
<p class=example>Thus, <code title="">rel="next"</code> is the
same as <code title="">rel="NEXT"</code>.</p>
Modified: source
===================================================================
--- source 2011-08-17 04:57:27 UTC (rev 6485)
+++ source 2011-08-17 05:00:04 UTC (rev 6486)
@@ -61953,10 +61953,8 @@
more than once per <code title="attr-hyperlink-rel">rel</code>
attribute.</p>
- <p>The link types that contain no U+003A COLON characters (:),
- including all those defined in this specification, are <span>ASCII
- case-insensitive</span> values<span class="impl">, and must be
- compared as such</span>.</p>
+ <p>Link types are always <span>ASCII case-insensitive</span><span
+ class="impl">, and must be compared as such</span>.</p>
<p class="example">Thus, <code title="">rel="next"</code> is the
same as <code title="">rel="NEXT"</code>.</p>
More information about the Commit-Watchers
mailing list