[html5] r1728 - /

whatwg at whatwg.org whatwg at whatwg.org
Fri Jun 6 04:29:03 PDT 2008


Author: ianh
Date: 2008-06-06 04:29:03 -0700 (Fri, 06 Jun 2008)
New Revision: 1728

Modified:
   index
   source
Log:
[ac] (0) Change 'hashed reference' to 'hash-name reference' and update its conformance requirements to require a name attribute.

Modified: index
===================================================================
--- index	2008-06-06 11:08:15 UTC (rev 1727)
+++ index	2008-06-06 11:29:03 UTC (rev 1728)
@@ -6144,13 +6144,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>
@@ -21143,7 +21143,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
@@ -21153,9 +21153,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

Modified: source
===================================================================
--- source	2008-06-06 11:08:15 UTC (rev 1727)
+++ source	2008-06-06 11:29:03 UTC (rev 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>
 




More information about the Commit-Watchers mailing list