[html5] r3174 - [] (0) Forgot some cases of making sure 'resolve a url' didn't fail. (bug 6942)

whatwg at whatwg.org whatwg at whatwg.org
Mon Jun 1 19:37:48 PDT 2009


Author: ianh
Date: 2009-06-01 19:37:47 -0700 (Mon, 01 Jun 2009)
New Revision: 3174

Modified:
   index
   source
Log:
[] (0) Forgot some cases of making sure 'resolve a url' didn't fail. (bug 6942)

Modified: index
===================================================================
--- index	2009-06-02 01:40:33 UTC (rev 3173)
+++ index	2009-06-02 02:37:47 UTC (rev 3174)
@@ -45203,13 +45203,13 @@
 
     <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, 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 relative to the
-    <code><a href=#the-link-element>link</a></code> element.</p>
+    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>
 
     <!-- could check ratio, could check type... -->
 
@@ -45470,7 +45470,9 @@
       <p>Establish the value of <var title="">id</var> and <var title="">has-alternate</var> from the first of the following to
       apply:</p>
 
-      <dl><dt>If the <var title="">article</var> node has a <code title=attr-article-cite><a href=#attr-article-cite>cite</a></code> attribute</dt>
+      <dl><dt>If the <var title="">article</var> node has a <code title=attr-article-cite><a href=#attr-article-cite>cite</a></code> attribute that
+       successfully <a href=#resolve-a-url title="resolve a url">resolves</a>
+       relative to the <var title="">article</var> node</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
@@ -45478,7 +45480,9 @@
        relative to the <var title="">article</var> element. Let <var title="">has-alternate</var> be true.</dd>
 
        <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 and a <code title=attr-a-rel>rel</code> attribute whose value includes
+       <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-a-rel>rel</code> attribute whose value includes
        the <code title=rel-bookmark><a href=#link-type-bookmark>bookmark</a></code> keyword</dt>
 
        <dd>Let <var title="">id</var> be the <a href=#absolute-url>absolute URL</a>

Modified: source
===================================================================
--- source	2009-06-02 01:40:33 UTC (rev 3173)
+++ source	2009-06-02 02:37:47 UTC (rev 3174)
@@ -51484,14 +51484,14 @@
     <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, 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 relative to the
-    <code>link</code> element.</p>
+    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>
 
     <!-- could check ratio, could check type... -->
 
@@ -51812,7 +51812,9 @@
       <dl>
 
        <dt>If the <var title="">article</var> node has a <code
-       title="attr-article-cite">cite</code> attribute</dt>
+       title="attr-article-cite">cite</code> attribute that
+       successfully <span title="resolve a url">resolves</span>
+       relative to the <var title="">article</var> node</dt>
 
        <dd>Let <var title="">id</var> be the <span>absolute URL</span>
        resulting from <span title="resolve a url">resolving</span> the
@@ -51822,7 +51824,9 @@
 
        <dt>If the <var title="">article</var> node has a descendant
        <code>a</code> or <code>area</code> element with an <code
-       title="attr-hyperlink-href">href</code> attribute and a <code
+       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-a-rel">rel</code> attribute whose value includes
        the <code title="rel-bookmark">bookmark</code> keyword</dt>
 




More information about the Commit-Watchers mailing list