- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 06 Jun 2008 11:29:39 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv22606
Modified Files:
Overview.html
Log Message:
Change 'hashed reference' to 'hash-name reference' and update its conformance requirements to require a name attribute. (whatwg r1728)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.916
retrieving revision 1.917
diff -u -d -r1.916 -r1.917
--- Overview.html 6 Jun 2008 11:08:20 -0000 1.916
+++ Overview.html 6 Jun 2008 11:29:36 -0000 1.917
@@ -6235,13 +6235,13 @@
<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>
@@ -21234,7 +21234,7 @@
<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
@@ -21244,9 +21244,9 @@
<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
Received on Friday, 6 June 2008 11:30:14 UTC