html5/markup datatypes.html,1.53,1.54 input.button.html,1.58,1.59 input.checkbox.html,1.58,1.59 input.color.html,1.60,1.61 input.date.html,1.61,1.62 input.datetime-local.html,1.62,1.63 input.datetime.html,1.62,1.63 input.email.html,1.62,1.63 input.file.html,1.58,1.59 input.hidden.html,1.59,1.60 input.image.html,1.63,1.64 input.month.html,1.62,1.63 input.number.html,1.62,1.63 input.password.html,1.59,1.60 input.radio.html,1.59,1.60 input.range.html,1.62,1.63 input.reset.html,1.59,1.60 input.search.html,1.62,1.63 input.submit.html,1.59,1.60 input.tel.html,1.59,1.60 input.text.html,1.59,1.60 input.time.html,1.62,1.63 input.url.html,1.62,1.63 input.week.html,1.62,1.63 references.html,1.29,1.30 spec.html,1.251,1.252

Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv12205

Modified Files:
	datatypes.html input.button.html input.checkbox.html 
	input.color.html input.date.html input.datetime-local.html 
	input.datetime.html input.email.html input.file.html 
	input.hidden.html input.image.html input.month.html 
	input.number.html input.password.html input.radio.html 
	input.range.html input.reset.html input.search.html 
	input.submit.html input.tel.html input.text.html 
	input.time.html input.url.html input.week.html references.html 
	spec.html 
Log Message:
checkpointing some further explorations in refining datatype documentation and HTML5 spec-linking


Index: input.email.html
===================================================================
RCS file: /sources/public/html5/markup/input.email.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- input.email.html	27 Jul 2010 06:09:45 -0000	1.62
+++ input.email.html	27 Jul 2010 09:23:45 -0000	1.63
@@ -60,19 +60,20 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.email.attrs.type" title="input.email.attrs.type" href="input.email.html#input.email.attrs.type">type</a> = <span class="attr-values">  "email" </span> </dt>
-            <dd>Specifies that its <a href="input.html#input" class="element">input</a> element is
-        a control for editing a list of e-mail addresses given in
-        the element&#8217;s value.</dd>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#e-mail-state">&#9432;</a></span> <a class="attribute-name" id="input.email.attrs.type" title="input.email.attrs.type" href="input.email.html#input.email.attrs.type">type</a> = <span class="attr-values">  "email" </span> </dt>
+            <dd>Specifies that its
+        <a href="input.html#input" class="element">input</a>
+        element is a control for editing an e-mail address or list
+        of e-mail addresses given in the element&#8217;s value.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.email.attrs.value.multiple" title="input.email.attrs.value.multiple" href="input.email.html#input.email.attrs.value.multiple">value</a> = <span class="attr-values">
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#e-mail-state">&#9432;</a></span> <a class="attribute-name" id="input.email.attrs.value.multiple" title="input.email.attrs.value.multiple" href="input.email.html#input.email.attrs.value.multiple">value</a> = <span class="attr-values">
       <a href="datatypes.html#form.data.emailaddresslist">list of e-mail addresses</a>
     </span> </dt>
             <dd>A list of e-mail addresses.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.email.attrs.value.single" title="input.email.attrs.value.single" href="input.email.html#input.email.attrs.value.single">value</a> = <span class="attr-values">
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#e-mail-state">&#9432;</a></span> <a class="attribute-name" id="input.email.attrs.value.single" title="input.email.attrs.value.single" href="input.email.html#input.email.attrs.value.single">value</a> = <span class="attr-values">
       <a href="datatypes.html#form.data.emailaddress">e-mail address</a>
     </span> </dt>
             <dd>A single e-mail address.</dd>

Index: input.month.html
===================================================================
RCS file: /sources/public/html5/markup/input.month.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- input.month.html	24 Jul 2010 17:15:26 -0000	1.62
+++ input.month.html	27 Jul 2010 09:23:45 -0000	1.63
@@ -57,7 +57,7 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.month.attrs.type" title="input.month.attrs.type" href="input.month.html#input.month.attrs.type">type</a> = <span class="attr-values">  "month" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#month-state">&#9432;</a></span> <a class="attribute-name" id="input.month.attrs.type" title="input.month.attrs.type" href="input.month.html#input.month.attrs.type">type</a> = <span class="attr-values">  "month" </span> </dt>
             <dd>Specifies that its <a href="input.html#input" class="element">input</a> element is
         a control for setting the element&#8217;s value to a string
         representing a month.</dd>
@@ -79,7 +79,7 @@
         <a href="input.month.html#input.month.attrs.value">value</a>.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.month.attrs.value" title="input.month.attrs.value" href="input.month.html#input.month.attrs.value">value</a> = <span class="attr-values">
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#month-state">&#9432;</a></span> <a class="attribute-name" id="input.month.attrs.value" title="input.month.attrs.value" href="input.month.html#input.month.attrs.value">value</a> = <span class="attr-values">
       <a class="ref" href="datatypes.html#form.data.month" title="form.data.month">month</a>
     </span> </dt>
             <dd>A string representing a month.</dd>

Index: input.range.html
===================================================================
RCS file: /sources/public/html5/markup/input.range.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- input.range.html	24 Jul 2010 17:15:26 -0000	1.62
+++ input.range.html	27 Jul 2010 09:23:45 -0000	1.63
@@ -55,7 +55,7 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.range.attrs.type" title="input.range.attrs.type" href="input.range.html#input.range.attrs.type">type</a> = <span class="attr-values">  "range" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#range-state">&#9432;</a></span> <a class="attribute-name" id="input.range.attrs.type" title="input.range.attrs.type" href="input.range.html#input.range.attrs.type">type</a> = <span class="attr-values">  "range" </span> </dt>
             <dd>Specifies that its <a href="input.html#input" class="element">input</a> element is
         an imprecise control for setting the element&#8217;s value to a
         string representing a number.</dd>
@@ -77,7 +77,7 @@
         <a href="input.number.html#input.number.attrs.value">value</a>.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.range.attrs.value" title="input.range.attrs.value" href="input.range.html#input.range.attrs.value">value</a> = <span class="attr-values">
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#range-state">&#9432;</a></span> <a class="attribute-name" id="input.range.attrs.value" title="input.range.attrs.value" href="input.range.html#input.range.attrs.value">value</a> = <span class="attr-values">
       <a class="ref" href="datatypes.html#common.data.float" title="common.data.float">float</a>
     </span> </dt>
             <dd>A string representing a number.</dd>

Index: input.button.html
===================================================================
RCS file: /sources/public/html5/markup/input.button.html,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- input.button.html	24 Jul 2010 17:15:25 -0000	1.58
+++ input.button.html	27 Jul 2010 09:23:45 -0000	1.59
@@ -49,12 +49,12 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.button.attrs.type" title="input.button.attrs.type" href="input.button.html#input.button.attrs.type">type</a> = <span class="attr-values">  "button" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#button-state">&#9432;</a></span> <a class="attribute-name" id="input.button.attrs.type" title="input.button.attrs.type" href="input.button.html#input.button.attrs.type">type</a> = <span class="attr-values">  "button" </span> </dt>
             <dd>Specifies that its <a href="input.html#input" class="element">input</a> element is a button with no
       additional semantics.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.button.attrs.value" title="input.button.attrs.value" href="input.button.html#input.button.attrs.value">value</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#button-state">&#9432;</a></span> <a class="attribute-name" id="input.button.attrs.value" title="input.button.attrs.value" href="input.button.html#input.button.attrs.value">value</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
             <dd>Specifies a value for the <a href="input.html#input" class="element">input</a> element.</dd>
           
         </dl>

Index: input.text.html
===================================================================
RCS file: /sources/public/html5/markup/input.text.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- input.text.html	24 Jul 2010 17:15:26 -0000	1.59
+++ input.text.html	27 Jul 2010 09:23:46 -0000	1.60
@@ -57,12 +57,12 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.text.attrs.type" title="input.text.attrs.type" href="input.text.html#input.text.attrs.type">type</a> = <span class="attr-values">  "text" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#text-state-and-search-state">&#9432;</a></span> <a class="attribute-name" id="input.text.attrs.type" title="input.text.attrs.type" href="input.text.html#input.text.attrs.type">type</a> = <span class="attr-values">  "text" </span> </dt>
             <dd>Specifies that its <a href="input.html#input" class="element">input</a> element is
         a one-line plain-text edit control for the <a href="input.html#input" class="element">input</a> element&#8217;s <a href="input.text.html#input.text.attrs.value">value</a>.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.text.attrs.value" title="input.text.attrs.value" href="input.text.html#input.text.attrs.value">value</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#text-state-and-search-state">&#9432;</a></span> <a class="attribute-name" id="input.text.attrs.value" title="input.text.attrs.value" href="input.text.html#input.text.attrs.value">value</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
             <dd>Specifies a value for this <a href="input.html#input" class="element">input</a> element.</dd>
           
         </dl>

Index: input.checkbox.html
===================================================================
RCS file: /sources/public/html5/markup/input.checkbox.html,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- input.checkbox.html	24 Jul 2010 17:15:25 -0000	1.58
+++ input.checkbox.html	27 Jul 2010 09:23:45 -0000	1.59
@@ -51,12 +51,12 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.checkbox.attrs.type" title="input.checkbox.attrs.type" href="input.checkbox.html#input.checkbox.attrs.type">type</a> = <span class="attr-values">  "checkbox" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#checkbox-state">&#9432;</a></span> <a class="attribute-name" id="input.checkbox.attrs.type" title="input.checkbox.attrs.type" href="input.checkbox.html#input.checkbox.attrs.type">type</a> = <span class="attr-values">  "checkbox" </span> </dt>
             <dd>Specifies that its <a href="input.html#input" class="element">input</a> element represents
         a state or option that can be toggled.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.checkbox.attrs.value" title="input.checkbox.attrs.value" href="input.checkbox.html#input.checkbox.attrs.value">value</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#checkbox-state">&#9432;</a></span> <a class="attribute-name" id="input.checkbox.attrs.value" title="input.checkbox.attrs.value" href="input.checkbox.html#input.checkbox.attrs.value">value</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
             <dd>Specifies a value for the <a href="input.html#input" class="element">input</a> element.</dd>
           
         </dl>

Index: input.tel.html
===================================================================
RCS file: /sources/public/html5/markup/input.tel.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- input.tel.html	24 Jul 2010 17:15:26 -0000	1.59
+++ input.tel.html	27 Jul 2010 09:23:46 -0000	1.60
@@ -57,13 +57,13 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.tel.attrs.type" title="input.tel.attrs.type" href="input.tel.html#input.tel.attrs.type">type</a> = <span class="attr-values">  "tel" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#telephone-state">&#9432;</a></span> <a class="attribute-name" id="input.tel.attrs.type" title="input.tel.attrs.type" href="input.tel.html#input.tel.attrs.type">type</a> = <span class="attr-values">  "tel" </span> </dt>
             <dd>Specifies that its <a href="input.html#input" class="element">input</a> element is
         a one-line plain-text edit control for entering a
         telephone number.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.tel.attrs.value" title="input.tel.attrs.value" href="input.tel.html#input.tel.attrs.value">value</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#telephone-state">&#9432;</a></span> <a class="attribute-name" id="input.tel.attrs.value" title="input.tel.attrs.value" href="input.tel.html#input.tel.attrs.value">value</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
             <dd>Specifies a value for this <a href="input.html#input" class="element">input</a> element.</dd>
           
         </dl>

Index: input.number.html
===================================================================
RCS file: /sources/public/html5/markup/input.number.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- input.number.html	24 Jul 2010 17:15:26 -0000	1.62
+++ input.number.html	27 Jul 2010 09:23:45 -0000	1.63
@@ -57,7 +57,7 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.number.attrs.type" title="input.number.attrs.type" href="input.number.html#input.number.attrs.type">type</a> = <span class="attr-values">  "number" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#number-state">&#9432;</a></span> <a class="attribute-name" id="input.number.attrs.type" title="input.number.attrs.type" href="input.number.html#input.number.attrs.type">type</a> = <span class="attr-values">  "number" </span> </dt>
             <dd>Specifies that its <a href="input.html#input" class="element">input</a> element is
         a precise control for setting the element&#8217;s value to a
         string representing a number.</dd>
@@ -79,7 +79,7 @@
         <a href="input.number.html#input.number.attrs.value">value</a>.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.number.attrs.value" title="input.number.attrs.value" href="input.number.html#input.number.attrs.value">value</a> = <span class="attr-values">
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#number-state">&#9432;</a></span> <a class="attribute-name" id="input.number.attrs.value" title="input.number.attrs.value" href="input.number.html#input.number.attrs.value">value</a> = <span class="attr-values">
       <a class="ref" href="datatypes.html#common.data.float" title="common.data.float">float</a>
     </span> </dt>
             <dd>A string representing a number.</dd>

Index: datatypes.html
===================================================================
RCS file: /sources/public/html5/markup/datatypes.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- datatypes.html	27 Jul 2010 06:09:44 -0000	1.53
+++ datatypes.html	27 Jul 2010 09:23:45 -0000	1.54
@@ -9,8 +9,8 @@
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language Reference</a></h2>
 <div class="nav">
-<span class="nav-prev"><a href="forms-attributes.html">« forms attributes</a></span>
-<span class="nav-next"><a href="references.html">references »</a></span>
+<span class="nav-prev"><a href="forms-attributes.html">&#171; forms attributes</a></span>
+<span class="nav-next"><a href="references.html">references &#187;</a></span>
 </div>
 <div id="datatypes" class="section">
         <h2>9. Datatypes <a class="hash" href="#datatypes">#</a> <a class="toc-bak" href="Overview.html#datatypes-toc">T</a>
@@ -32,7 +32,7 @@
     <a href="syntax.html#normal-character-data">normal character data</a>.</p>
     <p>The <a href="syntax.html#syntax-attributes">Attributes</a> section of
     this document describes additional restrictions on strings in
-    attribute values — in particular, restrictions for the
+    attribute values &#8212; in particular, restrictions for the
     following cases:</p>
     <ul>
 <li><a href="syntax.html#attr-value-unquoted">unquoted attribute values</a></li>
@@ -239,7 +239,7 @@
 </h2>
         
       <div class="datatype-desc">One or more characters in the range
-      <code title="U+0030 DIGIT ZERO–U+0039 DIGIT NINE ">0—9</code>,
+      <code title="U+0030 DIGIT ZERO&#8211;U+0039 DIGIT NINE ">0&#8212;9</code>,
       optionally prefixed with a
       "<code title="U+002D HYPHEN-MINUS">-</code>"
       character.</div>
@@ -267,7 +267,7 @@
 </h2>
         
       <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>
+        <code title="U+0030 DIGIT ZERO&#8211;U+0039 DIGIT NINE ">0&#8212;9</code>.</div>
       
       </div>
         
@@ -282,7 +282,7 @@
           "<code title="U+002D HYPHEN-MINUS">-</code>"
           character.</li>
           <li>One or more characters in the range
-          "<code title="U+0030 DIGIT ZERO–U+0039 DIGIT NINE ">0—9</code>".</li>
+          "<code title="U+0030 DIGIT ZERO&#8211;U+0039 DIGIT NINE ">0&#8212;9</code>".</li>
           <li>Optionally, the following parts, in exactly the
           following order:
             <ol>
@@ -290,7 +290,7 @@
               "<code title="U+002E FULL STOP">.</code>"
               character</li>
               <li>one or more characters in the range
-              "<code title="U+0030 DIGIT ZERO–U+0039 DIGIT NINE ">0—9</code>"</li>
+              "<code title="U+0030 DIGIT ZERO&#8211;U+0039 DIGIT NINE ">0&#8212;9</code>"</li>
             </ol>
 </li>
           <li>Optionally, the following parts, in exactly the
@@ -307,7 +307,7 @@
               "<code title="U+002B PLUS SIGN">+</code>"
               character</li>
               <li>One or more characters in the range
-              "<code title="U+0030 DIGIT ZERO–U+0039 DIGIT NINE ">0—9</code>".</li>
+              "<code title="U+0030 DIGIT ZERO&#8211;U+0039 DIGIT NINE ">0&#8212;9</code>".</li>
             </ol>
 </li>
         </ol>
@@ -493,7 +493,7 @@
         for any
         <dfn id="character-set-name" title="character-set-name">character set name</dfn>
         given in a <code>Name</code> or <code>Alias</code> field
-        labeled as “preferred MIME name” in the IANA
+        labeled as &#8220;preferred MIME name&#8221; in the IANA
         <cite>Character Sets</cite> registry
         <a href="references.html#refsIANACHARSET">[IANACHARSET]</a>,
         if there is one; or if none of the <code>Alias</code>
@@ -684,7 +684,7 @@
       </div>
         
       <div id="common.data.sandbox-allow-list-def" class="section">
-        <h2 class="common-subhead">9.38. <dfn id="common.data.sandbox-allow-list">Sandbox “allow” keywords list</dfn> <a class="hash" href="#common.data.sandbox-allow-list-def">#</a>
+        <h2 class="common-subhead">9.38. <dfn id="common.data.sandbox-allow-list">Sandbox &#8220;allow&#8221; keywords list</dfn> <a class="hash" href="#common.data.sandbox-allow-list-def">#</a>
 </h2>
         
       <div class="datatype-desc">
@@ -715,12 +715,13 @@
       </div>
         
       <div id="form.data.mimetypelist-def" class="section">
-        <h2 class="common-subhead">9.39. <dfn id="form.data.mimetypelist">MIME-type list</dfn> <a class="hash" href="#form.data.mimetypelist-def">#</a>
+        <h2 class="common-subhead">9.39. <dfn id="form.data.mimetypelist">list of MIME types</dfn> <a class="hash" href="#form.data.mimetypelist-def">#</a>
 </h2>
         
-      <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 class="datatype-desc">A
+        <a href="datatypes.html#data-comma-separated-strings">set of comma-separated strings</a>,
+        each of which is a valid <a href="datatypes.html#common.data.mimetype">MIME type</a>, with no
+        parameters.</div>
     
       </div>
         
@@ -860,7 +861,7 @@
         <a href="references.html#refsABNF">[ABNF]</a>
         production:</p>
         <pre><code>1*( atext / "." ) "@" ldh-str 1*( "." ldh-str )</code></pre>
-        <p>…where
+        <p>&#8230;where
         <dfn id="data-atext" title="data-atext">atext</dfn>
         is as defined in RFC 5322
         <a href="references.html#refsRFC5322">[RFC5322]</a>,
@@ -881,14 +882,14 @@
 </h2>
         
       <div class="datatype-desc">A
-        <a href=".html#data-comma-separated-tokens">set of unique space-separated tokens</a>,
+        <a href="datatypes.html#data-comma-separated-strings">set of comma-separated strings</a>,
         each of which is a valid
       <a href="datatypes.html#form.data.emailaddress">email address</a>.</div>
     
       </div>
         
       <div id="form.data.color-def" class="section">
-        <h2 class="common-subhead">9.49. <dfn id="form.data.color">Color</dfn> <a class="hash" href="#form.data.color-def">#</a>
+        <h2 class="common-subhead">9.49. <dfn id="form.data.color">Simple color</dfn> <a class="hash" href="#form.data.color-def">#</a>
 </h2>
         
       <div class="datatype-desc">A string exactly seven
@@ -899,20 +900,24 @@
           "<code title="U+0023 NUMBER SIGN">#</code>"
           character.</li>
           <li>Six characters in the range
-          <code title="U+0030 DIGIT ZERO–U+0039 DIGIT NINE">0–9</code>,
-          <code title="U+0061 LATIN SMALL LETTER A–U+0066 LATIN SMALL LETTER F">a–f</code>,
+          <code title="U+0030 DIGIT ZERO&#8211;U+0039 DIGIT NINE">0&#8211;9</code>,
+          <code title="U+0061 LATIN SMALL LETTER A&#8211;U+0066 LATIN SMALL LETTER F">a&#8211;f</code>,
           and
-          <code title="U+0041 LATIN CAPITAL LETTER A–U+0046 LATIN CAPITAL LETTER F">A–F</code>.</li>
+          <code title="U+0041 LATIN CAPITAL LETTER A&#8211;U+0046 LATIN CAPITAL LETTER F">A&#8211;F</code>.</li>
         </ol>
 </div>
+      <div class="note">
+        <p>This datatype does not allow color keywords (for
+        example, strings such as &#8220;red&#8221; or &#8220;green&#8221;).</p>
+      </div>
     
       </div>
         
     </div>
 <hr class="footerbreak">
 <div class="nav">
-<span class="nav-prev"><a href="forms-attributes.html">« forms attributes</a></span>
-<span class="nav-next"><a href="references.html">references »</a></span>
+<span class="nav-prev"><a href="forms-attributes.html">&#171; forms attributes</a></span>
+<span class="nav-next"><a href="references.html">references &#187;</a></span>
 </div>
 </body>
 </html>

Index: input.datetime.html
===================================================================
RCS file: /sources/public/html5/markup/input.datetime.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- input.datetime.html	24 Jul 2010 17:15:25 -0000	1.62
+++ input.datetime.html	27 Jul 2010 09:23:45 -0000	1.63
@@ -58,7 +58,7 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.datetime.attrs.type" title="input.datetime.attrs.type" href="input.datetime.html#input.datetime.attrs.type">type</a> = <span class="attr-values">  "datetime" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#date-and-time-state">&#9432;</a></span> <a class="attribute-name" id="input.datetime.attrs.type" title="input.datetime.attrs.type" href="input.datetime.html#input.datetime.attrs.type">type</a> = <span class="attr-values">  "datetime" </span> </dt>
             <dd>Specifies that its <a href="input.html#input" class="element">input</a> element is
         a control for setting the element&#8217;s value to a string
         representing a global date and time.</dd>
@@ -80,7 +80,7 @@
         <a href="input.datetime.html#input.datetime.attrs.value">value</a>.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.datetime.attrs.value" title="input.datetime.attrs.value" href="input.datetime.html#input.datetime.attrs.value">value</a> = <span class="attr-values">
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#date-and-time-state">&#9432;</a></span> <a class="attribute-name" id="input.datetime.attrs.value" title="input.datetime.attrs.value" href="input.datetime.html#input.datetime.attrs.value">value</a> = <span class="attr-values">
       <a href="datatypes.html#common.data.datetime">date-time</a>
     </span> </dt>
             <dd>A string representing a global date and time.</dd>

Index: input.password.html
===================================================================
RCS file: /sources/public/html5/markup/input.password.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- input.password.html	24 Jul 2010 17:15:26 -0000	1.59
+++ input.password.html	27 Jul 2010 09:23:45 -0000	1.60
@@ -56,13 +56,13 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.password.attrs.type" title="input.password.attrs.type" href="input.password.html#input.password.attrs.type">type</a> = <span class="attr-values">  "password" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#password-state">&#9432;</a></span> <a class="attribute-name" id="input.password.attrs.type" title="input.password.attrs.type" href="input.password.html#input.password.attrs.type">type</a> = <span class="attr-values">  "password" </span> </dt>
             <dd>Specifies that its <a href="input.html#input" class="element">input</a> element is
         a one-line plain-text edit control for entering a
         password.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.password.attrs.value" title="input.password.attrs.value" href="input.password.html#input.password.attrs.value">value</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#password-state">&#9432;</a></span> <a class="attribute-name" id="input.password.attrs.value" title="input.password.attrs.value" href="input.password.html#input.password.attrs.value">value</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
             <dd>Specifies a value for this <a href="input.html#input" class="element">input</a> element.</dd>
           
         </dl>

Index: input.time.html
===================================================================
RCS file: /sources/public/html5/markup/input.time.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- input.time.html	24 Jul 2010 17:15:26 -0000	1.62
+++ input.time.html	27 Jul 2010 09:23:46 -0000	1.63
@@ -57,7 +57,7 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.time.attrs.type" title="input.time.attrs.type" href="input.time.html#input.time.attrs.type">type</a> = <span class="attr-values">  "time" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#time-state">&#9432;</a></span> <a class="attribute-name" id="input.time.attrs.type" title="input.time.attrs.type" href="input.time.html#input.time.attrs.type">type</a> = <span class="attr-values">  "time" </span> </dt>
             <dd>Specifies that its <a href="input.html#input" class="element">input</a> element is
         a control for setting the element&#8217;s value to a string
         representing a time.</dd>
@@ -79,7 +79,7 @@
         <a href="input.time.html#input.time.attrs.value">value</a>.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.time.attrs.value" title="input.time.attrs.value" href="input.time.html#input.time.attrs.value">value</a> = <span class="attr-values">
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#time-state">&#9432;</a></span> <a class="attribute-name" id="input.time.attrs.value" title="input.time.attrs.value" href="input.time.html#input.time.attrs.value">value</a> = <span class="attr-values">
       <a class="ref" href="datatypes.html#form.data.time" title="form.data.time">time</a>
     </span> </dt>
             <dd>A string representing a time (with no timezone

Index: input.color.html
===================================================================
RCS file: /sources/public/html5/markup/input.color.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- input.color.html	24 Jul 2010 17:15:25 -0000	1.60
+++ input.color.html	27 Jul 2010 09:23:45 -0000	1.61
@@ -52,16 +52,16 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.color.attrs.type" title="input.color.attrs.type" href="input.color.html#input.color.attrs.type">type</a> = <span class="attr-values">  "color" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#color-state">&#9432;</a></span> <a class="attribute-name" id="input.color.attrs.type" title="input.color.attrs.type" href="input.color.html#input.color.attrs.type">type</a> = <span class="attr-values">  "color" </span> </dt>
             <dd>Specifies that its <a href="input.html#input" class="element">input</a> element is
         a color-well control, for setting the element&#8217;s value to a
         string representing a simple color.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.color.attrs.value" title="input.color.attrs.value" href="input.color.html#input.color.attrs.value">value</a> = <span class="attr-values">
-      <a class="ref" href="datatypes.html#form.data.color" title="form.data.color">color</a>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#color-state">&#9432;</a></span> <a class="attribute-name" id="input.color.attrs.value" title="input.color.attrs.value" href="input.color.html#input.color.attrs.value">value</a> = <span class="attr-values">
+      <a href="datatypes.html#form.data.color">simple color</a>
     </span> </dt>
-            <dd>An string representing a simple color.</dd>
+            <dd>An string representing a color.</dd>
           
         </dl>
 </div>

Index: input.image.html
===================================================================
RCS file: /sources/public/html5/markup/input.image.html,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- input.image.html	27 Jul 2010 06:09:45 -0000	1.63
+++ input.image.html	27 Jul 2010 09:23:45 -0000	1.64
@@ -60,7 +60,7 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.image.attrs.type" title="input.image.attrs.type" href="input.image.html#input.image.attrs.type">type</a> = <span class="attr-values">  "image" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#image-button-state">&#9432;</a></span> <a class="attribute-name" id="input.image.attrs.type" title="input.image.attrs.type" href="input.image.html#input.image.attrs.type">type</a> = <span class="attr-values">  "image" </span> </dt>
             <dd>Specifies that its <a href="input.html#input" class="element">input</a> element
         represents either an image from which the UA enables a
         user to interactively select a pair of coordinates and

Index: input.file.html
===================================================================
RCS file: /sources/public/html5/markup/input.file.html,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- input.file.html	24 Jul 2010 17:15:25 -0000	1.58
+++ input.file.html	27 Jul 2010 09:23:45 -0000	1.59
@@ -53,13 +53,13 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.file.attrs.type" title="input.file.attrs.type" href="input.file.html#input.file.attrs.type">type</a> = <span class="attr-values">  "file" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#file-upload-state">&#9432;</a></span> <a class="attribute-name" id="input.file.attrs.type" title="input.file.attrs.type" href="input.file.html#input.file.attrs.type">type</a> = <span class="attr-values">  "file" </span> </dt>
             <dd>Specifies that its <a href="input.html#input" class="element">input</a> element
         represents a list of file items.</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/number-state.html#attr-input-accept">&#9432;</a></span> <a class="attribute-name" id="input.file.attrs.accept" title="input.file.attrs.accept" href="input.file.html#input.file.attrs.accept">accept</a> = <span class="attr-values">
-      <a href="datatypes.html#form.data.mimetypelist">mime-type list</a>
+      <a href="datatypes.html#form.data.mimetypelist">list of mime types</a>
     </span> </dt>
             <dd>Provides the UA with a hint of what file types the
         server is able to accept.</dd>

Index: input.radio.html
===================================================================
RCS file: /sources/public/html5/markup/input.radio.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- input.radio.html	24 Jul 2010 17:15:26 -0000	1.59
+++ input.radio.html	27 Jul 2010 09:23:45 -0000	1.60
@@ -52,12 +52,12 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.radio.attrs.type" title="input.radio.attrs.type" href="input.radio.html#input.radio.attrs.type">type</a> = <span class="attr-values">  "radio" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#radio-button-state">&#9432;</a></span> <a class="attribute-name" id="input.radio.attrs.type" title="input.radio.attrs.type" href="input.radio.html#input.radio.attrs.type">type</a> = <span class="attr-values">  "radio" </span> </dt>
             <dd>Specifies that its <a href="input.html#input" class="element">input</a> element represents
         a selection of one item from a list of items.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.radio.attrs.value" title="input.radio.attrs.value" href="input.radio.html#input.radio.attrs.value">value</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#radio-button-state">&#9432;</a></span> <a class="attribute-name" id="input.radio.attrs.value" title="input.radio.attrs.value" href="input.radio.html#input.radio.attrs.value">value</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
             <dd>Specifies a value for the <a href="input.html#input" class="element">input</a> element.</dd>
           
         </dl>

Index: input.reset.html
===================================================================
RCS file: /sources/public/html5/markup/input.reset.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- input.reset.html	24 Jul 2010 17:15:26 -0000	1.59
+++ input.reset.html	27 Jul 2010 09:23:46 -0000	1.60
@@ -49,12 +49,12 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.reset.attrs.type" title="input.reset.attrs.type" href="input.reset.html#input.reset.attrs.type">type</a> = <span class="attr-values">  "reset" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#reset-button-state">&#9432;</a></span> <a class="attribute-name" id="input.reset.attrs.type" title="input.reset.attrs.type" href="input.reset.html#input.reset.attrs.type">type</a> = <span class="attr-values">  "reset" </span> </dt>
             <dd>Specifies that its <a href="input.html#input" class="element">input</a> element is a button for
         resetting a form.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.reset.attrs.value" title="input.reset.attrs.value" href="input.reset.html#input.reset.attrs.value">value</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#reset-button-state">&#9432;</a></span> <a class="attribute-name" id="input.reset.attrs.value" title="input.reset.attrs.value" href="input.reset.html#input.reset.attrs.value">value</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
             <dd>Specifies a value for the <a href="input.html#input" class="element">input</a> element.</dd>
           
         </dl>

Index: input.datetime-local.html
===================================================================
RCS file: /sources/public/html5/markup/input.datetime-local.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- input.datetime-local.html	24 Jul 2010 17:15:25 -0000	1.62
+++ input.datetime-local.html	27 Jul 2010 09:23:45 -0000	1.63
@@ -58,7 +58,7 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.datetime-local.attrs.type" title="input.datetime-local.attrs.type" href="input.datetime-local.html#input.datetime-local.attrs.type">type</a> = <span class="attr-values">  "datetime-local" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#local-date-and-time-state">&#9432;</a></span> <a class="attribute-name" id="input.datetime-local.attrs.type" title="input.datetime-local.attrs.type" href="input.datetime-local.html#input.datetime-local.attrs.type">type</a> = <span class="attr-values">  "datetime-local" </span> </dt>
             <dd>Specifies that its <a href="input.html#input" class="element">input</a> element is
         a control for setting the element&#8217;s value to a string
         representing a local date and time.</dd>
@@ -80,7 +80,7 @@
         <a href="input.datetime-local.html#input.datetime-local.attrs.value">value</a>.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.datetime-local.attrs.value" title="input.datetime-local.attrs.value" href="input.datetime-local.html#input.datetime-local.attrs.value">value</a> = <span class="attr-values">
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#local-date-and-time-state">&#9432;</a></span> <a class="attribute-name" id="input.datetime-local.attrs.value" title="input.datetime-local.attrs.value" href="input.datetime-local.html#input.datetime-local.attrs.value">value</a> = <span class="attr-values">
       <a href="datatypes.html#form.data.datetime-local">local date-time</a>
     </span> </dt>
             <dd>A string representing a local date and time.</dd>

Index: input.hidden.html
===================================================================
RCS file: /sources/public/html5/markup/input.hidden.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- input.hidden.html	24 Jul 2010 17:15:25 -0000	1.59
+++ input.hidden.html	27 Jul 2010 09:23:45 -0000	1.60
@@ -49,13 +49,13 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.hidden.attrs.type" title="input.hidden.attrs.type" href="input.hidden.html#input.hidden.attrs.type">type</a> = <span class="attr-values">  "hidden" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#hidden-state">&#9432;</a></span> <a class="attribute-name" id="input.hidden.attrs.type" title="input.hidden.attrs.type" href="input.hidden.html#input.hidden.attrs.type">type</a> = <span class="attr-values">  "hidden" </span> </dt>
             <dd>Specifies that its <a href="input.html#input" class="element">input</a> element
         represents a value that is not intended to be examined or
         manipulated by the user.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.hidden.attrs.value" title="input.hidden.attrs.value" href="input.hidden.html#input.hidden.attrs.value">value</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#hidden-state">&#9432;</a></span> <a class="attribute-name" id="input.hidden.attrs.value" title="input.hidden.attrs.value" href="input.hidden.html#input.hidden.attrs.value">value</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
             <dd>Specifies a value for the <a href="input.html#input" class="element">input</a> element.</dd>
           
         </dl>

Index: references.html
===================================================================
RCS file: /sources/public/html5/markup/references.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- references.html	3 Jul 2010 02:26:31 -0000	1.29
+++ references.html	27 Jul 2010 09:23:46 -0000	1.30
@@ -78,11 +78,10 @@
           Message Format</a></cite>. P. Mockapetris.</dd>
     <dd><span class="references-note">(see in particular <a href="http://tools.ietf.org/html/rfc1034#section-3.5">http://tools.ietf.org/html/rfc1034#section-3.5</a></span></dd>
     <dt><dfn id="refsRFC2046">[RFC2046]</dfn></dt>
-
     <dd>
 <cite><a href="http://tools.ietf.org/html/rfc2046">Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types</a></cite>.
       N. Freed, N. Borenstein.</dd>
-    <dd><span class="references-note">(see in particular <a href="http://tools.ietf.org/html/rfc3339#section-5.6">http://tools.ietf.org/html/rfc2046#section-2</a>)</span></dd>
+    <dd><span class="references-note">(see in particular <a href="http://tools.ietf.org/html/rfc2046#section-2">http://tools.ietf.org/html/rfc2046#section-2</a>)</span></dd>
     <dt><dfn id="refsRFC3339">[RFC3339]</dfn></dt>
     <dd>
 <cite><a href="http://tools.ietf.org/html/rfc3339">Date and

Index: input.search.html
===================================================================
RCS file: /sources/public/html5/markup/input.search.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- input.search.html	24 Jul 2010 17:15:26 -0000	1.62
+++ input.search.html	27 Jul 2010 09:23:46 -0000	1.63
@@ -58,13 +58,13 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.search.attrs.type" title="input.search.attrs.type" href="input.search.html#input.search.attrs.type">type</a> = <span class="attr-values">  "search" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#text-state-and-search-state">&#9432;</a></span> <a class="attribute-name" id="input.search.attrs.type" title="input.search.attrs.type" href="input.search.html#input.search.attrs.type">type</a> = <span class="attr-values">  "search" </span> </dt>
             <dd>Specifies that its <a href="input.html#input" class="element">input</a> element is
         a one-line plain-text edit control for entering one or
         more search terms.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.search.attrs.value" title="input.search.attrs.value" href="input.search.html#input.search.attrs.value">value</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#text-state-and-search-state">&#9432;</a></span> <a class="attribute-name" id="input.search.attrs.value" title="input.search.attrs.value" href="input.search.html#input.search.attrs.value">value</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
             <dd>Specifies a value for this <a href="input.html#input" class="element">input</a> element.</dd>
           
         </dl>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -d -r1.251 -r1.252
--- spec.html	27 Jul 2010 06:09:45 -0000	1.251
+++ spec.html	27 Jul 2010 09:23:46 -0000	1.252
@@ -8368,12 +8368,12 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.text.attrs.type" title="input.text.attrs.type" href="#input.text.attrs.type">type</a> = <span class="attr-values">  "text" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#text-state-and-search-state">&#9432;</a></span> <a class="attribute-name" id="input.text.attrs.type" title="input.text.attrs.type" href="#input.text.attrs.type">type</a> = <span class="attr-values">  "text" </span> </dt>
             <dd>Specifies that its <a href="#input" class="element">input</a> element is
         a one-line plain-text edit control for the <a href="#input" class="element">input</a> element&#8217;s <a href="#input.text.attrs.value">value</a>.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.text.attrs.value" title="input.text.attrs.value" href="#input.text.attrs.value">value</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#text-state-and-search-state">&#9432;</a></span> <a class="attribute-name" id="input.text.attrs.value" title="input.text.attrs.value" href="#input.text.attrs.value">value</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
             <dd>Specifies a value for this <a href="#input" class="element">input</a> element.</dd>
           
         </dl>
@@ -8531,13 +8531,13 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.password.attrs.type" title="input.password.attrs.type" href="#input.password.attrs.type">type</a> = <span class="attr-values">  "password" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#password-state">&#9432;</a></span> <a class="attribute-name" id="input.password.attrs.type" title="input.password.attrs.type" href="#input.password.attrs.type">type</a> = <span class="attr-values">  "password" </span> </dt>
             <dd>Specifies that its <a href="#input" class="element">input</a> element is
         a one-line plain-text edit control for entering a
         password.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.password.attrs.value" title="input.password.attrs.value" href="#input.password.attrs.value">value</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#password-state">&#9432;</a></span> <a class="attribute-name" id="input.password.attrs.value" title="input.password.attrs.value" href="#input.password.attrs.value">value</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
             <dd>Specifies a value for this <a href="#input" class="element">input</a> element.</dd>
           
         </dl>
@@ -8690,12 +8690,12 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.checkbox.attrs.type" title="input.checkbox.attrs.type" href="#input.checkbox.attrs.type">type</a> = <span class="attr-values">  "checkbox" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#checkbox-state">&#9432;</a></span> <a class="attribute-name" id="input.checkbox.attrs.type" title="input.checkbox.attrs.type" href="#input.checkbox.attrs.type">type</a> = <span class="attr-values">  "checkbox" </span> </dt>
             <dd>Specifies that its <a href="#input" class="element">input</a> element represents
         a state or option that can be toggled.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.checkbox.attrs.value" title="input.checkbox.attrs.value" href="#input.checkbox.attrs.value">value</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#checkbox-state">&#9432;</a></span> <a class="attribute-name" id="input.checkbox.attrs.value" title="input.checkbox.attrs.value" href="#input.checkbox.attrs.value">value</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
             <dd>Specifies a value for the <a href="#input" class="element">input</a> element.</dd>
           
         </dl>
@@ -8849,12 +8849,12 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.radio.attrs.type" title="input.radio.attrs.type" href="#input.radio.attrs.type">type</a> = <span class="attr-values">  "radio" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#radio-button-state">&#9432;</a></span> <a class="attribute-name" id="input.radio.attrs.type" title="input.radio.attrs.type" href="#input.radio.attrs.type">type</a> = <span class="attr-values">  "radio" </span> </dt>
             <dd>Specifies that its <a href="#input" class="element">input</a> element represents
         a selection of one item from a list of items.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.radio.attrs.value" title="input.radio.attrs.value" href="#input.radio.attrs.value">value</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#radio-button-state">&#9432;</a></span> <a class="attribute-name" id="input.radio.attrs.value" title="input.radio.attrs.value" href="#input.radio.attrs.value">value</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
             <dd>Specifies a value for the <a href="#input" class="element">input</a> element.</dd>
           
         </dl>
@@ -9005,12 +9005,12 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.button.attrs.type" title="input.button.attrs.type" href="#input.button.attrs.type">type</a> = <span class="attr-values">  "button" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#button-state">&#9432;</a></span> <a class="attribute-name" id="input.button.attrs.type" title="input.button.attrs.type" href="#input.button.attrs.type">type</a> = <span class="attr-values">  "button" </span> </dt>
             <dd>Specifies that its <a href="#input" class="element">input</a> element is a button with no
       additional semantics.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.button.attrs.value" title="input.button.attrs.value" href="#input.button.attrs.value">value</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#button-state">&#9432;</a></span> <a class="attribute-name" id="input.button.attrs.value" title="input.button.attrs.value" href="#input.button.attrs.value">value</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
             <dd>Specifies a value for the <a href="#input" class="element">input</a> element.</dd>
           
         </dl>
@@ -9166,12 +9166,12 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.submit.attrs.type" title="input.submit.attrs.type" href="#input.submit.attrs.type">type</a> = <span class="attr-values">  "submit" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#submit-button-state">&#9432;</a></span> <a class="attribute-name" id="input.submit.attrs.type" title="input.submit.attrs.type" href="#input.submit.attrs.type">type</a> = <span class="attr-values">  "submit" </span> </dt>
             <dd>Specifies that its <a href="#input" class="element">input</a> element is a button for
         submitting a form.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.submit.attrs.value" title="input.submit.attrs.value" href="#input.submit.attrs.value">value</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#submit-button-state">&#9432;</a></span> <a class="attribute-name" id="input.submit.attrs.value" title="input.submit.attrs.value" href="#input.submit.attrs.value">value</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
             <dd>Specifies a value for the <a href="#input" class="element">input</a> element.</dd>
           
         </dl>
@@ -9322,12 +9322,12 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.reset.attrs.type" title="input.reset.attrs.type" href="#input.reset.attrs.type">type</a> = <span class="attr-values">  "reset" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#reset-button-state">&#9432;</a></span> <a class="attribute-name" id="input.reset.attrs.type" title="input.reset.attrs.type" href="#input.reset.attrs.type">type</a> = <span class="attr-values">  "reset" </span> </dt>
             <dd>Specifies that its <a href="#input" class="element">input</a> element is a button for
         resetting a form.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.reset.attrs.value" title="input.reset.attrs.value" href="#input.reset.attrs.value">value</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#reset-button-state">&#9432;</a></span> <a class="attribute-name" id="input.reset.attrs.value" title="input.reset.attrs.value" href="#input.reset.attrs.value">value</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
             <dd>Specifies a value for the <a href="#input" class="element">input</a> element.</dd>
           
         </dl>
@@ -9482,13 +9482,13 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.file.attrs.type" title="input.file.attrs.type" href="#input.file.attrs.type">type</a> = <span class="attr-values">  "file" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#file-upload-state">&#9432;</a></span> <a class="attribute-name" id="input.file.attrs.type" title="input.file.attrs.type" href="#input.file.attrs.type">type</a> = <span class="attr-values">  "file" </span> </dt>
             <dd>Specifies that its <a href="#input" class="element">input</a> element
         represents a list of file items.</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/number-state.html#attr-input-accept">&#9432;</a></span> <a class="attribute-name" id="input.file.attrs.accept" title="input.file.attrs.accept" href="#input.file.attrs.accept">accept</a> = <span class="attr-values">
-      <a href="#form.data.mimetypelist">mime-type list</a>
+      <a href="#form.data.mimetypelist">list of mime types</a>
     </span> </dt>
             <dd>Provides the UA with a hint of what file types the
         server is able to accept.</dd>
@@ -9641,13 +9641,13 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.hidden.attrs.type" title="input.hidden.attrs.type" href="#input.hidden.attrs.type">type</a> = <span class="attr-values">  "hidden" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#hidden-state">&#9432;</a></span> <a class="attribute-name" id="input.hidden.attrs.type" title="input.hidden.attrs.type" href="#input.hidden.attrs.type">type</a> = <span class="attr-values">  "hidden" </span> </dt>
             <dd>Specifies that its <a href="#input" class="element">input</a> element
         represents a value that is not intended to be examined or
         manipulated by the user.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.hidden.attrs.value" title="input.hidden.attrs.value" href="#input.hidden.attrs.value">value</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#hidden-state">&#9432;</a></span> <a class="attribute-name" id="input.hidden.attrs.value" title="input.hidden.attrs.value" href="#input.hidden.attrs.value">value</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
             <dd>Specifies a value for the <a href="#input" class="element">input</a> element.</dd>
           
         </dl>
@@ -9809,7 +9809,7 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.image.attrs.type" title="input.image.attrs.type" href="#input.image.attrs.type">type</a> = <span class="attr-values">  "image" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#image-button-state">&#9432;</a></span> <a class="attribute-name" id="input.image.attrs.type" title="input.image.attrs.type" href="#input.image.attrs.type">type</a> = <span class="attr-values">  "image" </span> </dt>
             <dd>Specifies that its <a href="#input" class="element">input</a> element
         represents either an image from which the UA enables a
         user to interactively select a pair of coordinates and
@@ -9999,7 +9999,7 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.datetime.attrs.type" title="input.datetime.attrs.type" href="#input.datetime.attrs.type">type</a> = <span class="attr-values">  "datetime" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#date-and-time-state">&#9432;</a></span> <a class="attribute-name" id="input.datetime.attrs.type" title="input.datetime.attrs.type" href="#input.datetime.attrs.type">type</a> = <span class="attr-values">  "datetime" </span> </dt>
             <dd>Specifies that its <a href="#input" class="element">input</a> element is
         a control for setting the element&#8217;s value to a string
         representing a global date and time.</dd>
@@ -10021,7 +10021,7 @@
         <a href="#input.datetime.attrs.value">value</a>.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.datetime.attrs.value" title="input.datetime.attrs.value" href="#input.datetime.attrs.value">value</a> = <span class="attr-values">
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#date-and-time-state">&#9432;</a></span> <a class="attribute-name" id="input.datetime.attrs.value" title="input.datetime.attrs.value" href="#input.datetime.attrs.value">value</a> = <span class="attr-values">
       <a href="#common.data.datetime">date-time</a>
     </span> </dt>
             <dd>A string representing a global date and time.</dd>
@@ -10183,7 +10183,7 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.datetime-local.attrs.type" title="input.datetime-local.attrs.type" href="#input.datetime-local.attrs.type">type</a> = <span class="attr-values">  "datetime-local" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#local-date-and-time-state">&#9432;</a></span> <a class="attribute-name" id="input.datetime-local.attrs.type" title="input.datetime-local.attrs.type" href="#input.datetime-local.attrs.type">type</a> = <span class="attr-values">  "datetime-local" </span> </dt>
             <dd>Specifies that its <a href="#input" class="element">input</a> element is
         a control for setting the element&#8217;s value to a string
         representing a local date and time.</dd>
@@ -10205,7 +10205,7 @@
         <a href="#input.datetime-local.attrs.value">value</a>.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.datetime-local.attrs.value" title="input.datetime-local.attrs.value" href="#input.datetime-local.attrs.value">value</a> = <span class="attr-values">
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#local-date-and-time-state">&#9432;</a></span> <a class="attribute-name" id="input.datetime-local.attrs.value" title="input.datetime-local.attrs.value" href="#input.datetime-local.attrs.value">value</a> = <span class="attr-values">
       <a href="#form.data.datetime-local">local date-time</a>
     </span> </dt>
             <dd>A string representing a local date and time.</dd>
@@ -10366,7 +10366,7 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.date.attrs.type" title="input.date.attrs.type" href="#input.date.attrs.type">type</a> = <span class="attr-values">  "date" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#date-state">&#9432;</a></span> <a class="attribute-name" id="input.date.attrs.type" title="input.date.attrs.type" href="#input.date.attrs.type">type</a> = <span class="attr-values">  "date" </span> </dt>
             <dd>Specifies that its <a href="#input" class="element">input</a> element is
         a control for setting the element&#8217;s value to a string
         representing a date.</dd>
@@ -10388,7 +10388,7 @@
         <a href="#input.date.attrs.value">value</a>.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.date.attrs.value" title="input.date.attrs.value" href="#input.date.attrs.value">value</a> = <span class="attr-values">
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#date-state">&#9432;</a></span> <a class="attribute-name" id="input.date.attrs.value" title="input.date.attrs.value" href="#input.date.attrs.value">value</a> = <span class="attr-values">
       <a class="ref" href="#form.data.date" title="form.data.date">date</a>
     </span> </dt>
             <dd>A string representing a date.</dd>
@@ -10549,7 +10549,7 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.month.attrs.type" title="input.month.attrs.type" href="#input.month.attrs.type">type</a> = <span class="attr-values">  "month" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#month-state">&#9432;</a></span> <a class="attribute-name" id="input.month.attrs.type" title="input.month.attrs.type" href="#input.month.attrs.type">type</a> = <span class="attr-values">  "month" </span> </dt>
             <dd>Specifies that its <a href="#input" class="element">input</a> element is
         a control for setting the element&#8217;s value to a string
         representing a month.</dd>
@@ -10571,7 +10571,7 @@
         <a href="#input.month.attrs.value">value</a>.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.month.attrs.value" title="input.month.attrs.value" href="#input.month.attrs.value">value</a> = <span class="attr-values">
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#month-state">&#9432;</a></span> <a class="attribute-name" id="input.month.attrs.value" title="input.month.attrs.value" href="#input.month.attrs.value">value</a> = <span class="attr-values">
       <a class="ref" href="#form.data.month" title="form.data.month">month</a>
     </span> </dt>
             <dd>A string representing a month.</dd>
@@ -10732,7 +10732,7 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.time.attrs.type" title="input.time.attrs.type" href="#input.time.attrs.type">type</a> = <span class="attr-values">  "time" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#time-state">&#9432;</a></span> <a class="attribute-name" id="input.time.attrs.type" title="input.time.attrs.type" href="#input.time.attrs.type">type</a> = <span class="attr-values">  "time" </span> </dt>
             <dd>Specifies that its <a href="#input" class="element">input</a> element is
         a control for setting the element&#8217;s value to a string
         representing a time.</dd>
@@ -10754,7 +10754,7 @@
         <a href="#input.time.attrs.value">value</a>.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.time.attrs.value" title="input.time.attrs.value" href="#input.time.attrs.value">value</a> = <span class="attr-values">
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#time-state">&#9432;</a></span> <a class="attribute-name" id="input.time.attrs.value" title="input.time.attrs.value" href="#input.time.attrs.value">value</a> = <span class="attr-values">
       <a class="ref" href="#form.data.time" title="form.data.time">time</a>
     </span> </dt>
             <dd>A string representing a time (with no timezone
@@ -10916,7 +10916,7 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.week.attrs.type" title="input.week.attrs.type" href="#input.week.attrs.type">type</a> = <span class="attr-values">  "week" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#week-state">&#9432;</a></span> <a class="attribute-name" id="input.week.attrs.type" title="input.week.attrs.type" href="#input.week.attrs.type">type</a> = <span class="attr-values">  "week" </span> </dt>
             <dd>Specifies that its <a href="#input" class="element">input</a> element is
         a control for setting the element&#8217;s value to a string
         representing a week.</dd>
@@ -10938,7 +10938,7 @@
         <a href="#input.week.attrs.value">value</a>.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.week.attrs.value" title="input.week.attrs.value" href="#input.week.attrs.value">value</a> = <span class="attr-values">
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#week-state">&#9432;</a></span> <a class="attribute-name" id="input.week.attrs.value" title="input.week.attrs.value" href="#input.week.attrs.value">value</a> = <span class="attr-values">
       <a class="ref" href="#form.data.week" title="form.data.week">week</a>
     </span> </dt>
             <dd>A string representing a week.</dd>
@@ -11099,7 +11099,7 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.number.attrs.type" title="input.number.attrs.type" href="#input.number.attrs.type">type</a> = <span class="attr-values">  "number" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#number-state">&#9432;</a></span> <a class="attribute-name" id="input.number.attrs.type" title="input.number.attrs.type" href="#input.number.attrs.type">type</a> = <span class="attr-values">  "number" </span> </dt>
             <dd>Specifies that its <a href="#input" class="element">input</a> element is
         a precise control for setting the element&#8217;s value to a
         string representing a number.</dd>
@@ -11121,7 +11121,7 @@
         <a href="#input.number.attrs.value">value</a>.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.number.attrs.value" title="input.number.attrs.value" href="#input.number.attrs.value">value</a> = <span class="attr-values">
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#number-state">&#9432;</a></span> <a class="attribute-name" id="input.number.attrs.value" title="input.number.attrs.value" href="#input.number.attrs.value">value</a> = <span class="attr-values">
       <a class="ref" href="#common.data.float" title="common.data.float">float</a>
     </span> </dt>
             <dd>A string representing a number.</dd>
@@ -11280,7 +11280,7 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.range.attrs.type" title="input.range.attrs.type" href="#input.range.attrs.type">type</a> = <span class="attr-values">  "range" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#range-state">&#9432;</a></span> <a class="attribute-name" id="input.range.attrs.type" title="input.range.attrs.type" href="#input.range.attrs.type">type</a> = <span class="attr-values">  "range" </span> </dt>
             <dd>Specifies that its <a href="#input" class="element">input</a> element is
         an imprecise control for setting the element&#8217;s value to a
         string representing a number.</dd>
@@ -11302,7 +11302,7 @@
         <a href="#input.number.attrs.value">value</a>.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.range.attrs.value" title="input.range.attrs.value" href="#input.range.attrs.value">value</a> = <span class="attr-values">
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#range-state">&#9432;</a></span> <a class="attribute-name" id="input.range.attrs.value" title="input.range.attrs.value" href="#input.range.attrs.value">value</a> = <span class="attr-values">
       <a class="ref" href="#common.data.float" title="common.data.float">float</a>
     </span> </dt>
             <dd>A string representing a number.</dd>
@@ -11466,19 +11466,20 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.email.attrs.type" title="input.email.attrs.type" href="#input.email.attrs.type">type</a> = <span class="attr-values">  "email" </span> </dt>
-            <dd>Specifies that its <a href="#input" class="element">input</a> element is
-        a control for editing a list of e-mail addresses given in
-        the element&#8217;s value.</dd>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#e-mail-state">&#9432;</a></span> <a class="attribute-name" id="input.email.attrs.type" title="input.email.attrs.type" href="#input.email.attrs.type">type</a> = <span class="attr-values">  "email" </span> </dt>
+            <dd>Specifies that its
+        <a href="#input" class="element">input</a>
+        element is a control for editing an e-mail address or list
+        of e-mail addresses given in the element&#8217;s value.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.email.attrs.value.multiple" title="input.email.attrs.value.multiple" href="#input.email.attrs.value.multiple">value</a> = <span class="attr-values">
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#e-mail-state">&#9432;</a></span> <a class="attribute-name" id="input.email.attrs.value.multiple" title="input.email.attrs.value.multiple" href="#input.email.attrs.value.multiple">value</a> = <span class="attr-values">
       <a href="#form.data.emailaddresslist">list of e-mail addresses</a>
     </span> </dt>
             <dd>A list of e-mail addresses.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.email.attrs.value.single" title="input.email.attrs.value.single" href="#input.email.attrs.value.single">value</a> = <span class="attr-values">
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#e-mail-state">&#9432;</a></span> <a class="attribute-name" id="input.email.attrs.value.single" title="input.email.attrs.value.single" href="#input.email.attrs.value.single">value</a> = <span class="attr-values">
       <a href="#form.data.emailaddress">e-mail address</a>
     </span> </dt>
             <dd>A single e-mail address.</dd>
@@ -11640,13 +11641,13 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.url.attrs.type" title="input.url.attrs.type" href="#input.url.attrs.type">type</a> = <span class="attr-values">  "url" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#url-state">&#9432;</a></span> <a class="attribute-name" id="input.url.attrs.type" title="input.url.attrs.type" href="#input.url.attrs.type">type</a> = <span class="attr-values">  "url" </span> </dt>
             <dd>Specifies that its <a href="#input" class="element">input</a> element is
         a control for editing an absolute URL given in the
       element&#8217;s value.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.url.attrs.value" title="input.url.attrs.value" href="#input.url.attrs.value">value</a> = <span class="attr-values">
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#url-state">&#9432;</a></span> <a class="attribute-name" id="input.url.attrs.value" title="input.url.attrs.value" href="#input.url.attrs.value">value</a> = <span class="attr-values">
      ""
        <span class="postfix or">or</span> <a href="#common.data.uri.absolute">absolute URL</a>
     </span> </dt>
@@ -11809,13 +11810,13 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.search.attrs.type" title="input.search.attrs.type" href="#input.search.attrs.type">type</a> = <span class="attr-values">  "search" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#text-state-and-search-state">&#9432;</a></span> <a class="attribute-name" id="input.search.attrs.type" title="input.search.attrs.type" href="#input.search.attrs.type">type</a> = <span class="attr-values">  "search" </span> </dt>
             <dd>Specifies that its <a href="#input" class="element">input</a> element is
         a one-line plain-text edit control for entering one or
         more search terms.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.search.attrs.value" title="input.search.attrs.value" href="#input.search.attrs.value">value</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#text-state-and-search-state">&#9432;</a></span> <a class="attribute-name" id="input.search.attrs.value" title="input.search.attrs.value" href="#input.search.attrs.value">value</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
             <dd>Specifies a value for this <a href="#input" class="element">input</a> element.</dd>
           
         </dl>
@@ -11974,13 +11975,13 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.tel.attrs.type" title="input.tel.attrs.type" href="#input.tel.attrs.type">type</a> = <span class="attr-values">  "tel" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#telephone-state">&#9432;</a></span> <a class="attribute-name" id="input.tel.attrs.type" title="input.tel.attrs.type" href="#input.tel.attrs.type">type</a> = <span class="attr-values">  "tel" </span> </dt>
             <dd>Specifies that its <a href="#input" class="element">input</a> element is
         a one-line plain-text edit control for entering a
         telephone number.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.tel.attrs.value" title="input.tel.attrs.value" href="#input.tel.attrs.value">value</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#telephone-state">&#9432;</a></span> <a class="attribute-name" id="input.tel.attrs.value" title="input.tel.attrs.value" href="#input.tel.attrs.value">value</a> = <span class="attr-values"><a href="#data-string">string</a></span> </dt>
             <dd>Specifies a value for this <a href="#input" class="element">input</a> element.</dd>
           
         </dl>
@@ -12134,16 +12135,16 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.color.attrs.type" title="input.color.attrs.type" href="#input.color.attrs.type">type</a> = <span class="attr-values">  "color" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#color-state">&#9432;</a></span> <a class="attribute-name" id="input.color.attrs.type" title="input.color.attrs.type" href="#input.color.attrs.type">type</a> = <span class="attr-values">  "color" </span> </dt>
             <dd>Specifies that its <a href="#input" class="element">input</a> element is
         a color-well control, for setting the element&#8217;s value to a
         string representing a simple color.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.color.attrs.value" title="input.color.attrs.value" href="#input.color.attrs.value">value</a> = <span class="attr-values">
-      <a class="ref" href="#form.data.color" title="form.data.color">color</a>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#color-state">&#9432;</a></span> <a class="attribute-name" id="input.color.attrs.value" title="input.color.attrs.value" href="#input.color.attrs.value">value</a> = <span class="attr-values">
+      <a href="#form.data.color">simple color</a>
     </span> </dt>
-            <dd>An string representing a simple color.</dd>
+            <dd>An string representing a color.</dd>
           
         </dl>
 </div>
@@ -19816,12 +19817,13 @@
       </div>
         
       <div id="form.data.mimetypelist-def" class="section">
-        <h2 class="common-subhead">9.39. <dfn id="form.data.mimetypelist">MIME-type list</dfn> <a class="hash" href="#form.data.mimetypelist-def">#</a>
+        <h2 class="common-subhead">9.39. <dfn id="form.data.mimetypelist">list of MIME types</dfn> <a class="hash" href="#form.data.mimetypelist-def">#</a>
 </h2>
         
-      <div class="datatype-desc">A set of comma-separated <a href="#data-token">tokens</a>,
-      each of which is a valid <a href="#common.data.mimetype">mime type</a>, with no
-      parameters.</div>
+      <div class="datatype-desc">A
+        <a href="#data-comma-separated-strings">set of comma-separated strings</a>,
+        each of which is a valid <a href="#common.data.mimetype">MIME type</a>, with no
+        parameters.</div>
     
       </div>
         
@@ -19982,14 +19984,14 @@
 </h2>
         
       <div class="datatype-desc">A
-        <a href="#data-comma-separated-tokens">set of unique space-separated tokens</a>,
+        <a href="#data-comma-separated-strings">set of comma-separated strings</a>,
         each of which is a valid
       <a href="#form.data.emailaddress">email address</a>.</div>
     
       </div>
         
       <div id="form.data.color-def" class="section">
-        <h2 class="common-subhead">9.49. <dfn id="form.data.color">Color</dfn> <a class="hash" href="#form.data.color-def">#</a>
+        <h2 class="common-subhead">9.49. <dfn id="form.data.color">Simple color</dfn> <a class="hash" href="#form.data.color-def">#</a>
 </h2>
         
       <div class="datatype-desc">A string exactly seven
@@ -20006,6 +20008,10 @@
           <code title="U+0041 LATIN CAPITAL LETTER A&#8211;U+0046 LATIN CAPITAL LETTER F">A&#8211;F</code>.</li>
         </ol>
 </div>
+      <div class="note">
+        <p>This datatype does not allow color keywords (for
+        example, strings such as &#8220;red&#8221; or &#8220;green&#8221;).</p>
+      </div>
     
       </div>
         
@@ -20078,11 +20084,10 @@
           Message Format</a></cite>. P. Mockapetris.</dd>
     <dd><span class="references-note">(see in particular <a href="http://tools.ietf.org/html/rfc1034#section-3.5">http://tools.ietf.org/html/rfc1034#section-3.5</a></span></dd>
     <dt><dfn id="refsRFC2046">[RFC2046]</dfn></dt>
-
     <dd>
 <cite><a href="http://tools.ietf.org/html/rfc2046">Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types</a></cite>.
       N. Freed, N. Borenstein.</dd>
-    <dd><span class="references-note">(see in particular <a href="http://tools.ietf.org/html/rfc3339#section-5.6">http://tools.ietf.org/html/rfc2046#section-2</a>)</span></dd>
+    <dd><span class="references-note">(see in particular <a href="http://tools.ietf.org/html/rfc2046#section-2">http://tools.ietf.org/html/rfc2046#section-2</a>)</span></dd>
     <dt><dfn id="refsRFC3339">[RFC3339]</dfn></dt>
     <dd>
 <cite><a href="http://tools.ietf.org/html/rfc3339">Date and

Index: input.week.html
===================================================================
RCS file: /sources/public/html5/markup/input.week.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- input.week.html	24 Jul 2010 17:15:26 -0000	1.62
+++ input.week.html	27 Jul 2010 09:23:46 -0000	1.63
@@ -57,7 +57,7 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.week.attrs.type" title="input.week.attrs.type" href="input.week.html#input.week.attrs.type">type</a> = <span class="attr-values">  "week" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#week-state">&#9432;</a></span> <a class="attribute-name" id="input.week.attrs.type" title="input.week.attrs.type" href="input.week.html#input.week.attrs.type">type</a> = <span class="attr-values">  "week" </span> </dt>
             <dd>Specifies that its <a href="input.html#input" class="element">input</a> element is
         a control for setting the element&#8217;s value to a string
         representing a week.</dd>
@@ -79,7 +79,7 @@
         <a href="input.week.html#input.week.attrs.value">value</a>.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.week.attrs.value" title="input.week.attrs.value" href="input.week.html#input.week.attrs.value">value</a> = <span class="attr-values">
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#week-state">&#9432;</a></span> <a class="attribute-name" id="input.week.attrs.value" title="input.week.attrs.value" href="input.week.html#input.week.attrs.value">value</a> = <span class="attr-values">
       <a class="ref" href="datatypes.html#form.data.week" title="form.data.week">week</a>
     </span> </dt>
             <dd>A string representing a week.</dd>

Index: input.submit.html
===================================================================
RCS file: /sources/public/html5/markup/input.submit.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- input.submit.html	24 Jul 2010 17:15:26 -0000	1.59
+++ input.submit.html	27 Jul 2010 09:23:46 -0000	1.60
@@ -54,12 +54,12 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.submit.attrs.type" title="input.submit.attrs.type" href="input.submit.html#input.submit.attrs.type">type</a> = <span class="attr-values">  "submit" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#submit-button-state">&#9432;</a></span> <a class="attribute-name" id="input.submit.attrs.type" title="input.submit.attrs.type" href="input.submit.html#input.submit.attrs.type">type</a> = <span class="attr-values">  "submit" </span> </dt>
             <dd>Specifies that its <a href="input.html#input" class="element">input</a> element is a button for
         submitting a form.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.submit.attrs.value" title="input.submit.attrs.value" href="input.submit.html#input.submit.attrs.value">value</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/number-state.html#submit-button-state">&#9432;</a></span> <a class="attribute-name" id="input.submit.attrs.value" title="input.submit.attrs.value" href="input.submit.html#input.submit.attrs.value">value</a> = <span class="attr-values"><a href="datatypes.html#data-string">string</a></span> </dt>
             <dd>Specifies a value for the <a href="input.html#input" class="element">input</a> element.</dd>
           
         </dl>

Index: input.date.html
===================================================================
RCS file: /sources/public/html5/markup/input.date.html,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- input.date.html	24 Jul 2010 17:15:25 -0000	1.61
+++ input.date.html	27 Jul 2010 09:23:45 -0000	1.62
@@ -57,7 +57,7 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.date.attrs.type" title="input.date.attrs.type" href="input.date.html#input.date.attrs.type">type</a> = <span class="attr-values">  "date" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#date-state">&#9432;</a></span> <a class="attribute-name" id="input.date.attrs.type" title="input.date.attrs.type" href="input.date.html#input.date.attrs.type">type</a> = <span class="attr-values">  "date" </span> </dt>
             <dd>Specifies that its <a href="input.html#input" class="element">input</a> element is
         a control for setting the element&#8217;s value to a string
         representing a date.</dd>
@@ -79,7 +79,7 @@
         <a href="input.date.html#input.date.attrs.value">value</a>.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.date.attrs.value" title="input.date.attrs.value" href="input.date.html#input.date.attrs.value">value</a> = <span class="attr-values">
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#date-state">&#9432;</a></span> <a class="attribute-name" id="input.date.attrs.value" title="input.date.attrs.value" href="input.date.html#input.date.attrs.value">value</a> = <span class="attr-values">
       <a class="ref" href="datatypes.html#form.data.date" title="form.data.date">date</a>
     </span> </dt>
             <dd>A string representing a date.</dd>

Index: input.url.html
===================================================================
RCS file: /sources/public/html5/markup/input.url.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- input.url.html	27 Jul 2010 06:09:45 -0000	1.62
+++ input.url.html	27 Jul 2010 09:23:46 -0000	1.63
@@ -58,13 +58,13 @@
 </h2>
         <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-input-element.html#attr-input-type">&#9432;</a></span> <a class="attribute-name" id="input.url.attrs.type" title="input.url.attrs.type" href="input.url.html#input.url.attrs.type">type</a> = <span class="attr-values">  "url" </span> </dt>
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#url-state">&#9432;</a></span> <a class="attribute-name" id="input.url.attrs.type" title="input.url.attrs.type" href="input.url.html#input.url.attrs.type">type</a> = <span class="attr-values">  "url" </span> </dt>
             <dd>Specifies that its <a href="input.html#input" class="element">input</a> element is
         a control for editing an absolute URL given in the
       element&#8217;s value.</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-input-element.html#attr-input-value">&#9432;</a></span> <a class="attribute-name" id="input.url.attrs.value" title="input.url.attrs.value" href="input.url.html#input.url.attrs.value">value</a> = <span class="attr-values">
+<span class="spec-link"><a title="Read about this attribute in the HTML5 spec" href="http://dev.w3.org/html5/spec-author-view/states-of-the-type-attribute.html#url-state">&#9432;</a></span> <a class="attribute-name" id="input.url.attrs.value" title="input.url.attrs.value" href="input.url.html#input.url.attrs.value">value</a> = <span class="attr-values">
      ""
        <span class="postfix or">or</span> <a href="datatypes.html#common.data.uri.absolute">absolute URL</a>
     </span> </dt>

Received on Tuesday, 27 July 2010 09:23:52 UTC