- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 26 Jul 2010 04:06:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv3707
Modified Files:
Overview.html a.html area.html datatypes.html
forms-attributes.html global-attributes.html img.html
label.html link.html object.html output.html spec.html
style.css td.html th.html
Log Message:
make the Datatypes section a bit more user-friendly, and better aligned with the HTML5 spec; particularly, definition of "ID reference" and various sets of tokens
Index: th.html
===================================================================
RCS file: /sources/public/html5/markup/th.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- th.html 24 Jul 2010 17:15:28 -0000 1.64
+++ th.html 26 Jul 2010 04:06:25 -0000 1.65
@@ -78,7 +78,7 @@
<dt>
<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/tabular-data.html#attr-tdth-headers">ⓘ</a></span> <a class="attribute-name" id="th.attrs.headers" title="th.attrs.headers" href="th.html#th.attrs.headers">headers</a> = <span class="attr-values">
- <a href="datatypes.html#common.data.idrefs">IDREFS</a>
+ <a href="datatypes.html#common.data.idrefs">set of ID references</a>
</span> </dt>
<dd>Identifies one or more
<a href="th.html#th" class="element">th</a>
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/markup/Overview.html,v
retrieving revision 1.439
retrieving revision 1.440
diff -u -d -r1.439 -r1.440
--- Overview.html 24 Jul 2010 17:15:22 -0000 1.439
+++ Overview.html 26 Jul 2010 04:06:25 -0000 1.440
@@ -10,7 +10,7 @@
<div class="head">
<div><a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"></a></div>
<h1>HTML: The Markup Language Reference</h1>
-<h2>W3C Editor’s Draft <em>25 July 2010</em>
+<h2>W3C Editor’s Draft <em>26 July 2010</em>
</h2>
<dl>
<dt>Latest Editor’s Draft:</dt>
@@ -66,7 +66,7 @@
reports index</a> at http://www.w3.org/TR/.
</em></p>
<p>
- This document is the 25 July 2010 Editor’s Draft of
+ This document is the 26 July 2010 Editor’s Draft of
<cite>HTML: The Markup Language Reference</cite>.
If you’d like to comment on this document, the preferred
Index: global-attributes.html
===================================================================
RCS file: /sources/public/html5/markup/global-attributes.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- global-attributes.html 24 Jul 2010 17:15:24 -0000 1.5
+++ global-attributes.html 26 Jul 2010 04:06:25 -0000 1.6
@@ -60,7 +60,7 @@
<dt>
<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/elements.html#classes">ⓘ</a></span> <a class="attribute-name" id="common.attrs.class" title="common.attrs.class" href="global-attributes.html#common.attrs.class">class</a> = <span class="attr-values">
- <a class="ref" href="datatypes.html#common.data.tokens" title="common.data.tokens">tokens</a>
+ <a href="datatypes.html#common.data.tokens">set of space-separated tokens</a>
</span> </dt>
<dd>A name of a classification, or list of names of
classifications, to which the element belongs.</dd>
@@ -78,10 +78,12 @@
<dt>
<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/interactive-elements.html#attr-contextmenu">ⓘ</a></span> <a class="attribute-name" id="common.attrs.contextmenu" title="common.attrs.contextmenu" href="global-attributes.html#common.attrs.contextmenu">contextmenu</a> = <span class="attr-values">
- <a href="datatypes.html#common.data.idref">IDREF</a>
+ <a href="datatypes.html#common.data.idref">ID reference</a>
</span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</dt>
- <dd>Identifies a
+ <dd>An
+ <a href="datatypes.html#id-reference">ID reference</a>
+ to a
<a href="menu.html#menu" class="element">menu</a>
with which to associate the element as a
<dfn id="context-menu" title="context-menu">context menu</dfn>.</dd>
Index: link.html
===================================================================
RCS file: /sources/public/html5/markup/link.html,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- link.html 24 Jul 2010 17:15:26 -0000 1.63
+++ link.html 26 Jul 2010 04:06:25 -0000 1.64
@@ -58,7 +58,7 @@
<dt>
<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/links.html#attr-hyperlink-rel">ⓘ</a></span> <a class="attribute-name" id="link.attrs.rel" title="link.attrs.rel" href="link.html#link.attrs.rel">rel</a> = <span class="attr-values">
- <a class="ref" href="datatypes.html#common.data.tokens" title="common.data.tokens">tokens</a>
+ <a href="datatypes.html#common.data.tokens">set of space-separated tokens</a>
</span> </dt>
<dd>A list of tokens that specify the relationship between
the document containing the
Index: area.html
===================================================================
RCS file: /sources/public/html5/markup/area.html,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- area.html 24 Jul 2010 17:15:23 -0000 1.69
+++ area.html 26 Jul 2010 04:06:25 -0000 1.70
@@ -83,7 +83,7 @@
<dt>
<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/links.html#attr-hyperlink-rel">ⓘ</a></span> <a class="attribute-name" id="area.attrs.rel" title="area.attrs.rel" href="area.html#area.attrs.rel">rel</a> = <span class="attr-values">
- <a class="ref" href="datatypes.html#common.data.tokens" title="common.data.tokens">tokens</a>
+ <a href="datatypes.html#common.data.tokens">set of space-separated tokens</a>
</span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
</dt>
<dd>A list of tokens that specify the relationship between
Index: a.html
===================================================================
RCS file: /sources/public/html5/markup/a.html,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- a.html 24 Jul 2010 17:15:22 -0000 1.75
+++ a.html 26 Jul 2010 04:06:25 -0000 1.76
@@ -93,7 +93,7 @@
<dt>
<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/links.html#attr-hyperlink-rel">ⓘ</a></span> <a class="attribute-name" id="a.attrs.rel" title="a.attrs.rel" href="a.html#a.attrs.rel">rel</a> = <span class="attr-values">
- <a class="ref" href="datatypes.html#common.data.tokens" title="common.data.tokens">tokens</a>
+ <a href="datatypes.html#common.data.tokens">set of space-separated tokens</a>
</span> </dt>
<dd>A list of tokens that specify the relationship between
the document containing the hyperlink and the destination
Index: object.html
===================================================================
RCS file: /sources/public/html5/markup/object.html,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- object.html 24 Jul 2010 17:15:27 -0000 1.68
+++ object.html 26 Jul 2010 04:06:25 -0000 1.69
@@ -90,8 +90,11 @@
<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-map-element.html#attr-hyperlink-usemap">ⓘ</a></span> <a class="attribute-name" id="object.attrs.usemap" title="object.attrs.usemap" href="object.html#object.attrs.usemap">usemap</a> = <span class="attr-values">
<a href="datatypes.html#common.data.hash-name">hash-name reference</a>
</span> </dt>
- <dd>A <a href="datatypes.html#hash-name">hash-name reference</a> to a <a href="map.html#map">map</a> element with which to associate the
- object.</dd>
+ <dd>A
+ <a href="datatypes.html#hash-name-reference">hash-name reference</a>
+ to a
+ <a href="map.html#map">map</a>
+ element with which to associate the object.</dd>
<dt>
<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-iframe-element.html#attr-object-name">ⓘ</a></span> <a class="attribute-name" id="object.attrs.name" title="object.attrs.name" href="object.html#object.attrs.name">name</a> = <span class="attr-values">
Index: img.html
===================================================================
RCS file: /sources/public/html5/markup/img.html,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- img.html 24 Jul 2010 17:15:25 -0000 1.67
+++ img.html 26 Jul 2010 04:06:25 -0000 1.68
@@ -78,10 +78,11 @@
<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-map-element.html#attr-hyperlink-usemap">ⓘ</a></span> <a class="attribute-name" id="img.attrs.usemap" title="img.attrs.usemap" href="img.html#img.attrs.usemap">usemap</a> = <span class="attr-values">
<a href="datatypes.html#common.data.hash-name">hash-name reference</a>
</span> </dt>
- <dd>A <a href="datatypes.html#hash-name">hash-name reference</a> to a
+ <dd>A
+ <a href="datatypes.html#hash-name-reference">hash-name reference</a>
+ to a
<a href="map.html#map" class="element">map</a>
- element with which to associate the
- image.</dd>
+ element with which to associate the image.</dd>
<dt>
<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/embedded-content-1.html#attr-img-ismap">ⓘ</a></span> <a class="attribute-name" id="img.attrs.ismap" title="img.attrs.ismap" href="img.html#img.attrs.ismap">ismap</a> = <span class="attr-values">
Index: datatypes.html
===================================================================
RCS file: /sources/public/html5/markup/datatypes.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- datatypes.html 15 Jul 2010 16:49:42 -0000 1.51
+++ datatypes.html 26 Jul 2010 04:06:25 -0000 1.52
@@ -23,12 +23,10 @@
<a href="forms-attributes.html">Forms attributes</a>
sections.</p>
<div id="data-string-def" class="section">
- <h2>9.01. <dfn id="data-string">String</dfn> <a class="hash" href="#data-string-def">#</a>
+ <h2 class="common-subhead">9.01. <dfn id="data-string">String</dfn> <a class="hash" href="#data-string-def">#</a>
</h2>
- <p>For any attribute definition in this document that
- references the
- <a href="datatypes.html#data-string">string</a>
- datatype, a
+ <div class="datatype-desc">
+ <p>For the purposes of this document, a
<a href="datatypes.html#data-string">string</a>
is defined as
<a href="syntax.html#normal-character-data">normal character data</a>.</p>
@@ -42,34 +40,36 @@
<li><a href="syntax.html#attr-value-double-quoted">double-quoted attribute values</a></li>
</ul>
</div>
+ </div>
<div id="data-token-def" class="section">
- <h2>9.02. <dfn id="data-token">Token</dfn> <a class="hash" href="#data-token-def">#</a>
+ <h2 class="common-subhead">9.02. <dfn id="data-token">Token</dfn> <a class="hash" href="#data-token-def">#</a>
</h2>
- <p>For any attribute definition in this document that
- references the
- <a href="datatypes.html#data-token">token</a>
- datatype, a
- <a href="datatypes.html#data-token">token</a>
- is defined
- as a <a href="datatypes.html#data-string">string</a> that does not contain
- any <a href="terminology.html#space">space characters</a>.</p>
+ <div class="datatype-desc">A
+ <a href="datatypes.html#data-string">string</a>
+ that does not contain any
+ <a href="terminology.html#space">space characters</a>.</div>
</div>
<div id="common.data.tokens-def" class="section">
- <h2 class="common-subhead">9.03. <dfn id="common.data.tokens">Tokens</dfn> <a class="hash" href="#common.data.tokens-def">#</a>
+ <h2 class="common-subhead">9.03. <dfn id="common.data.tokens">Set of space-separated tokens</dfn> <a class="hash" href="#common.data.tokens-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">A
- <a href="terminology.html#space">space</a>-separated list of zero or more
+ <a href="terminology.html#space">space</a>-separated set of zero or more
<a href="datatypes.html#data-token">token</a>
instances.</div>
- </div>
+
</div>
+ <div id="data-unordered-tokens-def" class="section">
+<h2 class="common-subhead">9.04. <dfn id="data-unordered-tokens">Unordered set of unique space-separated tokens</dfn> <a class="hash" href="#data-unordered-tokens-def">#</a>
+</h2>
+ <div class="datatype-desc">A
+ <a href="datatypes.html#common.data.tokens">set of space-separated tokens</a>
+ in which none of the tokens are duplicated.</div>
+ </div>
<div id="common.data.browsing-context-name-def" class="section">
- <h2 class="common-subhead">9.04. <dfn id="common.data.browsing-context-name">Browsing-context name</dfn> <a class="hash" href="#common.data.browsing-context-name-def">#</a>
+ <h2 class="common-subhead">9.05. <dfn id="common.data.browsing-context-name">Browsing-context name</dfn> <a class="hash" href="#common.data.browsing-context-name-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">Any
<a href="datatypes.html#data-string">string</a>,
with the following restrictions:
@@ -84,13 +84,13 @@
be at least one character long</li>
</ul>
</div>
- </div>
+
</div>
+
<div id="common.data.browsing-context-name-or-keyword-def" class="section">
- <h2 class="common-subhead">9.05. <dfn id="common.data.browsing-context-name-or-keyword">Browsing-context name or keyword</dfn> <a class="hash" href="#common.data.browsing-context-name-or-keyword-def">#</a>
+ <h2 class="common-subhead">9.06. <dfn id="common.data.browsing-context-name-or-keyword">Browsing-context name or keyword</dfn> <a class="hash" href="#common.data.browsing-context-name-or-keyword-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">Any
<a href="datatypes.html#data-string">string</a>
that is either of the following:
@@ -110,13 +110,13 @@
</li>
</ul>
</div>
- </div>
+
</div>
+
<div id="common.data.id-def" class="section">
- <h2 class="common-subhead">9.06. <dfn id="common.data.id">ID</dfn> <a class="hash" href="#common.data.id-def">#</a>
+ <h2 class="common-subhead">9.07. <dfn id="common.data.id">ID</dfn> <a class="hash" href="#common.data.id-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">Any
<a href="datatypes.html#data-string">string</a>,
with the following restrictions:
@@ -130,51 +130,45 @@
<a href="terminology.html#space">space characters</a>
</li>
</ul>
-<p class="note">Previous versions of HTML placed greater
- restrictions on the content of
- <a href="datatypes.html#common.data.id">ID</a>
- values (for example, they did not permit
- <a href="datatypes.html#common.data.id">ID</a>
- values to begin with a number).</p>
- </div>
- </div>
+</div>
+ <p class="note">Previous versions of HTML placed greater
+ restrictions on the content of
+ <a href="datatypes.html#common.data.id">ID</a>
+ values (for example, they did not permit
+ <a href="datatypes.html#common.data.id">ID</a>
+ values to begin with a number).</p>
+
</div>
+
<div id="common.data.idref-def" class="section">
- <h2 class="common-subhead">9.07. <dfn id="common.data.idref">IDREF</dfn> <a class="hash" href="#common.data.idref-def">#</a>
+ <h2 class="common-subhead">9.08. <dfn id="common.data.idref">ID reference</dfn> <a class="hash" href="#common.data.idref-def">#</a>
</h2>
- <div class="content-models">
-
- <div class="datatype-desc">Any
- <a href="datatypes.html#data-string">string</a>,
- with the following restrictions:
- <ul>
-<li>
-<a href="terminology.html#must-requirement">must</a>
- be at least one character long</li>
- <li>
-<a href="terminology.html#must-requirement">must</a>
- not contain any
- <a href="terminology.html#space">space characters</a>
-</li>
- </ul>
-</div>
- </div>
+
+ <div class="datatype-desc">A valid
+ <dfn id="id-reference">ID reference</dfn>
+ to an element of type <i>type</i> is a string
+ that exactly matches the value of the
+ <code class="attribute">id</code>
+ attribute of an element in the document with type
+ <i>type</i>.</div>
+
</div>
+
<div id="common.data.idrefs-def" class="section">
- <h2 class="common-subhead">9.08. <dfn id="common.data.idrefs">IDREFS</dfn> <a class="hash" href="#common.data.idrefs-def">#</a>
+ <h2 class="common-subhead">9.09. <dfn id="common.data.idrefs">Set of ID references</dfn> <a class="hash" href="#common.data.idrefs-def">#</a>
</h2>
- <div class="content-models">
-
- <div class="datatype-desc">A
- <a href="terminology.html#space">space</a>-separated list of one or more
- <a href="datatypes.html#common.data.idref">IDREF</a> instances.</div>
- </div>
+
+ <div class="datatype-desc">An
+ <a href="datatypes.html#data-unordered-tokens">unordered set of unique space-separated tokens</a>,
+ each of which is an
+ <a href="datatypes.html#id-reference">id reference</a>.</div>
+
</div>
+
<div id="common.data.name-def" class="section">
- <h2 class="common-subhead">9.09. <dfn id="common.data.name">Name</dfn> <a class="hash" href="#common.data.name-def">#</a>
+ <h2 class="common-subhead">9.10. <dfn id="common.data.name">Name</dfn> <a class="hash" href="#common.data.name-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">Any
<a href="datatypes.html#data-string">string</a>,
with the following restrictions:
@@ -189,16 +183,16 @@
</li>
</ul>
</div>
- </div>
+
</div>
+
<div id="common.data.hash-name-def" class="section">
- <h2 class="common-subhead">9.10. <dfn id="common.data.hash-name">Hash-name reference</dfn> <a class="hash" href="#common.data.hash-name-def">#</a>
+ <h2 class="common-subhead">9.11. <dfn id="common.data.hash-name">Hash-name reference</dfn> <a class="hash" href="#common.data.hash-name-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">A
valid
- <dfn id="hash-name">hash-name reference</dfn>
+ <dfn id="hash-name-reference">hash-name reference</dfn>
to an element of
type <i>type</i> is a string that starts with a
"<code title="U+0023 NUMBER SIGN">#</code>"
@@ -207,25 +201,25 @@
<code class="attribute">name</code>
attribute of an element in the document with type
<i>type</i>.</div>
- </div>
+
</div>
+
<div id="common.data.integer-def" class="section">
- <h2 class="common-subhead">9.11. <dfn id="common.data.integer">Integer</dfn> <a class="hash" href="#common.data.integer-def">#</a>
+ <h2 class="common-subhead">9.12. <dfn id="common.data.integer">Integer</dfn> <a class="hash" href="#common.data.integer-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">One or more characters in the range
<code title="U+0030 DIGIT ZERO–U+0039 DIGIT NINE ">0—9</code>,
optionally prefixed with a
"<code title="U+002D HYPHEN-MINUS">-</code>"
character.</div>
- </div>
+
</div>
+
<div id="common.data.integer.positive-def" class="section">
- <h2 class="common-subhead">9.12. <dfn id="common.data.integer.positive">Positive integer</dfn> <a class="hash" href="#common.data.integer.positive-def">#</a>
+ <h2 class="common-subhead">9.13. <dfn id="common.data.integer.positive">Positive integer</dfn> <a class="hash" href="#common.data.integer.positive-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">Any
<a href="datatypes.html#common.data.integer.non-negative">non-negative integer</a>,
with the following restriction:
@@ -235,22 +229,22 @@
be greater than zero</li>
</ul>
</div>
- </div>
+
</div>
+
<div id="common.data.integer.non-negative-def" class="section">
- <h2 class="common-subhead">9.13. <dfn id="common.data.integer.non-negative">Non-negative integer</dfn> <a class="hash" href="#common.data.integer.non-negative-def">#</a>
+ <h2 class="common-subhead">9.14. <dfn id="common.data.integer.non-negative">Non-negative integer</dfn> <a class="hash" href="#common.data.integer.non-negative-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">One or more characters in the range
<code title="U+0030 DIGIT ZERO–U+0039 DIGIT NINE ">0—9</code>.</div>
+
</div>
- </div>
+
<div id="common.data.float-def" class="section">
- <h2 class="common-subhead">9.14. <dfn id="common.data.float">Float</dfn> <a class="hash" href="#common.data.float-def">#</a>
+ <h2 class="common-subhead">9.15. <dfn id="common.data.float">Float</dfn> <a class="hash" href="#common.data.float-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">A float consists of the following
parts, in exactly the following order:
<ol>
@@ -288,13 +282,13 @@
</li>
</ol>
</div>
- </div>
+
</div>
+
<div id="common.data.float.positive-def" class="section">
- <h2 class="common-subhead">9.15. <dfn id="common.data.float.positive">Positive float</dfn> <a class="hash" href="#common.data.float.positive-def">#</a>
+ <h2 class="common-subhead">9.16. <dfn id="common.data.float.positive">Positive float</dfn> <a class="hash" href="#common.data.float.positive-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">A
<a href="datatypes.html#common.data.float.non-negative">non-negative float</a>,
with the following restriction:
@@ -304,13 +298,13 @@
be greater than zero</li>
</ul>
</div>
- </div>
+
</div>
+
<div id="common.data.float.non-negative-def" class="section">
- <h2 class="common-subhead">9.16. <dfn id="common.data.float.non-negative">Non-negative float</dfn> <a class="hash" href="#common.data.float.non-negative-def">#</a>
+ <h2 class="common-subhead">9.17. <dfn id="common.data.float.non-negative">Non-negative float</dfn> <a class="hash" href="#common.data.float.non-negative-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">A
<a href="datatypes.html#common.data.float">float</a>,
with the following restriction:
@@ -320,40 +314,42 @@
character</li>
</ul>
</div>
- </div>
+
</div>
+
<div id="common.data.datetime-def" class="section">
- <h2 class="common-subhead">9.17. <dfn id="common.data.datetime">Date-time</dfn> <a class="hash" href="#common.data.datetime-def">#</a>
+ <h2 class="common-subhead">9.18. <dfn id="common.data.datetime">Date-time</dfn> <a class="hash" href="#common.data.datetime-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">A valid
<dfn id="date-time" title="date-time">date-time</dfn>,
as defined in RFC 3339
<a href="references.html#refsRFC3339">[RFC3339]</a>,
- with these additional qualifications:</div>
- <ul>
+ with these additional qualifications:
+ <ul>
<li>the literal letters <code>T</code> and
- <code>Z</code> in the date/time syntax
- <a href="terminology.html#must-requirement">must</a>
- always be
- uppercase</li>
- <li>a <dfn id="data-date-fullyear">date-fullyear</dfn> is
- defined as four or more digits representing a number
- greater than 0</li>
- </ul>
-<div class="example">
+ <code>Z</code> in the date/time syntax
+ <a href="terminology.html#must-requirement">must</a>
+ always be
+ uppercase</li>
+ <li>a <dfn id="data-date-fullyear">date-fullyear</dfn> is
+ defined as four or more digits representing a number
+ greater than 0</li>
+ </ul>
+</div>
+
+ <div class="example">
<p>Examples:</p>
<pre><code>1990-12-31T23:59:60Z</code>
<code>1996-12-19T16:39:57-08:00</code></pre>
</div>
- </div>
+
</div>
+
<div id="common.data.date-or-time-def" class="section">
- <h2 class="common-subhead">9.18. <dfn id="common.data.date-or-time">Date or time</dfn> <a class="hash" href="#common.data.date-or-time-def">#</a>
+ <h2 class="common-subhead">9.19. <dfn id="common.data.date-or-time">Date or time</dfn> <a class="hash" href="#common.data.date-or-time-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">Any one of the following:
<ul>
<li><a href="datatypes.html#form.data.date">date</a></li>
@@ -361,36 +357,36 @@
<li><a href="datatypes.html#common.data.datetime">datetime</a></li>
</ul>
</div>
- </div>
+
</div>
+
<div id="common.data.uri-def" class="section">
- <h2 class="common-subhead">9.19. <dfn id="common.data.uri">URI</dfn> <a class="hash" href="#common.data.uri-def">#</a>
+ <h2 class="common-subhead">9.20. <dfn id="common.data.uri">URI</dfn> <a class="hash" href="#common.data.uri-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">An
<dfn id="data.iri-ref" title="data.iri-ref">IRI-reference</dfn>,
as defined in RFC 3987
<a href="references.html#refsRFC3987">[RFC3987]</a>.
- <p class="note">The empty string is a valid
- <a href="datatypes.html#data.iri-ref">IRI-reference</a>,
- so the empty string is allowed as the value of any
- attribute for which this reference lists
- <a href="datatypes.html#common.data.uri">URI</a>
- as the allowed datatype.</p>
</div>
+ <p class="note">The empty string is a valid
+ <a href="datatypes.html#data.iri-ref">IRI-reference</a>,
+ so the empty string is allowed as the value of any
+ attribute for which this reference lists
+ <a href="datatypes.html#common.data.uri">URI</a>
+ as the allowed datatype.</p>
<div class="example">
<p>Example:</p>
<pre><code>http://example.org/hello</code></pre>
</div>
- </div>
+
</div>
+
<div id="common.data.uri.absolute-def" class="section">
- <h2 class="common-subhead">9.20. <dfn id="common.data.uri.absolute">Absolute URI</dfn> <a class="hash" href="#common.data.uri.absolute-def">#</a>
+ <h2 class="common-subhead">9.21. <dfn id="common.data.uri.absolute">Absolute URI</dfn> <a class="hash" href="#common.data.uri.absolute-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">An
<dfn id="data.iri">IRI</dfn>,
as defined in RFC 3987
@@ -402,13 +398,13 @@
<code>#canvas</code>
<code>http://example.org/</code></pre>
</div>
- </div>
+
</div>
+
<div id="common.data.sizes-def" class="section">
- <h2 class="common-subhead">9.21. <dfn id="common.data.sizes">Sizes</dfn> <a class="hash" href="#common.data.sizes-def">#</a>
+ <h2 class="common-subhead">9.22. <dfn id="common.data.sizes">Sizes</dfn> <a class="hash" href="#common.data.sizes-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">An unordered set of unique
space-separated
<a href="datatypes.html#data-token">tokens</a>,
@@ -426,23 +422,23 @@
character.</li>
</ul>
</div>
- </div>
+
</div>
+
<div id="common.data.mimetype-def" class="section">
- <h2 class="common-subhead">9.22. <dfn id="common.data.mimetype">MIME type</dfn> <a class="hash" href="#common.data.mimetype-def">#</a>
+ <h2 class="common-subhead">9.23. <dfn id="common.data.mimetype">MIME type</dfn> <a class="hash" href="#common.data.mimetype-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">A string that identifies a valid
<dfn id="mime-media-type" title="mime-media-type">MIME media type</dfn>,
as defined in RFC 2046
- <a href="references.html#refsRFC2046">[RFC2046]</a>.</div> </div>
+ <a href="references.html#refsRFC2046">[RFC2046]</a>.</div>
</div>
+
<div id="common.data.charset-def" class="section">
- <h2 class="common-subhead">9.23. <dfn id="common.data.charset">Character encoding name</dfn> <a class="hash" href="#common.data.charset-def">#</a>
+ <h2 class="common-subhead">9.24. <dfn id="common.data.charset">Character encoding name</dfn> <a class="hash" href="#common.data.charset-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">
<p>For documents in the
<a href="documents.html#html-syntax">HTML syntax</a>:
@@ -464,13 +460,13 @@
for the string
"<code>UTF-8</code>".</p>
</div>
- </div>
+
</div>
+
<div id="common.data.meta-charset-def" class="section">
- <h2 class="common-subhead">9.24. <dfn id="common.data.meta-charset">Meta-charset string</dfn> <a class="hash" href="#common.data.meta-charset-def">#</a>
+ <h2 class="common-subhead">9.25. <dfn id="common.data.meta-charset">Meta-charset string</dfn> <a class="hash" href="#common.data.meta-charset-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">The following parts, in exactly
the following order:
<ol>
@@ -484,13 +480,13 @@
<a href="datatypes.html#common.data.charset">character encoding name</a>.</li>
</ol>
</div>
- </div>
+
</div>
+
<div id="common.data.refresh-def" class="section">
- <h2 class="common-subhead">9.25. <dfn id="common.data.refresh">Refresh value</dfn> <a class="hash" href="#common.data.refresh-def">#</a>
+ <h2 class="common-subhead">9.26. <dfn id="common.data.refresh">Refresh value</dfn> <a class="hash" href="#common.data.refresh-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">Any one of the following:
<ul>
<li>A
@@ -514,66 +510,66 @@
</li>
</ul>
</div>
- </div>
+
</div>
+
<div id="common.data.default-style-def" class="section">
- <h2 class="common-subhead">9.26. <dfn id="common.data.default-style">Default-style name</dfn> <a class="hash" href="#common.data.default-style-def">#</a>
+ <h2 class="common-subhead">9.27. <dfn id="common.data.default-style">Default-style name</dfn> <a class="hash" href="#common.data.default-style-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">A
<a href="datatypes.html#data-string">string</a>.</div>
- </div>
+
</div>
+
<div id="common.data.mediaquery-def" class="section">
- <h2 class="common-subhead">9.27. <dfn id="common.data.mediaquery">Media-query list</dfn> <a class="hash" href="#common.data.mediaquery-def">#</a>
+ <h2 class="common-subhead">9.28. <dfn id="common.data.mediaquery">Media-query list</dfn> <a class="hash" href="#common.data.mediaquery-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">A valid
<dfn id="media-query" title="media-query">media query list</dfn>,
as defined in
<cite>Media Queries</cite> <a href="references.html#refsMQ">[MQ]</a>.</div>
- </div>
+
</div>
+
<div id="common.data.langcode-def" class="section">
- <h2 class="common-subhead">9.28. <dfn id="common.data.langcode">Language tag</dfn> <a class="hash" href="#common.data.langcode-def">#</a>
+ <h2 class="common-subhead">9.29. <dfn id="common.data.langcode">Language tag</dfn> <a class="hash" href="#common.data.langcode-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">A valid
<dfn id="language-tag" title="language-tag">language tag</dfn>,
as defined in BCP 47
<a href="references.html#refsBCP47">[BCP47]</a>.</div>
- </div>
+
</div>
+
<div id="common.data.keylabellist-def" class="section">
- <h2 class="common-subhead">9.29. <dfn id="common.data.keylabellist">Key-label list</dfn> <a class="hash" href="#common.data.keylabellist-def">#</a>
+ <h2 class="common-subhead">9.30. <dfn id="common.data.keylabellist">Key-label list</dfn> <a class="hash" href="#common.data.keylabellist-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">An ordered set of unique
space-separated <a href="datatypes.html#data-token">tokens</a>, each of
which
<a href="terminology.html#must-requirement">must</a>
be exactly one Unicode code point in
length.</div>
- </div>
+
</div>
+
<div id="common.data.zero-def" class="section">
- <h2 class="common-subhead">9.30. <dfn id="common.data.zero">Zero</dfn> <a class="hash" href="#common.data.zero-def">#</a>
+ <h2 class="common-subhead">9.31. <dfn id="common.data.zero">Zero</dfn> <a class="hash" href="#common.data.zero-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">The literal string
"<code title="U+0030 DIGIT ZERO">0</code>".</div>
- </div>
+
</div>
+
<div id="common.data.rectangle-def" class="section">
- <h2 class="common-subhead">9.31. <dfn id="common.data.rectangle">Rectangle</dfn> <a class="hash" href="#common.data.rectangle-def">#</a>
+ <h2 class="common-subhead">9.32. <dfn id="common.data.rectangle">Rectangle</dfn> <a class="hash" href="#common.data.rectangle-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">A comma-separated list of four
<a href="datatypes.html#common.data.integer">integers</a>, in exactly
the following order:
@@ -598,13 +594,13 @@
edge of the image to the bottom side of the rectangle</li>
</ol>
</div>
- </div>
+
</div>
+
<div id="common.data.circle-def" class="section">
- <h2 class="common-subhead">9.32. <dfn id="common.data.circle">Circle</dfn> <a class="hash" href="#common.data.circle-def">#</a>
+ <h2 class="common-subhead">9.33. <dfn id="common.data.circle">Circle</dfn> <a class="hash" href="#common.data.circle-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">A comma-separated list of three
numbers, in exactly the following order:
<ol>
@@ -622,13 +618,13 @@
pixels</li>
</ol>
</div>
- </div>
+
</div>
+
<div id="common.data.polygon-def" class="section">
- <h2 class="common-subhead">9.33. <dfn id="common.data.polygon">Polygon</dfn> <a class="hash" href="#common.data.polygon-def">#</a>
+ <h2 class="common-subhead">9.34. <dfn id="common.data.polygon">Polygon</dfn> <a class="hash" href="#common.data.polygon-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">A comma-separated list of at
least six
<a href="datatypes.html#common.data.integer">integers</a>, with the
@@ -638,13 +634,13 @@
the distances from, respectively, the left and the top of
the image; all the coordinates together represent the
points of the polygon, in order.</div>
- </div>
+
</div>
+
<div id="common.data.sandbox-allow-list-def" class="section">
- <h2 class="common-subhead">9.34. <dfn id="common.data.sandbox-allow-list">Sandbox allow list</dfn> <a class="hash" href="#common.data.sandbox-allow-list-def">#</a>
+ <h2 class="common-subhead">9.35. <dfn id="common.data.sandbox-allow-list">Sandbox allow list</dfn> <a class="hash" href="#common.data.sandbox-allow-list-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">An unordered set of unique
space-separated
<a href="datatypes.html#data-token">tokens</a>, each of which is a
@@ -657,44 +653,44 @@
<li>"<code>allow-top-navigation</code>"</li>
</ul>
</div>
- </div>
+
</div>
+
<div id="form.data.mimetypelist-def" class="section">
- <h2 class="common-subhead">9.35. <dfn id="form.data.mimetypelist">MIME-type list</dfn> <a class="hash" href="#form.data.mimetypelist-def">#</a>
+ <h2 class="common-subhead">9.36. <dfn id="form.data.mimetypelist">MIME-type list</dfn> <a class="hash" href="#form.data.mimetypelist-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">A set of comma-separated <a href="datatypes.html#data-token">tokens</a>,
each of which is a valid <a href="datatypes.html#common.data.mimetype">mime type</a>, with no
parameters.</div>
- </div>
+
</div>
+
<div id="form.data.charsetlist-def" class="section">
- <h2 class="common-subhead">9.36. <dfn id="form.data.charsetlist">Character-encoding name list</dfn> <a class="hash" href="#form.data.charsetlist-def">#</a>
+ <h2 class="common-subhead">9.37. <dfn id="form.data.charsetlist">Character-encoding name list</dfn> <a class="hash" href="#form.data.charsetlist-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">A set of comma-separated <a href="datatypes.html#data-token">tokens</a>,
each of which is a valid <a href="datatypes.html#common.data.charset">character encoding name</a> that specifies an
<a href="syntax.html#ascii-compatible">ASCII-compatible character
encoding</a>.</div>
- </div>
+
</div>
+
<div id="form.data.pattern-def" class="section">
- <h2 class="common-subhead">9.37. <dfn id="form.data.pattern">Pattern</dfn> <a class="hash" href="#form.data.pattern-def">#</a>
+ <h2 class="common-subhead">9.38. <dfn id="form.data.pattern">Pattern</dfn> <a class="hash" href="#form.data.pattern-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">A regular expression that
<a href="terminology.html#must-requirement">must</a>
match the JavaScript <i>Pattern</i> production <a href="references.html#refsECMA262">[ECMA262]</a>.</div>
- </div>
+
</div>
+
<div id="form.data.datetime-local-def" class="section">
- <h2 class="common-subhead">9.38. <dfn id="form.data.datetime-local">Local date-time</dfn> <a class="hash" href="#form.data.datetime-local-def">#</a>
+ <h2 class="common-subhead">9.39. <dfn id="form.data.datetime-local">Local date-time</dfn> <a class="hash" href="#form.data.datetime-local-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">The following parts, in exactly
the following order:
<ol>
@@ -709,13 +705,13 @@
<pre><code>1985-04-12T23:20:50.52</code>
<code>1996-12-19T16:39:57</code></pre>
</div>
- </div>
+
</div>
+
<div id="form.data.date-def" class="section">
- <h2 class="common-subhead">9.39. <dfn id="form.data.date">Date</dfn> <a class="hash" href="#form.data.date-def">#</a>
+ <h2 class="common-subhead">9.40. <dfn id="form.data.date">Date</dfn> <a class="hash" href="#form.data.date-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">A valid
<dfn id="full-date" title="full-date">full-date</dfn>,
as defined in RFC 3339
@@ -728,13 +724,13 @@
<p>Example:</p>
<pre><code>1996-12-19</code></pre>
</div>
- </div>
+
</div>
+
<div id="form.data.month-def" class="section">
- <h2 class="common-subhead">9.40. <dfn id="form.data.month">Month</dfn> <a class="hash" href="#form.data.month-def">#</a>
+ <h2 class="common-subhead">9.41. <dfn id="form.data.month">Month</dfn> <a class="hash" href="#form.data.month-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">The following parts, in exactly the
following order:
<ol>
@@ -750,13 +746,13 @@
<p>Example:</p>
<pre><code>1996-12</code></pre>
</div>
- </div>
+
</div>
+
<div id="form.data.week-def" class="section">
- <h2 class="common-subhead">9.41. <dfn id="form.data.week">Week</dfn> <a class="hash" href="#form.data.week-def">#</a>
+ <h2 class="common-subhead">9.42. <dfn id="form.data.week">Week</dfn> <a class="hash" href="#form.data.week-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">The following parts, in exactly
the following order:
<ol>
@@ -775,13 +771,13 @@
<p>Example:</p>
<pre><code>1996-W16</code></pre>
</div>
- </div>
+
</div>
+
<div id="form.data.time-def" class="section">
- <h2 class="common-subhead">9.42. <dfn id="form.data.time">Time</dfn> <a class="hash" href="#form.data.time-def">#</a>
+ <h2 class="common-subhead">9.43. <dfn id="form.data.time">Time</dfn> <a class="hash" href="#form.data.time-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">A valid
<dfn id="partial-time" title="partial-time">partial-time</dfn>,
as defined in RFC 3339
@@ -792,13 +788,13 @@
<pre><code>23:20:50.52</code>
<code>17:39:57</code></pre>
</div>
- </div>
+
</div>
+
<div id="form.data.emailaddress-def" class="section">
- <h2 class="common-subhead">9.43. <dfn id="form.data.emailaddress">E-mail address</dfn> <a class="hash" href="#form.data.emailaddress-def">#</a>
+ <h2 class="common-subhead">9.44. <dfn id="form.data.emailaddress">E-mail address</dfn> <a class="hash" href="#form.data.emailaddress-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">
<p>Any string that matches the following ABNF
<a href="references.html#refsABNF">[ABNF]</a>
@@ -817,22 +813,22 @@
<p>Examples:</p>
<pre><code>foo-bar.baz@example.com</code></pre>
</div>
- </div>
+
</div>
+
<div id="form.data.emailaddresslist-def" class="section">
- <h2 class="common-subhead">9.44. <dfn id="form.data.emailaddresslist">E-mail address list</dfn> <a class="hash" href="#form.data.emailaddresslist-def">#</a>
+ <h2 class="common-subhead">9.45. <dfn id="form.data.emailaddresslist">E-mail address list</dfn> <a class="hash" href="#form.data.emailaddresslist-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">A set of comma-separated <a href="datatypes.html#data-token">tokens</a>, each of which is a valid
<a href="datatypes.html#form.data.emailaddress">email address</a>.</div>
- </div>
+
</div>
+
<div id="form.data.color-def" class="section">
- <h2 class="common-subhead">9.45. <dfn id="form.data.color">Color</dfn> <a class="hash" href="#form.data.color-def">#</a>
+ <h2 class="common-subhead">9.46. <dfn id="form.data.color">Color</dfn> <a class="hash" href="#form.data.color-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">A string exactly seven
characters long, consisting of the following parts, in
exactly the following order:
@@ -847,8 +843,9 @@
<code title="U+0041 LATIN CAPITAL LETTER A–U+0046 LATIN CAPITAL LETTER F">A–F</code>.</li>
</ol>
</div>
- </div>
+
</div>
+
</div>
<hr class="footerbreak">
<div class="nav">
Index: label.html
===================================================================
RCS file: /sources/public/html5/markup/label.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- label.html 24 Jul 2010 17:15:26 -0000 1.59
+++ label.html 26 Jul 2010 04:06:25 -0000 1.60
@@ -47,9 +47,11 @@
<dl class="attr-defs">
<dt>
<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/forms.html#attr-label-for">ⓘ</a></span> <a class="attribute-name" id="label.attrs.for" title="label.attrs.for" href="label.html#label.attrs.for">for</a> = <span class="attr-values">
- <a href="datatypes.html#common.data.idref">IDREF</a>
+ <a href="datatypes.html#common.data.idref">ID reference</a>
</span> </dt>
- <dd>Identifies a form control for which the
+ <dd>An
+ <a href="datatypes.html#id-reference">ID reference</a>
+ to a form control for which the
<a href="label.html#label">label</a>
is a caption.</dd>
Index: td.html
===================================================================
RCS file: /sources/public/html5/markup/td.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- td.html 24 Jul 2010 17:15:28 -0000 1.60
+++ td.html 26 Jul 2010 04:06:25 -0000 1.61
@@ -66,7 +66,7 @@
<dt>
<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/tabular-data.html#attr-tdth-headers">ⓘ</a></span> <a class="attribute-name" id="td.attrs.headers" title="td.attrs.headers" href="td.html#td.attrs.headers">headers</a> = <span class="attr-values">
- <a href="datatypes.html#common.data.idrefs">IDREFS</a>
+ <a href="datatypes.html#common.data.idrefs">set of ID references</a>
</span> </dt>
<dd>Identifies one or more
<a href="th.html#th" class="element">th</a>
Index: style.css
===================================================================
RCS file: /sources/public/html5/markup/style.css,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -d -r1.118 -r1.119
--- style.css 24 Jul 2010 17:15:28 -0000 1.118
+++ style.css 26 Jul 2010 04:06:25 -0000 1.119
@@ -16,7 +16,8 @@
font-weight: inherit;
}
.html5term {
- color: purple;
+ color: darkgoldenrod;
+ font-weight: bold;
}
.example {
margin-top: 26px;
@@ -523,13 +524,20 @@
}
#datatypes .example {
margin-top: 12px;
+ margin-left: 1em;
+}
+#datatypes .note {
+ margin-left: 1em;
}
#datatypes .section {
margin-bottom: 24px;
}
div.datatype-desc {
margin-top: 6px;
- margin-left: 0px;
+ margin-left: 1em;
+}
+div.datatype-desc p:first-child {
+ margin-top: 0px;
}
body.dfnEnabled dfn { cursor: pointer; }
.dfnPanel {
Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -d -r1.249 -r1.250
--- spec.html 24 Jul 2010 17:15:28 -0000 1.249
+++ spec.html 26 Jul 2010 04:06:25 -0000 1.250
@@ -10,7 +10,7 @@
<div class="head">
<div><a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"></a></div>
<h1>HTML: The Markup Language Reference</h1>
-<h2>W3C Editor’s Draft <em>25 July 2010</em>
+<h2>W3C Editor’s Draft <em>26 July 2010</em>
</h2>
<dl>
<dt>Latest Editor’s Draft:</dt>
@@ -65,7 +65,7 @@
reports index</a> at http://www.w3.org/TR/.
</em></p>
[...985 lines suppressed...]
- <h2 class="common-subhead">9.45. <dfn id="form.data.color">Color</dfn> <a class="hash" href="#form.data.color-def">#</a>
+ <h2 class="common-subhead">9.46. <dfn id="form.data.color">Color</dfn> <a class="hash" href="#form.data.color-def">#</a>
</h2>
- <div class="content-models">
-
+
<div class="datatype-desc">A string exactly seven
characters long, consisting of the following parts, in
exactly the following order:
@@ -19860,8 +19868,9 @@
<code title="U+0041 LATIN CAPITAL LETTER A–U+0046 LATIN CAPITAL LETTER F">A–F</code>.</li>
</ol>
</div>
- </div>
+
</div>
+
</div>
</div>
<div id="appendices">
Index: output.html
===================================================================
RCS file: /sources/public/html5/markup/output.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- output.html 24 Jul 2010 17:15:27 -0000 1.59
+++ output.html 26 Jul 2010 04:06:25 -0000 1.60
@@ -48,7 +48,7 @@
<dl class="attr-defs">
<dt>
<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/the-button-element.html#attr-output-for">ⓘ</a></span> <a class="attribute-name" id="output.attrs.for" title="output.attrs.for" href="output.html#output.attrs.for">for</a> = <span class="attr-values">
- <a href="datatypes.html#common.data.idrefs">IDREFS</a>
+ <a href="datatypes.html#common.data.idrefs">set of ID references</a>
</span> </dt>
<dd>Identifies one or more elements associated with
the calculation whose result this
Index: forms-attributes.html
===================================================================
RCS file: /sources/public/html5/markup/forms-attributes.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- forms-attributes.html 24 Jul 2010 17:15:24 -0000 1.22
+++ forms-attributes.html 26 Jul 2010 04:06:25 -0000 1.23
@@ -53,10 +53,12 @@
control.</dd>
<dt>
<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/association-of-controls-and-forms.html#attr-fae-form">ⓘ</a></span> <dfn class="attribute-name" id="common-form.attrs.form" title="common-form.attrs.form">form</dfn> = <span class="attr-values">
- <a href="datatypes.html#common.data.idref">IDREF</a>
+ <a href="datatypes.html#common.data.idref">ID reference</a>
</span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span><a class="hash" href="forms-attributes.html#common-form.attrs.form">#</a>
</dt>
-<dd>Identifies a
+<dd>An
+ <a href="datatypes.html#id-reference">ID reference</a>
+ to a
<a href="form.html#form">form</a>
with which to associate the element.</dd>
<dt>
@@ -102,10 +104,12 @@
of the control.</dd>
<dt>
<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/common-input-element-attributes.html#the-list-attribute">ⓘ</a></span> <dfn class="attribute-name" id="input.attrs.list" title="input.attrs.list">list</dfn> = <span class="attr-values">
- <a href="datatypes.html#common.data.idref">IDREF</a>
+ <a href="datatypes.html#common.data.idref">ID reference</a>
</span> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span><a class="hash" href="forms-attributes.html#input.attrs.list">#</a>
</dt>
-<dd>Identifies a
+<dd>An
+ <a href="datatypes.html#id-reference">ID reference</a>
+ to a
<a href="datalist.html#datalist" class="element">datalist</a>
with which to associate the element.</dd>
<dt>
Received on Monday, 26 July 2010 04:06:32 UTC