- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 07 Jun 2009 05:27:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv23598/src
Modified Files:
terms.html
Log Message:
h:tml; fixed a couple more broken IDREFs
Index: terms.html
===================================================================
RCS file: /sources/public/html5/markup/src/terms.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- terms.html 23 Jan 2009 12:01:53 -0000 1.2
+++ terms.html 7 Jun 2009 05:27:02 -0000 1.3
@@ -23,6 +23,12 @@
names of elements and their attributes) are <a
href="#case-insensitive">case-insensitive</a>.
</dd>
+ <dt><dfn id="hash-name">hash-name reference</dfn></dt>
+ <dd>A valid <a href="#hash-name">hash-name reference</a> to an
+ element of type <i>type</i> is a string consisting of a U+0023
+ NUMBER SIGN (<code>#</code>) character followed by a string
+ which exactly matches the value of the name attribute of an
+ element in the document with type <i>type</i>.</dd>
<dt><dfn id="newlines">newline</dfn></dt>
<dd>A <a href="#newlines">newline</a> may be represented as any
of the following:
Received on Sunday, 7 June 2009 05:27:15 UTC