- From: poot <cvsmail@w3.org>
- Date: Tue, 2 Jun 2009 11:39:24 +0900 (JST)
- To: public-html-diffs@w3.org
Forgot some cases of making sure 'resolve a url' didn't fail. (bug 6942) (whatwg r3174) http://www.w3.org/Bugs/Public/show_bug.cgi?id=6942 Diffs for this change per section: http://people.w3.org/mike/diffs/html5/spec/Overview.1.2328.html#extracting-atom http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2327&r2=1.2328&f=h http://html5.org/tools/web-apps-tracker?from=3173&to=3174 =================================================================== 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:40:04 UTC