Skip to content

Commit

Permalink
[e] (0) Make the conformance criteria tighter.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11692

git-svn-id: http://svn.whatwg.org/webapps@5847 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 8, 2011
1 parent 9c35380 commit 3b5c3bc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
7 changes: 4 additions & 3 deletions complete.html
Expand Up @@ -57571,9 +57571,10 @@ <h4 id=atom><span class=secno>5.5.3 </span>Atom</h4>
<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
Expand Down
7 changes: 4 additions & 3 deletions index
Expand Up @@ -57554,9 +57554,10 @@ _:n2 hcard:adr%20street-address "Avenue Q" ;
<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
Expand Down
9 changes: 6 additions & 3 deletions source
Expand Up @@ -65372,9 +65372,12 @@ _:n2 hcard:adr%20street-address "Avenue Q" ;
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
Expand Down

0 comments on commit 3b5c3bc

Please sign in to comment.