Skip to content

Commit

Permalink
[ac] (0) Change 'hashed reference' to 'hash-name reference' and updat…
Browse files Browse the repository at this point in the history
…e its conformance requirements to require a name attribute.

git-svn-id: http://svn.whatwg.org/webapps@1728 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 6, 2008
1 parent de68aba commit 22dab6e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions index
Expand Up @@ -6144,13 +6144,13 @@ data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ alert('test

<h4 id=syntax-references><span class=secno>3.2.8 </span>References</h4>

<p>A <dfn id=valid7>valid hashed 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><a href="#id">id</a></code> attribute
of an element in the document with type <var title="">type</var>.
<p>A <dfn id=valid7>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="">name</code> attribute of an
element in the document with type <var title="">type</var>.

<p>The <dfn id=rules5>rules for parsing a hashed reference</dfn> to an
<p>The <dfn id=rules5>rules for parsing a hash-name reference</dfn> to an
element of type <var title="">type</var> are as follows:

<ol>
Expand Down Expand Up @@ -21143,7 +21143,7 @@ XXXDVT (also check for '- -' bits in the part above) -->
<code><a href="#img">img</a></code> or <code><a
href="#object">object</a></code> element. The <code
title=attr-area-usemap>usemap</code> attribute, if specified, must be a <a
href="#valid7">valid hashed reference</a> to a <code><a
href="#valid7">valid hash-name reference</a> to a <code><a
href="#map">map</a></code> element.

<p>If an <code><a href="#img">img</a></code> element or an <code><a
Expand All @@ -21153,9 +21153,9 @@ XXXDVT (also check for '- -' bits in the part above) -->

<ol>
<li>
<p>First, <a href="#rules5">rules for parsing a hashed reference</a> to a
<code><a href="#map">map</a></code> element must be followed. This will
return either an element (the <var title="">map</var>) or null.
<p>First, <a href="#rules5">rules for parsing a hash-name reference</a>
to a <code><a href="#map">map</a></code> element must be followed. This
will return either an element (the <var title="">map</var>) or null.

<li>
<p>If that returned null, then abort these steps. The image is not
Expand Down
10 changes: 5 additions & 5 deletions source
Expand Up @@ -4603,14 +4603,14 @@ data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ alert('test

<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>
Expand Down Expand Up @@ -18818,7 +18818,7 @@ XXXDVT (also check for '- -' bits in the part above) -->
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
Expand All @@ -18828,7 +18828,7 @@ XXXDVT (also check for '- -' bits in the part above) -->

<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>

Expand Down

0 comments on commit 22dab6e

Please sign in to comment.