html5/spec Overview.html,1.2327,1.2328

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv22494

Modified Files:
	Overview.html 
Log Message:
Forgot some cases of making sure 'resolve a url' didn't fail. (bug 6942) (whatwg r3174)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2327
retrieving revision 1.2328
diff -u -d -r1.2327 -r1.2328
--- Overview.html	2 Jun 2009 01:40:38 -0000	1.2327
+++ Overview.html	2 Jun 2009 02:37:52 -0000	1.2328
@@ -40524,13 +40524,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... -->
 
@@ -40791,7 +40791,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
@@ -40799,7 +40801,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>

Received on Tuesday, 2 June 2009 02:38:02 UTC