[html5] r3947 - [e] (0) Clarify what I meant by 'an ID /key/'. Fixing http://www.w3.org/Bugs/Pub [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Sep 21 17:07:55 PDT 2009
Author: ianh
Date: 2009-09-21 17:07:55 -0700 (Mon, 21 Sep 2009)
New Revision: 3947
Modified:
index
source
Log:
[e] (0) Clarify what I meant by 'an ID /key/'.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7477
Modified: index
===================================================================
--- index 2009-09-22 00:04:20 UTC (rev 3946)
+++ index 2009-09-22 00:07:55 UTC (rev 3947)
@@ -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-—-21-september-2009>Draft Standard — 21 September 2009</h2>
+ <h2 class="no-num no-toc" id=draft-standard-—-22-september-2009>Draft Standard — 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>-->
@@ -5535,7 +5535,8 @@
<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>
@@ -5643,7 +5644,8 @@
<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>
Modified: source
===================================================================
--- source 2009-09-22 00:04:20 UTC (rev 3946)
+++ source 2009-09-22 00:07:55 UTC (rev 3947)
@@ -5236,7 +5236,8 @@
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>
@@ -5365,7 +5366,8 @@
<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>
More information about the Commit-Watchers
mailing list