- From: poot <cvsmail@w3.org>
- Date: Thu, 26 Aug 2010 14:08:29 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: xref (whatwg r5358) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4274&r2=1.4275&f=h http://html5.org/tools/web-apps-tracker?from=5357&to=5358 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4274 retrieving revision 1.4275 diff -u -d -r1.4274 -r1.4275 --- Overview.html 26 Aug 2010 04:58:33 -0000 1.4274 +++ Overview.html 26 Aug 2010 05:02:29 -0000 1.4275 @@ -5921,7 +5921,7 @@ <p>Returns null if <var title="">index</var> is out of range.</p> </dd> - <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item"><a href="#dom-htmlcollection-item">namedItem</a></code>(<var title="">name</var>)</dt> + <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-namedItem"><a href="#dom-htmlcollection-nameditem">namedItem</a></code>(<var title="">name</var>)</dt> <dt><var title="">collection</var>[<var title="">name</var>]</dt> <dt><var title="">collection</var>(<var title="">name</var>)</dt> <dd>
Received on Thursday, 26 August 2010 05:03:15 UTC