[html5] r5849 - [e] (0) clarify which rel=icon you use when converting to Atom, if there are man [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Feb 7 17:07:09 PST 2011


Author: ianh
Date: 2011-02-07 17:07:08 -0800 (Mon, 07 Feb 2011)
New Revision: 5849

Modified:
   complete.html
   index
   source
Log:
[e] (0) clarify which rel=icon you use when converting to Atom, if there are many
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11704

Modified: complete.html
===================================================================
--- complete.html	2011-02-08 00:56:43 UTC (rev 5848)
+++ complete.html	2011-02-08 01:07:08 UTC (rev 5849)
@@ -57201,15 +57201,17 @@
 
    <li>
 
-    <p>If there is a <code><a href=#the-link-element>link</a></code> element whose <code title=attr-link-rel><a href=#attr-link-rel>rel</a></code> attribute's value includes the
-    keyword <code title=rel-icon><a href=#rel-icon>icon</a></code>, and that element also
-    has an <code title=attr-link-href><a href=#attr-link-href>href</a></code> attribute whose
-    value successfully <a href=#resolve-a-url title="resolve a url">resolves</a>
-    relative to the <code><a href=#the-link-element>link</a></code> element, then append an <code title="">icon</code> element in the <a href=#atom-namespace>Atom namespace</a> to
+    <p>If there is a <code><a href=#the-link-element>link</a></code> element with a <code title=attr-link-rel><a href=#attr-link-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-icon><a href=#rel-icon>icon</a></code>", and that element also has an <code title=attr-link-href><a href=#attr-link-href>href</a></code> attribute whose value
+    successfully <a href=#resolve-a-url title="resolve a url">resolves</a> relative
+    to the <code><a href=#the-link-element>link</a></code> element, then append an <code title="">icon</code> element in the <a href=#atom-namespace>Atom namespace</a> to
     the root element of <var title="">R</var> whose contents is a text
     node with its data set to the <a href=#absolute-url>absolute URL</a> resulting
     from <a href=#resolve-a-url title="resolve a url">resolving</a> the value of the
-    <code title=attr-link-href><a href=#attr-link-href>href</a></code> attribute.</p>
+    <code title=attr-link-href><a href=#attr-link-href>href</a></code> attribute of the first
+    such <code><a href=#the-link-element>link</a></code> element.</p>
 
     <!-- could check ratio, could check type... -->
 

Modified: index
===================================================================
--- index	2011-02-08 00:56:43 UTC (rev 5848)
+++ index	2011-02-08 01:07:08 UTC (rev 5849)
@@ -57184,15 +57184,17 @@
 
    <li>
 
-    <p>If there is a <code><a href=#the-link-element>link</a></code> element whose <code title=attr-link-rel><a href=#attr-link-rel>rel</a></code> attribute's value includes the
-    keyword <code title=rel-icon><a href=#rel-icon>icon</a></code>, and that element also
-    has an <code title=attr-link-href><a href=#attr-link-href>href</a></code> attribute whose
-    value successfully <a href=#resolve-a-url title="resolve a url">resolves</a>
-    relative to the <code><a href=#the-link-element>link</a></code> element, then append an <code title="">icon</code> element in the <a href=#atom-namespace>Atom namespace</a> to
+    <p>If there is a <code><a href=#the-link-element>link</a></code> element with a <code title=attr-link-rel><a href=#attr-link-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-icon><a href=#rel-icon>icon</a></code>", and that element also has an <code title=attr-link-href><a href=#attr-link-href>href</a></code> attribute whose value
+    successfully <a href=#resolve-a-url title="resolve a url">resolves</a> relative
+    to the <code><a href=#the-link-element>link</a></code> element, then append an <code title="">icon</code> element in the <a href=#atom-namespace>Atom namespace</a> to
     the root element of <var title="">R</var> whose contents is a text
     node with its data set to the <a href=#absolute-url>absolute URL</a> resulting
     from <a href=#resolve-a-url title="resolve a url">resolving</a> the value of the
-    <code title=attr-link-href><a href=#attr-link-href>href</a></code> attribute.</p>
+    <code title=attr-link-href><a href=#attr-link-href>href</a></code> attribute of the first
+    such <code><a href=#the-link-element>link</a></code> element.</p>
 
     <!-- could check ratio, could check type... -->
 

Modified: source
===================================================================
--- source	2011-02-08 00:56:43 UTC (rev 5848)
+++ source	2011-02-08 01:07:08 UTC (rev 5849)
@@ -64925,17 +64925,21 @@
 
    <li>
 
-    <p>If there is a <code>link</code> element whose <code
-    title="attr-link-rel">rel</code> attribute's value includes the
-    keyword <code title="rel-icon">icon</code>, and that element also
-    has an <code title="attr-link-href">href</code> attribute whose
-    value successfully <span title="resolve a url">resolves</span>
-    relative to the <code>link</code> element, then append an <code
+    <p>If there is a <code>link</code> element with a <code
+    title="attr-link-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-icon">icon</code>", and that element also has an <code
+    title="attr-link-href">href</code> attribute whose value
+    successfully <span title="resolve a url">resolves</span> relative
+    to the <code>link</code> element, then append an <code
     title="">icon</code> element in the <span>Atom namespace</span> to
     the root element of <var title="">R</var> whose contents is a text
     node with its data set to the <span>absolute URL</span> resulting
     from <span title="resolve a url">resolving</span> the value of the
-    <code title="attr-link-href">href</code> attribute.</p>
+    <code title="attr-link-href">href</code> attribute of the first
+    such <code>link</code> element.</p>
 
     <!-- could check ratio, could check type... -->
 




More information about the Commit-Watchers mailing list