Bugzilla – Bug 244
Change 'hashed reference' to 'hash-name reference' and update its conformance requirements to require a name attribute.
Last modified: 2008-06-06 15:26:56 CEST
Index: source =================================================================== --- source (revision 1727) +++ source (revision 1728) @@ -4603,14 +4603,14 @@ <h4 id="syntax-references">References</h4> - <p>A <dfn>valid hashed reference</dfn> to an element of type <var + <p>A <dfn>valid hash-name reference</dfn> to an element of type <var title="">type</var> is a string consisting of a U+0023 NUMBER SIGN (<code title="">#</code>) character followed by a string which - exactly matches the value of the <code title="attr-id">id</code> + exactly matches the value of the <code title="">name</code> attribute of an element in the document with type <var title="">type</var>.</p> - <p>The <dfn>rules for parsing a hashed reference</dfn> to an + <p>The <dfn>rules for parsing a hash-name reference</dfn> to an element of type <var title="">type</var> are as follows:</p> <ol> @@ -18818,7 +18818,7 @@ title="attr-hyperlink-usemap"><code>usemap</code></dfn> attribute on the <code>img</code> or <code>object</code> element. The <code title="attr-area-usemap">usemap</code> attribute, if specified, must - be a <span>valid hashed reference</span> to a <code>map</code> + be a <span>valid hash-name reference</span> to a <code>map</code> element.</p> <p>If an <code>img</code> element or an <code>object</code> element @@ -18828,7 +18828,7 @@ <ol> - <li><p>First, <span>rules for parsing a hashed reference</span> + <li><p>First, <span>rules for parsing a hash-name reference</span> to a <code>map</code> element must be followed. This will return either an element (the <var title="">map</var>) or null.</p></li>