- From: poot <cvsmail@w3.org>
- Date: Tue, 22 Sep 2009 09:01:34 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Clarify what I meant by 'an ID /key/'. (whatwg r3947) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3108&r2=1.3109&f=h http://html5.org/tools/web-apps-tracker?from=3946&to=3947 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3108 retrieving revision 1.3109 diff -u -d -r1.3108 -r1.3109 --- Overview.html 21 Sep 2009 23:57:30 -0000 1.3108 +++ Overview.html 22 Sep 2009 00:01:05 -0000 1.3109 @@ -215,7 +215,7 @@ <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> <!--ZZZ:--> <!--<h2 class="no-num no-toc">W3C Working Draft 25 August 2009</h2>--> - <h2 class="no-num no-toc" id="editor-s-draft-21-september-2009">Editor's Draft 21 September 2009</h2> + <h2 class="no-num no-toc" id="editor-s-draft-22-september-2009">Editor's Draft 22 September 2009</h2> <!--:ZZZ--> <dl><!-- ZZZ: update the month/day (twice), (un)comment out--><!-- <dt>This Version:</dt> @@ -317,7 +317,7 @@ track. <!--ZZZ:--> <!--This specification is the 25 August 2009 Working Draft.--> - This specification is the 21 September 2009 Editor's Draft. + This specification is the 22 September 2009 Editor's Draft. <!--:ZZZ--> </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of) @@ -5003,7 +5003,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> @@ -5102,7 +5103,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>
Received on Tuesday, 22 September 2009 00:02:10 UTC