Skip to content

Commit

Permalink
[e] (0) Clarify what I meant by 'an ID /key/'.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7477

git-svn-id: http://svn.whatwg.org/webapps@3947 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 22, 2009
1 parent 0ec6dbd commit 6abde54
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 5 additions & 3 deletions index
Expand Up @@ -112,7 +112,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id=draft-standard-&mdash;-21-september-2009>Draft Standard &mdash; 21 September 2009</h2>
<h2 class="no-num no-toc" id=draft-standard-&mdash;-22-september-2009>Draft Standard &mdash; 22 September 2009</h2>
<p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -5535,7 +5535,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<code><a href=#the-img-element>img</a></code>, or <code><a href=#the-object-element>object</a></code> element with a <code title="">name</code> attribute equal to <var title="">key</var>,
or,</li>

<li>It is an element with an <a href=#concept-id title=concept-id>ID</a> <var title="">key</var>.</li>
<li>It is an element with an <a href=#concept-id title=concept-id>ID</a>
equal to <var title="">key</var>.</li>

</ul><p>If no such elements are found, then the method must return
null.</p>
Expand Down Expand Up @@ -5643,7 +5644,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<code><a href=#the-object-element>object</a></code> elements with a <code title="">name</code>
attribute equal to <var title="">key</var>, or,</li>

<li>elements with an <a href=#concept-id title=concept-id>ID</a> <var title="">key</var>.</li>
<li>elements with an <a href=#concept-id title=concept-id>ID</a> equal to
<var title="">key</var>.</li>

</ul></li>

Expand Down
6 changes: 4 additions & 2 deletions source
Expand Up @@ -5236,7 +5236,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
title="">name</code> attribute equal to <var title="">key</var>,
or,</li>

<li>It is an element with an <span title="concept-id">ID</span> <var title="">key</var>.</li>
<li>It is an element with an <span title="concept-id">ID</span>
equal to <var title="">key</var>.</li>

</ul>

Expand Down Expand Up @@ -5365,7 +5366,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
<code>object</code> elements with a <code title="">name</code>
attribute equal to <var title="">key</var>, or,</li>

<li>elements with an <span title="concept-id">ID</span> <var title="">key</var>.</li>
<li>elements with an <span title="concept-id">ID</span> equal to
<var title="">key</var>.</li>

</ul>

Expand Down

0 comments on commit 6abde54

Please sign in to comment.