[html5] r5847 - [e] (0) Make the conformance criteria tighter. Fixing http://www.w3.org/Bugs/Pub [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Feb 7 16:46:28 PST 2011


Author: ianh
Date: 2011-02-07 16:46:26 -0800 (Mon, 07 Feb 2011)
New Revision: 5847

Modified:
   complete.html
   index
   source
Log:
[e] (0) Make the conformance criteria tighter.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11692

Modified: complete.html
===================================================================
--- complete.html	2011-02-08 00:38:55 UTC (rev 5846)
+++ complete.html	2011-02-08 00:46:26 UTC (rev 5847)
@@ -57571,9 +57571,10 @@
       <dl><dt>If the <var title="">article</var> node has a descendant
        <code><a href=#the-a-element>a</a></code> or <code><a href=#the-area-element>area</a></code> element with an <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute that
        successfully <a href=#resolve-a-url title="resolve a url">resolves</a>
-       relative to that descendant and a <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code> attribute whose value
-       includes the <code title=rel-bookmark><a href=#link-type-bookmark>bookmark</a></code>
-       keyword</dt>
+       relative to that descendant and a <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code> attribute, and <a href=#split-a-string-on-spaces title="split a string on spaces">splitting on spaces</a> the
+       value of that attribute results in a list which has at least
+       one token that is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match
+       for the string "<code title=rel-bookmark><a href=#link-type-bookmark>bookmark</a></code>"</dt>
 
        <dd>Let <var title="">id</var> be the <a href=#absolute-url>absolute URL</a>
        resulting from <a href=#resolve-a-url title="resolve a url">resolving</a> the

Modified: index
===================================================================
--- index	2011-02-08 00:38:55 UTC (rev 5846)
+++ index	2011-02-08 00:46:26 UTC (rev 5847)
@@ -57554,9 +57554,10 @@
       <dl><dt>If the <var title="">article</var> node has a descendant
        <code><a href=#the-a-element>a</a></code> or <code><a href=#the-area-element>area</a></code> element with an <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute that
        successfully <a href=#resolve-a-url title="resolve a url">resolves</a>
-       relative to that descendant and a <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code> attribute whose value
-       includes the <code title=rel-bookmark><a href=#link-type-bookmark>bookmark</a></code>
-       keyword</dt>
+       relative to that descendant and a <code title=attr-hyperlink-rel><a href=#attr-hyperlink-rel>rel</a></code> attribute, and <a href=#split-a-string-on-spaces title="split a string on spaces">splitting on spaces</a> the
+       value of that attribute results in a list which has at least
+       one token that is an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match
+       for the string "<code title=rel-bookmark><a href=#link-type-bookmark>bookmark</a></code>"</dt>
 
        <dd>Let <var title="">id</var> be the <a href=#absolute-url>absolute URL</a>
        resulting from <a href=#resolve-a-url title="resolve a url">resolving</a> the

Modified: source
===================================================================
--- source	2011-02-08 00:38:55 UTC (rev 5846)
+++ source	2011-02-08 00:46:26 UTC (rev 5847)
@@ -65372,9 +65372,12 @@
        title="attr-hyperlink-href">href</code> attribute that
        successfully <span title="resolve a url">resolves</span>
        relative to that descendant and a <code
-       title="attr-hyperlink-rel">rel</code> attribute whose value
-       includes the <code title="rel-bookmark">bookmark</code>
-       keyword</dt>
+       title="attr-hyperlink-rel">rel</code> attribute, and <span
+       title="split a string on spaces">splitting on spaces</span> the
+       value of that attribute results in a list which has at least
+       one token that is an <span>ASCII case-insensitive</span> match
+       for the string "<code
+       title="rel-bookmark">bookmark</code>"</dt>
 
        <dd>Let <var title="">id</var> be the <span>absolute URL</span>
        resulting from <span title="resolve a url">resolving</span> the




More information about the Commit-Watchers mailing list