- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 11 Jan 2010 04:48:40 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv5843 Modified Files: Overview.html Log Message: word order for readability (whatwg r4566) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3645 retrieving revision 1.3646 diff -u -d -r1.3645 -r1.3646 --- Overview.html 11 Jan 2010 04:38:22 -0000 1.3645 +++ Overview.html 11 Jan 2010 04:48:37 -0000 1.3646 @@ -4009,8 +4009,8 @@ </ol></div><h4 id="syntax-references"><span class="secno">3.4.9 </span>References</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>A <dfn id="valid-hash-name-reference">valid hash-name reference</dfn> to an element of type <var title="">type</var> is a string consisting of a U+0023 NUMBER SIGN character (#) followed by a string which exactly matches the value - of the <code title="">name</code> attribute of an element in the - document with type <var title="">type</var>.<div class="impl"> + of the <code title="">name</code> attribute of an element with type + <var title="">type</var> in the document.<div class="impl"> <p>The <dfn id="rules-for-parsing-a-hash-name-reference">rules for parsing a hash-name reference</dfn> to an element of type <var title="">type</var> are as follows:</p>
Received on Monday, 11 January 2010 04:48:41 UTC