- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 07 Jun 2009 23:07:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv14143/src
Modified Files:
datatypes.html terms.html
Log Message:
h:tml; revised <img> attribute descriptions and fixed some more broken IDREFs
Index: terms.html
===================================================================
RCS file: /sources/public/html5/markup/src/terms.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- terms.html 7 Jun 2009 05:27:02 -0000 1.3
+++ terms.html 7 Jun 2009 23:07:55 -0000 1.4
@@ -23,12 +23,11 @@
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="fallback">fallback content</dfn></dt>
+ <dd>Some embedded content elements can have fallback content:
+ content that is to be used when the external resource cannot
+ be used (for example, because it is of an unsupported
+ format).</dd>
<dt><dfn id="newlines">newline</dfn></dt>
<dd>A <a href="#newlines">newline</a> may be represented as any
of the following:
Index: datatypes.html
===================================================================
RCS file: /sources/public/html5/markup/src/datatypes.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- datatypes.html 9 May 2009 14:58:58 -0000 1.20
+++ datatypes.html 7 Jun 2009 23:07:55 -0000 1.21
@@ -62,6 +62,11 @@
</dl>
<dl><dt>hash-name</dt>
<dd><code class="regexp">#.+</code></dd>
+ <dd>A valid <dfn id="hash-name">hash-name reference</dfn> 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>
</dl>
<dl><dt>integer</dt>
<dd><code class="regexp">-?[0-9]+</code></dd>
Received on Sunday, 7 June 2009 23:08:04 UTC