[html5] r2306 - [e] (0) WF2: Change styling for book-keeping details of the <input> element stat [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 8 17:13:07 PDT 2008


Author: ianh
Date: 2008-10-08 17:13:06 -0700 (Wed, 08 Oct 2008)
New Revision: 2306

Modified:
   index
   source
Log:
[e] (0) WF2: Change styling for book-keeping details of the <input> element states for easier reading.

Modified: index
===================================================================
--- index	2008-10-08 23:57:07 UTC (rev 2305)
+++ index	2008-10-09 00:13:06 UTC (rev 2306)
@@ -16,7 +16,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 8 October 2008</h2>
+   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 9 October 2008</h2>
    <p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <dl><dt>Multiple-page version:</dt>
@@ -23916,45 +23916,49 @@
   <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute must be
   omitted.</p>
 
-  <p>The 
-  <code title=dom-input-value><a href=#dom-input-value>value</a></code>
-  DOM attribute applies to this element and is
-  in mode <a href=#dom-input-value-value title=dom-input-value-value>value</a>.</p>
+  <div class=bookkeeping>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-  <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
-  <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
-  <code class=no-backref title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
-  <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-  <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
-  <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
-  <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
-  <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-  <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
-  <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
-  <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
-  <code class=no-backref title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
-  <code class=no-backref title=attr-input-required><a href=#attr-input-required>required</a></code>,
-  <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
-  <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
-  <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
-  <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
+   <p>The 
+   <code title=dom-input-value><a href=#dom-input-value>value</a></code>
+   DOM attribute applies to this element and is
+   in mode <a href=#dom-input-value-value title=dom-input-value-value>value</a>.</p>
 
-  <p>The following DOM attributes and methods do not apply to the
-  element:
-  <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
-  <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
-  <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
-  <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>, and
-  <code class=no-backref title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> DOM attributes
-  <code class=no-backref title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>, and
-  <code class=no-backref title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> methods.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
+   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
+   <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
+   <code class=no-backref title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
+   <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
+   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
+   <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
+   <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
+   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
+   <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
+   <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
+   <code class=no-backref title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
+   <code class=no-backref title=attr-input-required><a href=#attr-input-required>required</a></code>,
+   <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
 
-  <p>The <code class=no-backref title=event-input-input><a href=#event-input-input>input</a></code> and <code class=no-backref title=event-input-change><a href=#event-input-change>change</a></code> events do not fire.</p>
+   <p>The following DOM attributes and methods do not apply to the
+   element:
+   <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
+   <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
+   <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
+   <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>, and
+   <code class=no-backref title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> DOM attributes
+   <code class=no-backref title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>, and
+   <code class=no-backref title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> methods.</p>
 
+   <p>The <code class=no-backref title=event-input-input><a href=#event-input-input>input</a></code> and <code class=no-backref title=event-input-change><a href=#event-input-change>change</a></code> events do not fire.</p>
 
+  </div>
+
+
   <h6 id=text-state><span class=secno>4.10.4.1.2 </span><dfn title=attr-input-type-text>Text</dfn> state</h6>
 
   <p>When an <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#text-state title=attr-input-type-text>Text</a> state, the rules in this
@@ -23972,48 +23976,51 @@
   <p><strong>The <a href=#value-sanitization-algorithm>value sanitization algorithm</a> is as
   follows:</strong> <a href=#strip-line-breaks-from-the-value>Strip line breaks from the value</a>.</p>
 
-  <p>The following common <code><a href=#the-input-element>input</a></code> element content
-  attributes and DOM attributes apply to the element:
-  <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
-  <code title=attr-input-list><a href=#attr-input-list>list</a></code>,
-  <code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-  <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
-  <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
-  <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
-  <code title=attr-input-size><a href=#attr-input-size>size</a></code> content attributes;
-  <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
-  <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>, and
-  <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attributes.
+  <div class=bookkeeping>
 
-  <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
-  in mode <a href=#dom-input-value-value title=dom-input-value-value>value</a>.</p>
+   <p>The following common <code><a href=#the-input-element>input</a></code> element content
+   attributes and DOM attributes apply to the element:
+   <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
+   <code title=attr-input-list><a href=#attr-input-list>list</a></code>,
+   <code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
+   <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
+   <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
+   <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
+   <code title=attr-input-size><a href=#attr-input-size>size</a></code> content attributes;
+   <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
+   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>, and
+   <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attributes.
 
-  <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> and <code title=event-input-change><a href=#event-input-change>change</a></code> events apply.</p>
+   <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
+   in mode <a href=#dom-input-value-value title=dom-input-value-value>value</a>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-  <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
-  <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
-  <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-  <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
-  <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
-  <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
-  <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
-  <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
-  <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
-  <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
+   <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> and <code title=event-input-change><a href=#event-input-change>change</a></code> events apply.</p>
 
-  <p>The following DOM attributes and methods do not apply to the
-  element:
-  <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
-  <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>, and
-  <code class=no-backref title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> DOM attributes
-  <code class=no-backref title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>, and
-  <code class=no-backref title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> methods.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
+   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
+   <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
+   <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
+   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
+   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
+   <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
 
+   <p>The following DOM attributes and methods do not apply to the
+   element:
+   <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
+   <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>, and
+   <code class=no-backref title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> DOM attributes
+   <code class=no-backref title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>, and
+   <code class=no-backref title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> methods.</p>
 
+  </div>
 
+
   <h6 id=e-mail-state><span class=secno>4.10.4.1.3 </span><dfn title=attr-input-type-email>E-mail</dfn> state</h6>
 
   <p>When an <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#e-mail-state title=attr-input-type-email>E-mail</a> state, the rules in this
@@ -24040,48 +24047,51 @@
   <code>quoted-string</code> subtoken, the element is <a href=#suffering-from-a-type-mismatch>suffering
   from a type mismatch</a>. <a href=#refsRFC2822>[RFC2822]</a></p>
 
-  <p>The following common <code><a href=#the-input-element>input</a></code> element content
-  attributes and DOM attributes apply to the element:
-  <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
-  <code title=attr-input-list><a href=#attr-input-list>list</a></code>,
-  <code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-  <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
-  <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
-  <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
-  <code title=attr-input-size><a href=#attr-input-size>size</a></code> content attributes;
-  <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
-  <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>, and
-  <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attributes.
+  <div class=bookkeeping>
 
-  <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
-  in mode <a href=#dom-input-value-value title=dom-input-value-value>value</a>.</p>
+   <p>The following common <code><a href=#the-input-element>input</a></code> element content
+   attributes and DOM attributes apply to the element:
+   <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
+   <code title=attr-input-list><a href=#attr-input-list>list</a></code>,
+   <code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
+   <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
+   <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
+   <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
+   <code title=attr-input-size><a href=#attr-input-size>size</a></code> content attributes;
+   <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
+   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>, and
+   <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attributes.
 
-  <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> and <code title=event-input-change><a href=#event-input-change>change</a></code> events apply.</p>
+   <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
+   in mode <a href=#dom-input-value-value title=dom-input-value-value>value</a>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-  <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
-  <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
-  <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-  <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
-  <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
-  <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
-  <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
-  <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
-  <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
-  <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
+   <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> and <code title=event-input-change><a href=#event-input-change>change</a></code> events apply.</p>
 
-  <p>The following DOM attributes and methods do not apply to the
-  element:
-  <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
-  <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>, and
-  <code class=no-backref title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> DOM attributes;
-  <code class=no-backref title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>, and
-  <code class=no-backref title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> methods.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
+   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
+   <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
+   <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
+   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
+   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
+   <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
 
+   <p>The following DOM attributes and methods do not apply to the
+   element:
+   <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
+   <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>, and
+   <code class=no-backref title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> DOM attributes;
+   <code class=no-backref title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>, and
+   <code class=no-backref title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> methods.</p>
 
+  </div>
 
+
   <h6 id=url-state><span class=secno>4.10.4.1.4 </span><dfn title=attr-input-type-url>URL</dfn> state</h6>
 
   <p>When an <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#url-state title=attr-input-type-url>URL</a> state, the rules in this
@@ -24106,48 +24116,51 @@
   <a href=#valid-url>valid URL</a>, the element is <a href=#suffering-from-a-type-mismatch>suffering from a type
   mismatch</a>.</p>
 
-  <p>The following common <code><a href=#the-input-element>input</a></code> element content
-  attributes and DOM attributes apply to the element:
-  <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
-  <code title=attr-input-list><a href=#attr-input-list>list</a></code>,
-  <code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-  <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
-  <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
-  <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
-  <code title=attr-input-size><a href=#attr-input-size>size</a></code> content attributes;
-  <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
-  <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>, and
-  <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attributes.
+  <div class=bookkeeping>
 
-  <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
-  in mode <a href=#dom-input-value-value title=dom-input-value-value>value</a>.</p>
+   <p>The following common <code><a href=#the-input-element>input</a></code> element content
+   attributes and DOM attributes apply to the element:
+   <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
+   <code title=attr-input-list><a href=#attr-input-list>list</a></code>,
+   <code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
+   <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
+   <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
+   <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
+   <code title=attr-input-size><a href=#attr-input-size>size</a></code> content attributes;
+   <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
+   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>, and
+   <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attributes.
 
-  <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> and <code title=event-input-change><a href=#event-input-change>change</a></code> events apply.</p>
+   <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
+   in mode <a href=#dom-input-value-value title=dom-input-value-value>value</a>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-  <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
-  <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
-  <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-  <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
-  <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
-  <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
-  <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
-  <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
-  <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
-  <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
+   <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> and <code title=event-input-change><a href=#event-input-change>change</a></code> events apply.</p>
 
-  <p>The following DOM attributes and methods do not apply to the
-  element:
-  <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
-  <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>, and
-  <code class=no-backref title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> DOM attributes;
-  <code class=no-backref title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>, and
-  <code class=no-backref title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> methods.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
+   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
+   <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
+   <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
+   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
+   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
+   <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
 
+   <p>The following DOM attributes and methods do not apply to the
+   element:
+   <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
+   <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>, and
+   <code class=no-backref title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> DOM attributes;
+   <code class=no-backref title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>, and
+   <code class=no-backref title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> methods.</p>
 
+  </div>
 
+
   <h6 id=password-state><span class=secno>4.10.4.1.5 </span><dfn title=attr-input-type-password>Password</dfn> state</h6>
 
   <p>When an <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#password-state title=attr-input-type-password>Password</a> state, the rules in
@@ -24165,45 +24178,48 @@
   <p><strong>The <a href=#value-sanitization-algorithm>value sanitization algorithm</a> is as
   follows:</strong> <a href=#strip-line-breaks-from-the-value>Strip line breaks from the value</a>.</p>
 
-  <p>The following common <code><a href=#the-input-element>input</a></code> element content
-  attributes and DOM attributes apply to the element:
-  <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
-  <code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-  <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
-  <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
-  <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
-  <code title=attr-input-size><a href=#attr-input-size>size</a></code> content attributes;
-  <code title=attr-input-value><a href=#attr-input-value>value</a></code> DOM attribute.</p>
+  <div class=bookkeeping>
 
-  <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> and <code title=event-input-change><a href=#event-input-change>change</a></code> events apply.</p>
+   <p>The following common <code><a href=#the-input-element>input</a></code> element content
+   attributes and DOM attributes apply to the element:
+   <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
+   <code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
+   <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
+   <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
+   <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
+   <code title=attr-input-size><a href=#attr-input-size>size</a></code> content attributes;
+   <code title=attr-input-value><a href=#attr-input-value>value</a></code> DOM attribute.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-  <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
-  <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
-  <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-  <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
-  <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
-  <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
-  <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
-  <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
-  <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
-  <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
-  <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
+   <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> and <code title=event-input-change><a href=#event-input-change>change</a></code> events apply.</p>
 
-  <p>The following DOM attributes and methods do not apply to the
-  element:
-  <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
-  <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
-  <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
-  <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>, and
-  <code class=no-backref title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> DOM attributes;
-  <code class=no-backref title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>, and
-  <code class=no-backref title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> methods.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
+   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
+   <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
+   <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
+   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
+   <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
+   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
+   <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
 
+   <p>The following DOM attributes and methods do not apply to the
+   element:
+   <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
+   <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
+   <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
+   <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>, and
+   <code class=no-backref title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> DOM attributes;
+   <code class=no-backref title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>, and
+   <code class=no-backref title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> methods.</p>
 
+  </div>
 
+
   <h6 id=date-and-time-state><span class=secno>4.10.4.1.6 </span><dfn title=attr-input-type-datetime>Date and Time</dfn> state</h6>
 
   <p>When an <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#date-and-time-state title=attr-input-type-datetime>Date and Time</a> state, the
@@ -24276,48 +24292,51 @@
   string</a> that represents the <a href=#concept-datetime title=concept-datetime>date and time in UTC</a> that is
   represented by <var title="">input</var>.</p>
 
-  <p>The following common <code><a href=#the-input-element>input</a></code> element content
-  attributes, DOM attributes, and methods apply to the element:
-  <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
-  <code title=attr-input-list><a href=#attr-input-list>list</a></code>,
-  <code title=attr-input-max><a href=#attr-input-max>max</a></code>,
-  <code title=attr-input-min><a href=#attr-input-min>min</a></code>,
-  <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
-  <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
-  <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
-  <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
-  <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
-  <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>,
-  <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
-  <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> DOM attributes;
-  <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>, and
-  <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> methods.</p>
+  <div class=bookkeeping>
 
-  <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
-  in mode <a href=#dom-input-value-value title=dom-input-value-value>value</a>.</p>
+   <p>The following common <code><a href=#the-input-element>input</a></code> element content
+   attributes, DOM attributes, and methods apply to the element:
+   <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
+   <code title=attr-input-list><a href=#attr-input-list>list</a></code>,
+   <code title=attr-input-max><a href=#attr-input-max>max</a></code>,
+   <code title=attr-input-min><a href=#attr-input-min>min</a></code>,
+   <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
+   <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
+   <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
+   <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
+   <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
+   <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>,
+   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
+   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> DOM attributes;
+   <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>, and
+   <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> methods.</p>
 
-  <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> and <code title=event-input-change><a href=#event-input-change>change</a></code> events apply.</p>
+   <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
+   in mode <a href=#dom-input-value-value title=dom-input-value-value>value</a>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-  <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
-  <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
-  <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-  <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
-  <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-  <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
-  <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
-  <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
-  <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
-  <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
+   <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> and <code title=event-input-change><a href=#event-input-change>change</a></code> events apply.</p>
 
-  <p>The
-  <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>
-  DOM attribute does not apply to the element.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
+   <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
+   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
+   <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
+   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
+   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
+   <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
+   <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
 
+   <p>The
+   <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>
+   DOM attribute does not apply to the element.</p>
 
+  </div>
 
+
   <h6 id=date-state><span class=secno>4.10.4.1.7 </span><dfn title=attr-input-type-date>Date</dfn> state</h6>
 
   <p>When an <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#date-state title=attr-input-type-date>Date</a> state, the rules in this
@@ -24390,48 +24409,51 @@
   time represented by <var title="">input</var> in the UTC
   timezone.</p>
 
-  <p>The following common <code><a href=#the-input-element>input</a></code> element content
-  attributes, DOM attributes, and methods apply to the element:
-  <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
-  <code title=attr-input-list><a href=#attr-input-list>list</a></code>,
-  <code title=attr-input-max><a href=#attr-input-max>max</a></code>,
-  <code title=attr-input-min><a href=#attr-input-min>min</a></code>,
-  <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
-  <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
-  <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
-  <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
-  <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
-  <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>,
-  <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
-  <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> DOM attributes;
-  <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>, and
-  <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> methods.</p>
+  <div class=bookkeeping>
 
-  <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
-  in mode <a href=#dom-input-value-value title=dom-input-value-value>value</a>.</p>
+   <p>The following common <code><a href=#the-input-element>input</a></code> element content
+   attributes, DOM attributes, and methods apply to the element:
+   <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
+   <code title=attr-input-list><a href=#attr-input-list>list</a></code>,
+   <code title=attr-input-max><a href=#attr-input-max>max</a></code>,
+   <code title=attr-input-min><a href=#attr-input-min>min</a></code>,
+   <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
+   <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
+   <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
+   <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
+   <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
+   <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>,
+   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
+   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> DOM attributes;
+   <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>, and
+   <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> methods.</p>
 
-  <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> and <code title=event-input-change><a href=#event-input-change>change</a></code> events apply.</p>
+   <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
+   in mode <a href=#dom-input-value-value title=dom-input-value-value>value</a>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-  <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
-  <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
-  <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-  <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
-  <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-  <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
-  <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
-  <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
-  <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
-  <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
+   <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> and <code title=event-input-change><a href=#event-input-change>change</a></code> events apply.</p>
 
-  <p>The
-  <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>
-  DOM attribute does not apply to the element.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
+   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
+   <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
+   <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
+   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
+   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
+   <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
+   <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
 
+   <p>The
+   <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>
+   DOM attribute does not apply to the element.</p>
 
+  </div>
 
+
   <h6 id=month-state><span class=secno>4.10.4.1.8 </span><dfn title=attr-input-type-month>Month</dfn> state</h6>
 
   <p>When an <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#month-state title=attr-input-type-month>Month</a> state, the rules in this
@@ -24504,48 +24526,51 @@
   the time represented by <var title="">input</var> in the UTC
   timezone.</p>
 
-  <p>The following common <code><a href=#the-input-element>input</a></code> element content
-  attributes, DOM attributes, and methods apply to the element:
-  <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
-  <code title=attr-input-list><a href=#attr-input-list>list</a></code>,
-  <code title=attr-input-max><a href=#attr-input-max>max</a></code>,
-  <code title=attr-input-min><a href=#attr-input-min>min</a></code>,
-  <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
-  <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
-  <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
-  <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
-  <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
-  <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>,
-  <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
-  <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> DOM attributes;
-  <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>, and
-  <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> methods.</p>
+  <div class=bookkeeping>
 
-  <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
-  in mode <a href=#dom-input-value-value title=dom-input-value-value>value</a>.</p>
+   <p>The following common <code><a href=#the-input-element>input</a></code> element content
+   attributes, DOM attributes, and methods apply to the element:
+   <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
+   <code title=attr-input-list><a href=#attr-input-list>list</a></code>,
+   <code title=attr-input-max><a href=#attr-input-max>max</a></code>,
+   <code title=attr-input-min><a href=#attr-input-min>min</a></code>,
+   <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
+   <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
+   <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
+   <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
+   <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
+   <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>,
+   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
+   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> DOM attributes;
+   <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>, and
+   <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> methods.</p>
 
-  <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> and <code title=event-input-change><a href=#event-input-change>change</a></code> events apply.</p>
+   <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
+   in mode <a href=#dom-input-value-value title=dom-input-value-value>value</a>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-  <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
-  <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
-  <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-  <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
-  <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-  <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
-  <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
-  <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
-  <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
-  <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
+   <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> and <code title=event-input-change><a href=#event-input-change>change</a></code> events apply.</p>
 
-  <p>The
-  <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>
-  DOM attribute does not apply to the element.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
+   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
+   <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
+   <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
+   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
+   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
+   <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
+   <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
 
+   <p>The
+   <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>
+   DOM attribute does not apply to the element.</p>
 
+  </div>
 
+
   <h6 id=week-state><span class=secno>4.10.4.1.9 </span><dfn title=attr-input-type-week>Week</dfn> state</h6>
 
   <p>When an <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#week-state title=attr-input-type-week>Week</a> state, the rules in this
@@ -24618,48 +24643,51 @@
   time represented by <var title="">input</var> in the UTC
   timezone.</p>
 
-  <p>The following common <code><a href=#the-input-element>input</a></code> element content
-  attributes, DOM attributes, and methods apply to the element:
-  <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
-  <code title=attr-input-list><a href=#attr-input-list>list</a></code>,
-  <code title=attr-input-max><a href=#attr-input-max>max</a></code>,
-  <code title=attr-input-min><a href=#attr-input-min>min</a></code>,
-  <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
-  <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
-  <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
-  <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
-  <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
-  <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>,
-  <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
-  <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> DOM attributes;
-  <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>, and
-  <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> methods.</p>
+  <div class=bookkeeping>
 
-  <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
-  in mode <a href=#dom-input-value-value title=dom-input-value-value>value</a>.</p>
+   <p>The following common <code><a href=#the-input-element>input</a></code> element content
+   attributes, DOM attributes, and methods apply to the element:
+   <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
+   <code title=attr-input-list><a href=#attr-input-list>list</a></code>,
+   <code title=attr-input-max><a href=#attr-input-max>max</a></code>,
+   <code title=attr-input-min><a href=#attr-input-min>min</a></code>,
+   <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
+   <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
+   <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
+   <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
+   <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
+   <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>,
+   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
+   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> DOM attributes;
+   <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>, and
+   <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> methods.</p>
 
-  <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> and <code title=event-input-change><a href=#event-input-change>change</a></code> events apply.</p>
+   <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
+   in mode <a href=#dom-input-value-value title=dom-input-value-value>value</a>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-  <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
-  <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
-  <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-  <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
-  <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-  <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
-  <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
-  <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
-  <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
-  <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
+   <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> and <code title=event-input-change><a href=#event-input-change>change</a></code> events apply.</p>
 
-  <p>The
-  <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>
-  DOM attribute does not apply to the element.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
+   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
+   <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
+   <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
+   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
+   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
+   <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
+   <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
 
+   <p>The
+   <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>
+   DOM attribute does not apply to the element.</p>
 
+  </div>
 
+
   <h6 id=time-state><span class=secno>4.10.4.1.10 </span><dfn title=attr-input-type-time>Time</dfn> state</h6>
 
   <p>When an <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#time-state title=attr-input-type-time>Time</a> state, the rules in this
@@ -24726,48 +24754,51 @@
   represents the UTC <a href=#concept-time title=concept-time>time</a> component
   that is represented by <var title="">input</var>.</p>
 
-  <p>The following common <code><a href=#the-input-element>input</a></code> element content
-  attributes, DOM attributes, and methods apply to the element:
-  <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
-  <code title=attr-input-list><a href=#attr-input-list>list</a></code>,
-  <code title=attr-input-max><a href=#attr-input-max>max</a></code>,
-  <code title=attr-input-min><a href=#attr-input-min>min</a></code>,
-  <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
-  <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
-  <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
-  <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
-  <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
-  <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>,
-  <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
-  <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> DOM attributes;
-  <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>, and
-  <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> methods.</p>
+  <div class=bookkeeping>
 
-  <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
-  in mode <a href=#dom-input-value-value title=dom-input-value-value>value</a>.</p>
+   <p>The following common <code><a href=#the-input-element>input</a></code> element content
+   attributes, DOM attributes, and methods apply to the element:
+   <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
+   <code title=attr-input-list><a href=#attr-input-list>list</a></code>,
+   <code title=attr-input-max><a href=#attr-input-max>max</a></code>,
+   <code title=attr-input-min><a href=#attr-input-min>min</a></code>,
+   <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
+   <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
+   <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
+   <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
+   <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
+   <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>,
+   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
+   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> DOM attributes;
+   <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>, and
+   <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> methods.</p>
 
-  <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> and <code title=event-input-change><a href=#event-input-change>change</a></code> events apply.</p>
+   <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
+   in mode <a href=#dom-input-value-value title=dom-input-value-value>value</a>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-  <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
-  <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
-  <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-  <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
-  <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-  <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
-  <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
-  <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
-  <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
-  <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
+   <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> and <code title=event-input-change><a href=#event-input-change>change</a></code> events apply.</p>
 
-  <p>The
-  <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>
-  DOM attribute does not apply to the element.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
+   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
+   <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
+   <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
+   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
+   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
+   <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
+   <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
 
+   <p>The
+   <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>
+   DOM attribute does not apply to the element.</p>
 
+  </div>
 
+
   <h6 id=local-date-and-time-state><span class=secno>4.10.4.1.11 </span><dfn title=attr-input-type-datetime-local>Local Date and Time</dfn> state</h6>
 
   <p>When an <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#local-date-and-time-state title=attr-input-type-datetime-local>Local Date and Time</a>
@@ -24827,47 +24858,50 @@
   string</a> that represents the date and time that is <var title="">input</var> milliseconds after midnight on the morning of
   1970-01-01 (the time represented by the value "<code title="">1970-01-01T00:00:00.0</code>").</p>
 
-  <p>The following common <code><a href=#the-input-element>input</a></code> element content
-  attributes, DOM attributes, and methods apply to the element:
-  <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
-  <code title=attr-input-list><a href=#attr-input-list>list</a></code>,
-  <code title=attr-input-max><a href=#attr-input-max>max</a></code>,
-  <code title=attr-input-min><a href=#attr-input-min>min</a></code>,
-  <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
-  <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
-  <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
-  <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
-  <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
-  <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
-  <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> DOM attributes;
-  <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>, and
-  <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> methods.</p>
+  <div class=bookkeeping>
 
-  <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
-  in mode <a href=#dom-input-value-value title=dom-input-value-value>value</a>.</p>
+   <p>The following common <code><a href=#the-input-element>input</a></code> element content
+   attributes, DOM attributes, and methods apply to the element:
+   <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
+   <code title=attr-input-list><a href=#attr-input-list>list</a></code>,
+   <code title=attr-input-max><a href=#attr-input-max>max</a></code>,
+   <code title=attr-input-min><a href=#attr-input-min>min</a></code>,
+   <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
+   <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
+   <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
+   <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
+   <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
+   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
+   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> DOM attributes;
+   <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>, and
+   <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> methods.</p>
 
-  <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> and <code title=event-input-change><a href=#event-input-change>change</a></code> events apply.</p>
+   <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
+   in mode <a href=#dom-input-value-value title=dom-input-value-value>value</a>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-  <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
-  <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
-  <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-  <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
-  <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-  <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
-  <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
-  <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
-  <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
-  <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
+   <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> and <code title=event-input-change><a href=#event-input-change>change</a></code> events apply.</p>
 
-  <p>The following DOM attributes do not apply to the element:
-  <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> and
-  <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
+   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
+   <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
+   <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
+   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
+   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
+   <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
+   <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
 
+   <p>The following DOM attributes do not apply to the element:
+   <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> and
+   <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>.</p>
 
+  </div>
 
+
   <h6 id=number-state><span class=secno>4.10.4.1.12 </span><dfn title=attr-input-type-number>Number</dfn> state</h6>
 
   <p>When an <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#number-state title=attr-input-type-number>Number</a> state, the rules in
@@ -24921,47 +24955,50 @@
   is as follows:</strong> Return a <a href=#valid-floating-point-number>valid floating point
   number</a> that represents <var title="">input</var>.</p>
 
-  <p>The following common <code><a href=#the-input-element>input</a></code> element content
-  attributes, DOM attributes, and methods apply to the element:
-  <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
-  <code title=attr-input-list><a href=#attr-input-list>list</a></code>,
-  <code title=attr-input-max><a href=#attr-input-max>max</a></code>,
-  <code title=attr-input-min><a href=#attr-input-min>min</a></code>,
-  <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
-  <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
-  <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
-  <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
-  <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
-  <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
-  <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> DOM attributes;
-  <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>, and
-  <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> methods.</p>
+  <div class=bookkeeping>
 
-  <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
-  in mode <a href=#dom-input-value-value title=dom-input-value-value>value</a>.</p>
+   <p>The following common <code><a href=#the-input-element>input</a></code> element content
+   attributes, DOM attributes, and methods apply to the element:
+   <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
+   <code title=attr-input-list><a href=#attr-input-list>list</a></code>,
+   <code title=attr-input-max><a href=#attr-input-max>max</a></code>,
+   <code title=attr-input-min><a href=#attr-input-min>min</a></code>,
+   <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
+   <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
+   <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
+   <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
+   <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
+   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
+   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> DOM attributes;
+   <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>, and
+   <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> methods.</p>
 
-  <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> and <code title=event-input-change><a href=#event-input-change>change</a></code> events apply.</p>
+   <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
+   in mode <a href=#dom-input-value-value title=dom-input-value-value>value</a>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-  <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
-  <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
-  <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-  <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
-  <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-  <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
-  <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
-  <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
-  <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
-  <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
+   <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> and <code title=event-input-change><a href=#event-input-change>change</a></code> events apply.</p>
 
-  <p>The following DOM attributes do not apply to the element:
-  <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> and
-  <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
+   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
+   <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
+   <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
+   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
+   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
+   <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
+   <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
 
+   <p>The following DOM attributes do not apply to the element:
+   <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> and
+   <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>.</p>
 
+  </div>
 
+
   <h6 id=range-state><span class=secno>4.10.4.1.13 </span><dfn title=attr-input-type-range>Range</dfn> state</h6>
 
   <p>When an <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#range-state title=attr-input-type-range>Range</a> state, the rules in this
@@ -25043,47 +25080,50 @@
   is as follows:</strong> Return a <a href=#valid-floating-point-number>valid floating point
   number</a> that represents <var title="">input</var>.</p>
 
-  <p>The following common <code><a href=#the-input-element>input</a></code> element content
-  attributes, DOM attributes, and methods apply to the element:
-  <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
-  <code title=attr-input-list><a href=#attr-input-list>list</a></code>,
-  <code title=attr-input-max><a href=#attr-input-max>max</a></code>,
-  <code title=attr-input-min><a href=#attr-input-min>min</a></code>, and
-  <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
-  <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
-  <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
-  <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
-  <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> DOM attributes;
-  <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>, and
-  <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> methods.</p>
+  <div class=bookkeeping>
 
-  <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
-  in mode <a href=#dom-input-value-value title=dom-input-value-value>value</a>.</p>
+   <p>The following common <code><a href=#the-input-element>input</a></code> element content
+   attributes, DOM attributes, and methods apply to the element:
+   <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
+   <code title=attr-input-list><a href=#attr-input-list>list</a></code>,
+   <code title=attr-input-max><a href=#attr-input-max>max</a></code>,
+   <code title=attr-input-min><a href=#attr-input-min>min</a></code>, and
+   <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
+   <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
+   <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
+   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
+   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> DOM attributes;
+   <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code>, and
+   <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> methods.</p>
 
-  <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> and <code title=event-input-change><a href=#event-input-change>change</a></code> events apply.</p>
+   <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
+   in mode <a href=#dom-input-value-value title=dom-input-value-value>value</a>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-  <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
-  <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
-  <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-  <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
-  <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-  <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
-  <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
-  <code class=no-backref title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
-  <code class=no-backref title=attr-input-required><a href=#attr-input-required>required</a></code>,
-  <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
-  <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
-  <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
+   <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> and <code title=event-input-change><a href=#event-input-change>change</a></code> events apply.</p>
 
-  <p>The following DOM attributes do not apply to the element:
-  <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> and
-  <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
+   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
+   <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
+   <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
+   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
+   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
+   <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
+   <code class=no-backref title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
+   <code class=no-backref title=attr-input-required><a href=#attr-input-required>required</a></code>,
+   <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
 
+   <p>The following DOM attributes do not apply to the element:
+   <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> and
+   <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>.</p>
 
+  </div>
 
+
   <h6 id=checkbox-state><span class=secno>4.10.4.1.14 </span><dfn title=attr-input-type-checkbox>Checkbox</dfn> state</h6>
 
   <p>When an <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#checkbox-state title=attr-input-type-checkbox>Checkbox</a> state, the rules in
@@ -25109,50 +25149,53 @@
   <p><strong>Constraint validation:</strong> If the element is <i title=concept-input-required><a href=#concept-input-required>required</a></i> and its <span title=concept-fe-checkedness>checkedness</span> is false, then the
   element is <a href=#suffering-from-being-missing>suffering from being missing</a>.</p>
 
-  <p>The following common <code><a href=#the-input-element>input</a></code> element content
-  attributes and DOM attributes apply to the element:
-  <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code>, and
-  <code title=attr-input-required><a href=#attr-input-required>required</a></code> content attributes;
-  <code title=dom-input-checked><a href=#dom-input-checked>checked</a></code> and
-  <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attributes.</p>
+  <div class=bookkeeping>
 
-  <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
-  in mode <a href=#dom-input-value-default-on title=dom-input-value-default-on>default/on</a>.</p>
+   <p>The following common <code><a href=#the-input-element>input</a></code> element content
+   attributes and DOM attributes apply to the element:
+   <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code>, and
+   <code title=attr-input-required><a href=#attr-input-required>required</a></code> content attributes;
+   <code title=dom-input-checked><a href=#dom-input-checked>checked</a></code> and
+   <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attributes.</p>
 
-  <p>The <code title=event-input-change><a href=#event-input-change>change</a></code> event applies.</p>
+   <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
+   in mode <a href=#dom-input-value-default-on title=dom-input-value-default-on>default/on</a>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-  <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
-  <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
-  <code class=no-backref title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
-  <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
-  <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
-  <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
-  <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-  <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
-  <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
-  <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
-  <code class=no-backref title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
-  <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
-  <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
-  <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
-  <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
+   <p>The <code title=event-input-change><a href=#event-input-change>change</a></code> event applies.</p>
 
-  <p>The following DOM attributes and methods do not apply to the element:
-  <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
-  <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
-  <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> and
-  <code class=no-backref title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> DOM attributes;
-  <code class=no-backref title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
-  <code class=no-backref title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
+   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
+   <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
+   <code class=no-backref title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
+   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
+   <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
+   <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
+   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
+   <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
+   <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
+   <code class=no-backref title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
+   <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
 
-  <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> event does not
-  apply.</p>
+   <p>The following DOM attributes and methods do not apply to the element:
+   <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
+   <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
+   <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> and
+   <code class=no-backref title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> DOM attributes;
+   <code class=no-backref title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
+   <code class=no-backref title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
 
+   <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> event does not
+   apply.</p>
 
+  </div>
 
+
   <h6 id=radio-button-state><span class=secno>4.10.4.1.15 </span><dfn title=attr-input-type-radio>Radio Button</dfn> state</h6>
 
   <p>When an <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#radio-button-state title=attr-input-type-radio>Radio Button</a> state, the rules
@@ -25214,51 +25257,54 @@
   false, then the element is <a href=#suffering-from-being-missing>suffering from being
   missing</a>.</p>
 
-  <p>The following common <code><a href=#the-input-element>input</a></code> element content
-  attributes and DOM attributes apply to the element:
-  <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code> and
-  <code title=attr-input-required><a href=#attr-input-required>required</a></code> content attributes;
-  <code title=dom-input-checked><a href=#dom-input-checked>checked</a></code> and
-  <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attributes.</p>
+  <div class=bookkeeping>
 
-  <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
-  in mode <a href=#dom-input-value-default-on title=dom-input-value-default-on>default/on</a>.</p>
+   <p>The following common <code><a href=#the-input-element>input</a></code> element content
+   attributes and DOM attributes apply to the element:
+   <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code> and
+   <code title=attr-input-required><a href=#attr-input-required>required</a></code> content attributes;
+   <code title=dom-input-checked><a href=#dom-input-checked>checked</a></code> and
+   <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attributes.</p>
 
-  <p>The <code title=event-input-change><a href=#event-input-change>change</a></code> event applies.</p>
+   <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
+   in mode <a href=#dom-input-value-default-on title=dom-input-value-default-on>default/on</a>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-  <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
-  <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
-  <code class=no-backref title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
-  <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
-  <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
-  <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
-  <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-  <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
-  <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
-  <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
-  <code class=no-backref title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
-  <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
-  <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
-  <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
-  <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
+   <p>The <code title=event-input-change><a href=#event-input-change>change</a></code> event applies.</p>
 
-  <p>The following DOM attributes and methods do not apply to the element:
-  <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
-  <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
-  <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> and
-  <code class=no-backref title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> DOM attributes;
-  <code class=no-backref title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
-  <code class=no-backref title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
+   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
+   <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
+   <code class=no-backref title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
+   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
+   <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
+   <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
+   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
+   <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
+   <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
+   <code class=no-backref title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
+   <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
 
-  <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> event does not
-  apply.</p>
+   <p>The following DOM attributes and methods do not apply to the element:
+   <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
+   <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
+   <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> and
+   <code class=no-backref title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> DOM attributes;
+   <code class=no-backref title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
+   <code class=no-backref title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
 
+   <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> event does not
+   apply.</p>
 
+  </div>
 
 
+
   <h6 id=file-upload-state><span class=secno>4.10.4.1.16 </span><dfn title=attr-input-type-file>File Upload</dfn> state</h6>
 
   <p>When an <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#file-upload-state title=attr-input-type-file>File Upload</a> state, the rules in this
@@ -25311,51 +25357,54 @@
   <p>User agents should prevent the user from selecting files that are
   not accepted by one (or more) of these tokens.</p>
 
-  <hr><p>The following common <code><a href=#the-input-element>input</a></code> element content
-  attributes apply to the element:
-  <code title=attr-input-accept><a href=#attr-input-accept>accept</a></code> and
-  <code title=attr-input-required><a href=#attr-input-required>required</a></code>.</p>
+  <hr><div class=bookkeeping>
 
-  <p>The <code title=event-input-change><a href=#event-input-change>change</a></code> event applies.</p>
+   <p>The following common <code><a href=#the-input-element>input</a></code> element content
+   attributes apply to the element:
+   <code title=attr-input-accept><a href=#attr-input-accept>accept</a></code> and
+   <code title=attr-input-required><a href=#attr-input-required>required</a></code>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
-  <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
-  <code class=no-backref title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
-  <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-  <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
-  <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
-  <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
-  <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-  <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
-  <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
-  <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
-  <code class=no-backref title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
-  <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
-  <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
-  <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
-  <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
+   <p>The <code title=event-input-change><a href=#event-input-change>change</a></code> event applies.</p>
 
-  <p>The element's <code title=attr-input-value><a href=#attr-input-value>value</a></code>
-  attribute must be omitted.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
+   <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
+   <code class=no-backref title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
+   <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
+   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
+   <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
+   <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
+   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
+   <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
+   <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
+   <code class=no-backref title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
+   <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
 
-  <p>The following DOM attributes and methods do not apply to the element:
-  <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
-  <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
-  <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
-  <code class=no-backref title=dom-input-value><a href=#dom-input-value>value</a></code>,
-  <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> and
-  <code class=no-backref title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> DOM attributes;
-  <code class=no-backref title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
-  <code class=no-backref title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
+   <p>The element's <code title=attr-input-value><a href=#attr-input-value>value</a></code>
+   attribute must be omitted.</p>
 
-  <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> event does not
-  apply.</p>
+   <p>The following DOM attributes and methods do not apply to the element:
+   <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
+   <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
+   <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
+   <code class=no-backref title=dom-input-value><a href=#dom-input-value>value</a></code>,
+   <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> and
+   <code class=no-backref title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> DOM attributes;
+   <code class=no-backref title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
+   <code class=no-backref title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
 
+   <p>The <code title=event-input-input><a href=#event-input-input>input</a></code> event does not
+   apply.</p>
 
+  </div>
 
 
+
   <h6 id=submit-button-state><span class=secno>4.10.4.1.17 </span><dfn title=attr-input-type-submit>Submit Button</dfn> state</h6>
 
   <p>When an <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#submit-button-state title=attr-input-type-submit>Submit Button</a> state, the rules
@@ -25377,47 +25426,50 @@
   <p>The <code title=attr-fs-action><a href=#attr-fs-action>action</a></code>, <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>, <code title=attr-fs-method><a href=#attr-fs-method>method</a></code>, and <code title=attr-fs-target><a href=#attr-fs-target>target</a></code> attributes control the form
   submission.</p>
 
-  <p>The following common <code><a href=#the-input-element>input</a></code> element content
-  attributes and DOM attributes apply to the element:
-  <code title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
-  <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
-  <code title=attr-fs-method><a href=#attr-fs-method>method</a></code>, and
-  <code title=attr-fs-target><a href=#attr-fs-target>target</a></code> content attributes;
-  <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute.</p>
+  <div class=bookkeeping>
 
-  <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
-  in mode <a href=#dom-input-value-default title=dom-input-value-default>default</a>.</p>
+   <p>The following common <code><a href=#the-input-element>input</a></code> element content
+   attributes and DOM attributes apply to the element:
+   <code title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
+   <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code title=attr-fs-method><a href=#attr-fs-method>method</a></code>, and
+   <code title=attr-fs-target><a href=#attr-fs-target>target</a></code> content attributes;
+   <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-  <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
-  <code class=no-backref title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
-  <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-  <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
-  <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
-  <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-  <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
-  <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
-  <code class=no-backref title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
-  <code class=no-backref title=attr-input-required><a href=#attr-input-required>required</a></code>
-  <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
-  <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
-  <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>.</p>
+   <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
+   in mode <a href=#dom-input-value-default title=dom-input-value-default>default</a>.</p>
 
-  <p>The following DOM attributes and methods do not apply to the element:
-  <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
-  <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
-  <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
-  <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> and
-  <code class=no-backref title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> DOM attributes;
-  <code class=no-backref title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
-  <code class=no-backref title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
+   <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
+   <code class=no-backref title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
+   <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
+   <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
+   <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
+   <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
+   <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
+   <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
+   <code class=no-backref title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
+   <code class=no-backref title=attr-input-required><a href=#attr-input-required>required</a></code>
+   <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>, and
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>.</p>
 
-  <p>The <code class=no-backref title=event-input-input><a href=#event-input-input>input</a></code> and <code class=no-backref title=event-input-change><a href=#event-input-change>change</a></code> events do not fire.</p>
+   <p>The following DOM attributes and methods do not apply to the element:
+   <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
+   <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
+   <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
+   <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> and
+   <code class=no-backref title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> DOM attributes;
+   <code class=no-backref title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
+   <code class=no-backref title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
 
+   <p>The <code class=no-backref title=event-input-input><a href=#event-input-input>input</a></code> and <code class=no-backref title=event-input-change><a href=#event-input-change>change</a></code> events do not fire.</p>
 
+  </div>
 
+
   <h6 id=image-button-state><span class=secno>4.10.4.1.18 </span><dfn title=attr-input-type-image>Image Button</dfn> state</h6>
 
   <p>When an <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#image-button-state title=attr-input-type-image>Image Button</a> state, the rules
@@ -25525,48 +25577,52 @@
   <hr><p>The <code title=attr-fs-action><a href=#attr-fs-action>action</a></code>, <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>, <code title=attr-fs-method><a href=#attr-fs-method>method</a></code>, and <code title=attr-fs-target><a href=#attr-fs-target>target</a></code> attributes control the form
   submission.</p>
 
-  <p>The following common <code><a href=#the-input-element>input</a></code> element content
-  attributes and DOM attributes apply to the element:
-  <code title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
-  <code title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
-  <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
-  <code title=attr-fs-method><a href=#attr-fs-method>method</a></code>, 
-  <code title=attr-input-src><a href=#attr-input-src>src</a></code>, and
-  <code title=attr-fs-target><a href=#attr-fs-target>target</a></code> content attributes;
-  <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute.</p>
+  <div class=bookkeeping>
 
-  <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
-  in mode <a href=#dom-input-value-default title=dom-input-value-default>default</a>.</p>
+   <p>The following common <code><a href=#the-input-element>input</a></code> element content
+   attributes and DOM attributes apply to the element:
+   <code title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
+   <code title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
+   <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code title=attr-fs-method><a href=#attr-fs-method>method</a></code>, 
+   <code title=attr-input-src><a href=#attr-input-src>src</a></code>, and
+   <code title=attr-fs-target><a href=#attr-fs-target>target</a></code> content attributes;
+   <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-  <code class=no-backref title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
-  <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-  <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
-  <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
-  <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-  <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
-  <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
-  <code class=no-backref title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
-  <code class=no-backref title=attr-input-required><a href=#attr-input-required>required</a></code>
-  <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>, and
-  <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>.</p>
+   <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
+   in mode <a href=#dom-input-value-default title=dom-input-value-default>default</a>.</p>
 
-  <p>The element's <code title=attr-input-value><a href=#attr-input-value>value</a></code>
-  attribute must be omitted.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
+   <code class=no-backref title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
+   <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
+   <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
+   <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
+   <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
+   <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
+   <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
+   <code class=no-backref title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
+   <code class=no-backref title=attr-input-required><a href=#attr-input-required>required</a></code>
+   <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>, and
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>.</p>
 
-  <p>The following DOM attributes and methods do not apply to the element:
-  <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
-  <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
-  <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
-  <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> and
-  <code class=no-backref title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> DOM attributes;
-  <code class=no-backref title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
-  <code class=no-backref title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
+   <p>The element's <code title=attr-input-value><a href=#attr-input-value>value</a></code>
+   attribute must be omitted.</p>
 
-  <p>The <code class=no-backref title=event-input-input><a href=#event-input-input>input</a></code> and <code class=no-backref title=event-input-change><a href=#event-input-change>change</a></code> events do not fire.</p>
+   <p>The following DOM attributes and methods do not apply to the element:
+   <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
+   <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
+   <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
+   <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> and
+   <code class=no-backref title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> DOM attributes;
+   <code class=no-backref title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
+   <code class=no-backref title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
 
+   <p>The <code class=no-backref title=event-input-input><a href=#event-input-input>input</a></code> and <code class=no-backref title=event-input-change><a href=#event-input-change>change</a></code> events do not fire.</p>
+
+  </div>
+
   <p class=note>Many aspects of this state's behavior are similar to
   the behavior of the <code><a href=#the-img-element>img</a></code> element. Readers are encouraged
   to read that section, where many of the same requirements are
@@ -25597,40 +25653,43 @@
   <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute
   applies to this element and is in mode <a href=#dom-input-value-default title=dom-input-value-default>default</a>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-  <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
-  <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
-  <code class=no-backref title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
-  <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-  <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
-  <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
-  <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
-  <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-  <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
-  <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
-  <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
-  <code class=no-backref title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
-  <code class=no-backref title=attr-input-required><a href=#attr-input-required>required</a></code>
-  <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
-  <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
-  <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
-  <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
+  <div class=bookkeeping>
 
-  <p>The following DOM attributes and methods do not apply to the element:
-  <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
-  <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
-  <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
-  <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> and
-  <code class=no-backref title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> DOM attributes;
-  <code class=no-backref title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
-  <code class=no-backref title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
+   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
+   <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
+   <code class=no-backref title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
+   <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
+   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
+   <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
+   <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
+   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
+   <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
+   <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
+   <code class=no-backref title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
+   <code class=no-backref title=attr-input-required><a href=#attr-input-required>required</a></code>
+   <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
 
-  <p>The <code class=no-backref title=event-input-input><a href=#event-input-input>input</a></code> and <code class=no-backref title=event-input-change><a href=#event-input-change>change</a></code> events do not fire.</p>
+   <p>The following DOM attributes and methods do not apply to the element:
+   <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
+   <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
+   <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
+   <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> and
+   <code class=no-backref title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> DOM attributes;
+   <code class=no-backref title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
+   <code class=no-backref title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
 
+   <p>The <code class=no-backref title=event-input-input><a href=#event-input-input>input</a></code> and <code class=no-backref title=event-input-change><a href=#event-input-change>change</a></code> events do not fire.</p>
 
+  </div>
 
+
   <h6 id=button-state><span class=secno>4.10.4.1.20 </span><dfn title=attr-input-type-button>Button</dfn> state</h6>
 
   <p>When an <code><a href=#the-input-element>input</a></code> element's <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#button-state title=attr-input-type-button>Button</a> state, the rules in
@@ -25651,40 +25710,44 @@
   <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute
   applies to this element and is in mode <a href=#dom-input-value-default title=dom-input-value-default>default</a>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
-  <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
-  <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
-  <code class=no-backref title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
-  <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
-  <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
-  <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
-  <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
-  <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
-  <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
-  <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
-  <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
-  <code class=no-backref title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
-  <code class=no-backref title=attr-input-required><a href=#attr-input-required>required</a></code>
-  <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
-  <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
-  <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
-  <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
+  <div class=bookkeeping>
 
-  <p>The following DOM attributes and methods do not apply to the element:
-  <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
-  <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
-  <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
-  <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> and
-  <code class=no-backref title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> DOM attributes;
-  <code class=no-backref title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
-  <code class=no-backref title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class=no-backref title=attr-input-accept><a href=#attr-input-accept>accept</a></code>,
+   <code class=no-backref title=attr-fs-action><a href=#attr-fs-action>action</a></code>,
+   <code class=no-backref title=attr-input-alt><a href=#attr-input-alt>alt</a></code>,
+   <code class=no-backref title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>,
+   <code class=no-backref title=attr-input-checked><a href=#attr-input-checked>checked</a></code>,
+   <code class=no-backref title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>,
+   <code class=no-backref title=attr-input-list><a href=#attr-input-list>list</a></code>,
+   <code class=no-backref title=attr-input-max><a href=#attr-input-max>max</a></code>,
+   <code class=no-backref title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>,
+   <code class=no-backref title=attr-fs-method><a href=#attr-fs-method>method</a></code>,
+   <code class=no-backref title=attr-input-min><a href=#attr-input-min>min</a></code>,
+   <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
+   <code class=no-backref title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>,
+   <code class=no-backref title=attr-input-required><a href=#attr-input-required>required</a></code>
+   <code class=no-backref title=attr-input-size><a href=#attr-input-size>size</a></code>,
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>, and
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>.</p>
 
-  <p>The <code class=no-backref title=event-input-input><a href=#event-input-input>input</a></code> and <code class=no-backref title=event-input-change><a href=#event-input-change>change</a></code> events do not fire.</p>
+   <p>The following DOM attributes and methods do not apply to the element:
+   <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
+   <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
+   <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
+   <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> and
+   <code class=no-backref title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> DOM attributes;
+   <code class=no-backref title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
+   <code class=no-backref title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
 
+   <p>The <code class=no-backref title=event-input-input><a href=#event-input-input>input</a></code> and <code class=no-backref title=event-input-change><a href=#event-input-change>change</a></code> events do not fire.</p>
 
+  </div>
 
+
+
   <h6 id=common-algorithms><span class=secno>4.10.4.1.21 </span>Common algorithms</h6>
 
   <p>When a user agent is to <dfn id=strip-line-breaks-from-the-value>strip line breaks from the

Modified: source
===================================================================
--- source	2008-10-08 23:57:07 UTC (rev 2305)
+++ source	2008-10-09 00:13:06 UTC (rev 2306)
@@ -26593,47 +26593,51 @@
   <code title="attr-input-value">value</code> attribute must be
   omitted.</p>
 
-  <p>The 
-  <code title="dom-input-value">value</code>
-  DOM attribute applies to this element and is
-  in mode <span title="dom-input-value-value">value</span>.</p>
+  <div class="bookkeeping">
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class="no-backref" title="attr-input-accept">accept</code>,
-  <code class="no-backref" title="attr-fs-action">action</code>,
-  <code class="no-backref" title="attr-input-alt">alt</code>,
-  <code class="no-backref" title="attr-input-autocomplete">autocomplete</code>,
-  <code class="no-backref" title="attr-input-checked">checked</code>,
-  <code class="no-backref" title="attr-fs-enctype">enctype</code>,
-  <code class="no-backref" title="attr-input-list">list</code>,
-  <code class="no-backref" title="attr-input-max">max</code>,
-  <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-  <code class="no-backref" title="attr-fs-method">method</code>,
-  <code class="no-backref" title="attr-input-min">min</code>,
-  <code class="no-backref" title="attr-input-pattern">pattern</code>,
-  <code class="no-backref" title="attr-input-readonly">readonly</code>,
-  <code class="no-backref" title="attr-input-required">required</code>,
-  <code class="no-backref" title="attr-input-size">size</code>,
-  <code class="no-backref" title="attr-input-src">src</code>,
-  <code class="no-backref" title="attr-input-step">step</code>, and
-  <code class="no-backref" title="attr-fs-target">target</code>.</p>
+   <p>The 
+   <code title="dom-input-value">value</code>
+   DOM attribute applies to this element and is
+   in mode <span title="dom-input-value-value">value</span>.</p>
 
-  <p>The following DOM attributes and methods do not apply to the
-  element:
-  <code class="no-backref" title="dom-input-checked">checked</code>,
-  <code class="no-backref" title="dom-input-list">list</code>,
-  <code class="no-backref" title="dom-input-selectedOption">selectedOption</code>,
-  <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code>, and
-  <code class="no-backref" title="dom-input-valueAsNumber">valueAsNumber</code> DOM attributes
-  <code class="no-backref" title="dom-input-stepUp">stepUp()</code>, and
-  <code class="no-backref" title="dom-input-stepDown">stepDown()</code> methods.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class="no-backref" title="attr-input-accept">accept</code>,
+   <code class="no-backref" title="attr-fs-action">action</code>,
+   <code class="no-backref" title="attr-input-alt">alt</code>,
+   <code class="no-backref" title="attr-input-autocomplete">autocomplete</code>,
+   <code class="no-backref" title="attr-input-checked">checked</code>,
+   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-input-list">list</code>,
+   <code class="no-backref" title="attr-input-max">max</code>,
+   <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
+   <code class="no-backref" title="attr-fs-method">method</code>,
+   <code class="no-backref" title="attr-input-min">min</code>,
+   <code class="no-backref" title="attr-input-pattern">pattern</code>,
+   <code class="no-backref" title="attr-input-readonly">readonly</code>,
+   <code class="no-backref" title="attr-input-required">required</code>,
+   <code class="no-backref" title="attr-input-size">size</code>,
+   <code class="no-backref" title="attr-input-src">src</code>,
+   <code class="no-backref" title="attr-input-step">step</code>, and
+   <code class="no-backref" title="attr-fs-target">target</code>.</p>
 
-  <p>The <code class="no-backref"
-  title="event-input-input">input</code> and <code class="no-backref"
-  title="event-input-change">change</code> events do not fire.</p>
+   <p>The following DOM attributes and methods do not apply to the
+   element:
+   <code class="no-backref" title="dom-input-checked">checked</code>,
+   <code class="no-backref" title="dom-input-list">list</code>,
+   <code class="no-backref" title="dom-input-selectedOption">selectedOption</code>,
+   <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber">valueAsNumber</code> DOM attributes
+   <code class="no-backref" title="dom-input-stepUp">stepUp()</code>, and
+   <code class="no-backref" title="dom-input-stepDown">stepDown()</code> methods.</p>
 
+   <p>The <code class="no-backref"
+   title="event-input-input">input</code> and <code class="no-backref"
+   title="event-input-change">change</code> events do not fire.</p>
 
+  </div>
+
+
   <h6><dfn title="attr-input-type-text">Text</dfn> state</h6>
 
   <p>When an <code>input</code> element's <code
@@ -26654,49 +26658,52 @@
   <p><strong>The <span>value sanitization algorithm</span> is as
   follows:</strong> <span>Strip line breaks from the value</span>.</p>
 
-  <p>The following common <code>input</code> element content
-  attributes and DOM attributes apply to the element:
-  <code title="attr-input-autocomplete">autocomplete</code>,
-  <code title="attr-input-list">list</code>,
-  <code title="attr-input-maxlength">maxlength</code>,
-  <code title="attr-input-pattern">pattern</code>,
-  <code title="attr-input-readonly">readonly</code>,
-  <code title="attr-input-required">required</code>, and
-  <code title="attr-input-size">size</code> content attributes;
-  <code title="dom-input-list">list</code>,
-  <code title="dom-input-selectedOption">selectedOption</code>, and
-  <code title="dom-input-value">value</code> DOM attributes.
+  <div class="bookkeeping">
 
-  <p>The <code title="dom-input-value">value</code> DOM attribute is
-  in mode <span title="dom-input-value-value">value</span>.</p>
+   <p>The following common <code>input</code> element content
+   attributes and DOM attributes apply to the element:
+   <code title="attr-input-autocomplete">autocomplete</code>,
+   <code title="attr-input-list">list</code>,
+   <code title="attr-input-maxlength">maxlength</code>,
+   <code title="attr-input-pattern">pattern</code>,
+   <code title="attr-input-readonly">readonly</code>,
+   <code title="attr-input-required">required</code>, and
+   <code title="attr-input-size">size</code> content attributes;
+   <code title="dom-input-list">list</code>,
+   <code title="dom-input-selectedOption">selectedOption</code>, and
+   <code title="dom-input-value">value</code> DOM attributes.
 
-  <p>The <code title="event-input-input">input</code> and <code
-  title="event-input-change">change</code> events apply.</p>
+   <p>The <code title="dom-input-value">value</code> DOM attribute is
+   in mode <span title="dom-input-value-value">value</span>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class="no-backref" title="attr-input-accept">accept</code>,
-  <code class="no-backref" title="attr-fs-action">action</code>,
-  <code class="no-backref" title="attr-input-alt">alt</code>,
-  <code class="no-backref" title="attr-input-checked">checked</code>,
-  <code class="no-backref" title="attr-fs-enctype">enctype</code>,
-  <code class="no-backref" title="attr-input-max">max</code>,
-  <code class="no-backref" title="attr-fs-method">method</code>,
-  <code class="no-backref" title="attr-input-min">min</code>,
-  <code class="no-backref" title="attr-input-src">src</code>,
-  <code class="no-backref" title="attr-input-step">step</code>, and
-  <code class="no-backref" title="attr-fs-target">target</code>.</p>
+   <p>The <code title="event-input-input">input</code> and <code
+   title="event-input-change">change</code> events apply.</p>
 
-  <p>The following DOM attributes and methods do not apply to the
-  element:
-  <code class="no-backref" title="dom-input-checked">checked</code>,
-  <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code>, and
-  <code class="no-backref" title="dom-input-valueAsNumber">valueAsNumber</code> DOM attributes
-  <code class="no-backref" title="dom-input-stepUp">stepUp()</code>, and
-  <code class="no-backref" title="dom-input-stepDown">stepDown()</code> methods.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class="no-backref" title="attr-input-accept">accept</code>,
+   <code class="no-backref" title="attr-fs-action">action</code>,
+   <code class="no-backref" title="attr-input-alt">alt</code>,
+   <code class="no-backref" title="attr-input-checked">checked</code>,
+   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-input-max">max</code>,
+   <code class="no-backref" title="attr-fs-method">method</code>,
+   <code class="no-backref" title="attr-input-min">min</code>,
+   <code class="no-backref" title="attr-input-src">src</code>,
+   <code class="no-backref" title="attr-input-step">step</code>, and
+   <code class="no-backref" title="attr-fs-target">target</code>.</p>
 
+   <p>The following DOM attributes and methods do not apply to the
+   element:
+   <code class="no-backref" title="dom-input-checked">checked</code>,
+   <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber">valueAsNumber</code> DOM attributes
+   <code class="no-backref" title="dom-input-stepUp">stepUp()</code>, and
+   <code class="no-backref" title="dom-input-stepDown">stepDown()</code> methods.</p>
 
+  </div>
 
+
   <h6><dfn title="attr-input-type-email">E-mail</dfn> state</h6>
 
   <p>When an <code>input</code> element's <code
@@ -26731,49 +26738,52 @@
   from a type mismatch</span>. <a
   href="#refsRFC2822">[RFC2822]</a></p>
 
-  <p>The following common <code>input</code> element content
-  attributes and DOM attributes apply to the element:
-  <code title="attr-input-autocomplete">autocomplete</code>,
-  <code title="attr-input-list">list</code>,
-  <code title="attr-input-maxlength">maxlength</code>,
-  <code title="attr-input-pattern">pattern</code>,
-  <code title="attr-input-readonly">readonly</code>,
-  <code title="attr-input-required">required</code>, and
-  <code title="attr-input-size">size</code> content attributes;
-  <code title="dom-input-list">list</code>,
-  <code title="dom-input-selectedOption">selectedOption</code>, and
-  <code title="dom-input-value">value</code> DOM attributes.
+  <div class="bookkeeping">
 
-  <p>The <code title="dom-input-value">value</code> DOM attribute is
-  in mode <span title="dom-input-value-value">value</span>.</p>
+   <p>The following common <code>input</code> element content
+   attributes and DOM attributes apply to the element:
+   <code title="attr-input-autocomplete">autocomplete</code>,
+   <code title="attr-input-list">list</code>,
+   <code title="attr-input-maxlength">maxlength</code>,
+   <code title="attr-input-pattern">pattern</code>,
+   <code title="attr-input-readonly">readonly</code>,
+   <code title="attr-input-required">required</code>, and
+   <code title="attr-input-size">size</code> content attributes;
+   <code title="dom-input-list">list</code>,
+   <code title="dom-input-selectedOption">selectedOption</code>, and
+   <code title="dom-input-value">value</code> DOM attributes.
 
-  <p>The <code title="event-input-input">input</code> and <code
-  title="event-input-change">change</code> events apply.</p>
+   <p>The <code title="dom-input-value">value</code> DOM attribute is
+   in mode <span title="dom-input-value-value">value</span>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class="no-backref" title="attr-input-accept">accept</code>,
-  <code class="no-backref" title="attr-fs-action">action</code>,
-  <code class="no-backref" title="attr-input-alt">alt</code>,
-  <code class="no-backref" title="attr-input-checked">checked</code>,
-  <code class="no-backref" title="attr-fs-enctype">enctype</code>,
-  <code class="no-backref" title="attr-input-max">max</code>,
-  <code class="no-backref" title="attr-fs-method">method</code>,
-  <code class="no-backref" title="attr-input-min">min</code>,
-  <code class="no-backref" title="attr-input-src">src</code>,
-  <code class="no-backref" title="attr-input-step">step</code>, and
-  <code class="no-backref" title="attr-fs-target">target</code>.</p>
+   <p>The <code title="event-input-input">input</code> and <code
+   title="event-input-change">change</code> events apply.</p>
 
-  <p>The following DOM attributes and methods do not apply to the
-  element:
-  <code class="no-backref" title="dom-input-checked">checked</code>,
-  <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code>, and
-  <code class="no-backref" title="dom-input-valueAsNumber">valueAsNumber</code> DOM attributes;
-  <code class="no-backref" title="dom-input-stepUp">stepUp()</code>, and
-  <code class="no-backref" title="dom-input-stepDown">stepDown()</code> methods.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class="no-backref" title="attr-input-accept">accept</code>,
+   <code class="no-backref" title="attr-fs-action">action</code>,
+   <code class="no-backref" title="attr-input-alt">alt</code>,
+   <code class="no-backref" title="attr-input-checked">checked</code>,
+   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-input-max">max</code>,
+   <code class="no-backref" title="attr-fs-method">method</code>,
+   <code class="no-backref" title="attr-input-min">min</code>,
+   <code class="no-backref" title="attr-input-src">src</code>,
+   <code class="no-backref" title="attr-input-step">step</code>, and
+   <code class="no-backref" title="attr-fs-target">target</code>.</p>
 
+   <p>The following DOM attributes and methods do not apply to the
+   element:
+   <code class="no-backref" title="dom-input-checked">checked</code>,
+   <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber">valueAsNumber</code> DOM attributes;
+   <code class="no-backref" title="dom-input-stepUp">stepUp()</code>, and
+   <code class="no-backref" title="dom-input-stepDown">stepDown()</code> methods.</p>
 
+  </div>
 
+
   <h6><dfn title="attr-input-type-url">URL</dfn> state</h6>
 
   <p>When an <code>input</code> element's <code
@@ -26804,49 +26814,52 @@
   <span>valid URL</span>, the element is <span>suffering from a type
   mismatch</span>.</p>
 
-  <p>The following common <code>input</code> element content
-  attributes and DOM attributes apply to the element:
-  <code title="attr-input-autocomplete">autocomplete</code>,
-  <code title="attr-input-list">list</code>,
-  <code title="attr-input-maxlength">maxlength</code>,
-  <code title="attr-input-pattern">pattern</code>,
-  <code title="attr-input-readonly">readonly</code>,
-  <code title="attr-input-required">required</code>, and
-  <code title="attr-input-size">size</code> content attributes;
-  <code title="dom-input-list">list</code>,
-  <code title="dom-input-selectedOption">selectedOption</code>, and
-  <code title="dom-input-value">value</code> DOM attributes.
+  <div class="bookkeeping">
 
-  <p>The <code title="dom-input-value">value</code> DOM attribute is
-  in mode <span title="dom-input-value-value">value</span>.</p>
+   <p>The following common <code>input</code> element content
+   attributes and DOM attributes apply to the element:
+   <code title="attr-input-autocomplete">autocomplete</code>,
+   <code title="attr-input-list">list</code>,
+   <code title="attr-input-maxlength">maxlength</code>,
+   <code title="attr-input-pattern">pattern</code>,
+   <code title="attr-input-readonly">readonly</code>,
+   <code title="attr-input-required">required</code>, and
+   <code title="attr-input-size">size</code> content attributes;
+   <code title="dom-input-list">list</code>,
+   <code title="dom-input-selectedOption">selectedOption</code>, and
+   <code title="dom-input-value">value</code> DOM attributes.
 
-  <p>The <code title="event-input-input">input</code> and <code
-  title="event-input-change">change</code> events apply.</p>
+   <p>The <code title="dom-input-value">value</code> DOM attribute is
+   in mode <span title="dom-input-value-value">value</span>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class="no-backref" title="attr-input-accept">accept</code>,
-  <code class="no-backref" title="attr-fs-action">action</code>,
-  <code class="no-backref" title="attr-input-alt">alt</code>,
-  <code class="no-backref" title="attr-input-checked">checked</code>,
-  <code class="no-backref" title="attr-fs-enctype">enctype</code>,
-  <code class="no-backref" title="attr-input-max">max</code>,
-  <code class="no-backref" title="attr-fs-method">method</code>,
-  <code class="no-backref" title="attr-input-min">min</code>,
-  <code class="no-backref" title="attr-input-src">src</code>,
-  <code class="no-backref" title="attr-input-step">step</code>, and
-  <code class="no-backref" title="attr-fs-target">target</code>.</p>
+   <p>The <code title="event-input-input">input</code> and <code
+   title="event-input-change">change</code> events apply.</p>
 
-  <p>The following DOM attributes and methods do not apply to the
-  element:
-  <code class="no-backref" title="dom-input-checked">checked</code>,
-  <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code>, and
-  <code class="no-backref" title="dom-input-valueAsNumber">valueAsNumber</code> DOM attributes;
-  <code class="no-backref" title="dom-input-stepUp">stepUp()</code>, and
-  <code class="no-backref" title="dom-input-stepDown">stepDown()</code> methods.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class="no-backref" title="attr-input-accept">accept</code>,
+   <code class="no-backref" title="attr-fs-action">action</code>,
+   <code class="no-backref" title="attr-input-alt">alt</code>,
+   <code class="no-backref" title="attr-input-checked">checked</code>,
+   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-input-max">max</code>,
+   <code class="no-backref" title="attr-fs-method">method</code>,
+   <code class="no-backref" title="attr-input-min">min</code>,
+   <code class="no-backref" title="attr-input-src">src</code>,
+   <code class="no-backref" title="attr-input-step">step</code>, and
+   <code class="no-backref" title="attr-fs-target">target</code>.</p>
 
+   <p>The following DOM attributes and methods do not apply to the
+   element:
+   <code class="no-backref" title="dom-input-checked">checked</code>,
+   <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber">valueAsNumber</code> DOM attributes;
+   <code class="no-backref" title="dom-input-stepUp">stepUp()</code>, and
+   <code class="no-backref" title="dom-input-stepDown">stepDown()</code> methods.</p>
 
+  </div>
 
+
   <h6><dfn title="attr-input-type-password">Password</dfn> state</h6>
 
   <p>When an <code>input</code> element's <code
@@ -26868,46 +26881,49 @@
   <p><strong>The <span>value sanitization algorithm</span> is as
   follows:</strong> <span>Strip line breaks from the value</span>.</p>
 
-  <p>The following common <code>input</code> element content
-  attributes and DOM attributes apply to the element:
-  <code title="attr-input-autocomplete">autocomplete</code>,
-  <code title="attr-input-maxlength">maxlength</code>,
-  <code title="attr-input-pattern">pattern</code>,
-  <code title="attr-input-readonly">readonly</code>,
-  <code title="attr-input-required">required</code>, and
-  <code title="attr-input-size">size</code> content attributes;
-  <code title="attr-input-value">value</code> DOM attribute.</p>
+  <div class="bookkeeping">
 
-  <p>The <code title="event-input-input">input</code> and <code
-  title="event-input-change">change</code> events apply.</p>
+   <p>The following common <code>input</code> element content
+   attributes and DOM attributes apply to the element:
+   <code title="attr-input-autocomplete">autocomplete</code>,
+   <code title="attr-input-maxlength">maxlength</code>,
+   <code title="attr-input-pattern">pattern</code>,
+   <code title="attr-input-readonly">readonly</code>,
+   <code title="attr-input-required">required</code>, and
+   <code title="attr-input-size">size</code> content attributes;
+   <code title="attr-input-value">value</code> DOM attribute.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class="no-backref" title="attr-input-accept">accept</code>,
-  <code class="no-backref" title="attr-fs-action">action</code>,
-  <code class="no-backref" title="attr-input-alt">alt</code>,
-  <code class="no-backref" title="attr-input-checked">checked</code>,
-  <code class="no-backref" title="attr-fs-enctype">enctype</code>,
-  <code class="no-backref" title="attr-input-list">list</code>,
-  <code class="no-backref" title="attr-input-max">max</code>,
-  <code class="no-backref" title="attr-fs-method">method</code>,
-  <code class="no-backref" title="attr-input-min">min</code>,
-  <code class="no-backref" title="attr-input-src">src</code>,
-  <code class="no-backref" title="attr-input-step">step</code>, and
-  <code class="no-backref" title="attr-fs-target">target</code>.</p>
+   <p>The <code title="event-input-input">input</code> and <code
+   title="event-input-change">change</code> events apply.</p>
 
-  <p>The following DOM attributes and methods do not apply to the
-  element:
-  <code class="no-backref" title="dom-input-checked">checked</code>,
-  <code class="no-backref" title="dom-input-list">list</code>,
-  <code class="no-backref" title="dom-input-selectedOption">selectedOption</code>,
-  <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code>, and
-  <code class="no-backref" title="dom-input-valueAsNumber">valueAsNumber</code> DOM attributes;
-  <code class="no-backref" title="dom-input-stepUp">stepUp()</code>, and
-  <code class="no-backref" title="dom-input-stepDown">stepDown()</code> methods.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class="no-backref" title="attr-input-accept">accept</code>,
+   <code class="no-backref" title="attr-fs-action">action</code>,
+   <code class="no-backref" title="attr-input-alt">alt</code>,
+   <code class="no-backref" title="attr-input-checked">checked</code>,
+   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-input-list">list</code>,
+   <code class="no-backref" title="attr-input-max">max</code>,
+   <code class="no-backref" title="attr-fs-method">method</code>,
+   <code class="no-backref" title="attr-input-min">min</code>,
+   <code class="no-backref" title="attr-input-src">src</code>,
+   <code class="no-backref" title="attr-input-step">step</code>, and
+   <code class="no-backref" title="attr-fs-target">target</code>.</p>
 
+   <p>The following DOM attributes and methods do not apply to the
+   element:
+   <code class="no-backref" title="dom-input-checked">checked</code>,
+   <code class="no-backref" title="dom-input-list">list</code>,
+   <code class="no-backref" title="dom-input-selectedOption">selectedOption</code>,
+   <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber">valueAsNumber</code> DOM attributes;
+   <code class="no-backref" title="dom-input-stepUp">stepUp()</code>, and
+   <code class="no-backref" title="dom-input-stepDown">stepDown()</code> methods.</p>
 
+  </div>
 
+
   <h6><dfn title="attr-input-type-datetime">Date and Time</dfn> state</h6>
 
   <p>When an <code>input</code> element's <code
@@ -27001,49 +27017,52 @@
   title="concept-datetime">date and time in UTC</span> that is
   represented by <var title="">input</var>.</p>
 
-  <p>The following common <code>input</code> element content
-  attributes, DOM attributes, and methods apply to the element:
-  <code title="attr-input-autocomplete">autocomplete</code>,
-  <code title="attr-input-list">list</code>,
-  <code title="attr-input-max">max</code>,
-  <code title="attr-input-min">min</code>,
-  <code title="attr-input-readonly">readonly</code>,
-  <code title="attr-input-required">required</code>, and
-  <code title="attr-input-step">step</code> content attributes;
-  <code title="dom-input-list">list</code>,
-  <code title="dom-input-value">value</code>,
-  <code title="dom-input-valueAsDate">valueAsDate</code>,
-  <code title="dom-input-valueAsNumber">valueAsNumber</code>, and
-  <code title="dom-input-selectedOption">selectedOption</code> DOM attributes;
-  <code title="dom-input-stepUp">stepUp()</code>, and
-  <code title="dom-input-stepDown">stepDown()</code> methods.</p>
+  <div class="bookkeeping">
 
-  <p>The <code title="dom-input-value">value</code> DOM attribute is
-  in mode <span title="dom-input-value-value">value</span>.</p>
+   <p>The following common <code>input</code> element content
+   attributes, DOM attributes, and methods apply to the element:
+   <code title="attr-input-autocomplete">autocomplete</code>,
+   <code title="attr-input-list">list</code>,
+   <code title="attr-input-max">max</code>,
+   <code title="attr-input-min">min</code>,
+   <code title="attr-input-readonly">readonly</code>,
+   <code title="attr-input-required">required</code>, and
+   <code title="attr-input-step">step</code> content attributes;
+   <code title="dom-input-list">list</code>,
+   <code title="dom-input-value">value</code>,
+   <code title="dom-input-valueAsDate">valueAsDate</code>,
+   <code title="dom-input-valueAsNumber">valueAsNumber</code>, and
+   <code title="dom-input-selectedOption">selectedOption</code> DOM attributes;
+   <code title="dom-input-stepUp">stepUp()</code>, and
+   <code title="dom-input-stepDown">stepDown()</code> methods.</p>
 
-  <p>The <code title="event-input-input">input</code> and <code
-  title="event-input-change">change</code> events apply.</p>
+   <p>The <code title="dom-input-value">value</code> DOM attribute is
+   in mode <span title="dom-input-value-value">value</span>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class="no-backref" title="attr-input-accept">accept</code>,
-  <code class="no-backref" title="attr-input-alt">alt</code>,
-  <code class="no-backref" title="attr-fs-action">action</code>,
-  <code class="no-backref" title="attr-input-checked">checked</code>,
-  <code class="no-backref" title="attr-fs-enctype">enctype</code>,
-  <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-  <code class="no-backref" title="attr-fs-method">method</code>,
-  <code class="no-backref" title="attr-input-pattern">pattern</code>,
-  <code class="no-backref" title="attr-input-size">size</code>,
-  <code class="no-backref" title="attr-input-src">src</code>, and
-  <code class="no-backref" title="attr-fs-target">target</code>.</p>
+   <p>The <code title="event-input-input">input</code> and <code
+   title="event-input-change">change</code> events apply.</p>
 
-  <p>The
-  <code class="no-backref" title="dom-input-checked">checked</code>
-  DOM attribute does not apply to the element.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class="no-backref" title="attr-input-accept">accept</code>,
+   <code class="no-backref" title="attr-input-alt">alt</code>,
+   <code class="no-backref" title="attr-fs-action">action</code>,
+   <code class="no-backref" title="attr-input-checked">checked</code>,
+   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
+   <code class="no-backref" title="attr-fs-method">method</code>,
+   <code class="no-backref" title="attr-input-pattern">pattern</code>,
+   <code class="no-backref" title="attr-input-size">size</code>,
+   <code class="no-backref" title="attr-input-src">src</code>, and
+   <code class="no-backref" title="attr-fs-target">target</code>.</p>
 
+   <p>The
+   <code class="no-backref" title="dom-input-checked">checked</code>
+   DOM attribute does not apply to the element.</p>
 
+  </div>
 
+
   <h6><dfn title="attr-input-type-date">Date</dfn> state</h6>
 
   <p>When an <code>input</code> element's <code
@@ -27133,49 +27152,52 @@
   time represented by <var title="">input</var> in the UTC
   timezone.</p>
 
-  <p>The following common <code>input</code> element content
-  attributes, DOM attributes, and methods apply to the element:
-  <code title="attr-input-autocomplete">autocomplete</code>,
-  <code title="attr-input-list">list</code>,
-  <code title="attr-input-max">max</code>,
-  <code title="attr-input-min">min</code>,
-  <code title="attr-input-readonly">readonly</code>,
-  <code title="attr-input-required">required</code>, and
-  <code title="attr-input-step">step</code> content attributes;
-  <code title="dom-input-list">list</code>,
-  <code title="dom-input-value">value</code>,
-  <code title="dom-input-valueAsDate">valueAsDate</code>,
-  <code title="dom-input-valueAsNumber">valueAsNumber</code>, and
-  <code title="dom-input-selectedOption">selectedOption</code> DOM attributes;
-  <code title="dom-input-stepUp">stepUp()</code>, and
-  <code title="dom-input-stepDown">stepDown()</code> methods.</p>
+  <div class="bookkeeping">
 
-  <p>The <code title="dom-input-value">value</code> DOM attribute is
-  in mode <span title="dom-input-value-value">value</span>.</p>
+   <p>The following common <code>input</code> element content
+   attributes, DOM attributes, and methods apply to the element:
+   <code title="attr-input-autocomplete">autocomplete</code>,
+   <code title="attr-input-list">list</code>,
+   <code title="attr-input-max">max</code>,
+   <code title="attr-input-min">min</code>,
+   <code title="attr-input-readonly">readonly</code>,
+   <code title="attr-input-required">required</code>, and
+   <code title="attr-input-step">step</code> content attributes;
+   <code title="dom-input-list">list</code>,
+   <code title="dom-input-value">value</code>,
+   <code title="dom-input-valueAsDate">valueAsDate</code>,
+   <code title="dom-input-valueAsNumber">valueAsNumber</code>, and
+   <code title="dom-input-selectedOption">selectedOption</code> DOM attributes;
+   <code title="dom-input-stepUp">stepUp()</code>, and
+   <code title="dom-input-stepDown">stepDown()</code> methods.</p>
 
-  <p>The <code title="event-input-input">input</code> and <code
-  title="event-input-change">change</code> events apply.</p>
+   <p>The <code title="dom-input-value">value</code> DOM attribute is
+   in mode <span title="dom-input-value-value">value</span>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class="no-backref" title="attr-input-accept">accept</code>,
-  <code class="no-backref" title="attr-fs-action">action</code>,
-  <code class="no-backref" title="attr-input-alt">alt</code>,
-  <code class="no-backref" title="attr-input-checked">checked</code>,
-  <code class="no-backref" title="attr-fs-enctype">enctype</code>,
-  <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-  <code class="no-backref" title="attr-fs-method">method</code>,
-  <code class="no-backref" title="attr-input-pattern">pattern</code>,
-  <code class="no-backref" title="attr-input-size">size</code>,
-  <code class="no-backref" title="attr-input-src">src</code>, and
-  <code class="no-backref" title="attr-fs-target">target</code>.</p>
+   <p>The <code title="event-input-input">input</code> and <code
+   title="event-input-change">change</code> events apply.</p>
 
-  <p>The
-  <code class="no-backref" title="dom-input-checked">checked</code>
-  DOM attribute does not apply to the element.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class="no-backref" title="attr-input-accept">accept</code>,
+   <code class="no-backref" title="attr-fs-action">action</code>,
+   <code class="no-backref" title="attr-input-alt">alt</code>,
+   <code class="no-backref" title="attr-input-checked">checked</code>,
+   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
+   <code class="no-backref" title="attr-fs-method">method</code>,
+   <code class="no-backref" title="attr-input-pattern">pattern</code>,
+   <code class="no-backref" title="attr-input-size">size</code>,
+   <code class="no-backref" title="attr-input-src">src</code>, and
+   <code class="no-backref" title="attr-fs-target">target</code>.</p>
 
+   <p>The
+   <code class="no-backref" title="dom-input-checked">checked</code>
+   DOM attribute does not apply to the element.</p>
 
+  </div>
 
+
   <h6><dfn title="attr-input-type-month">Month</dfn> state</h6>
 
   <p>When an <code>input</code> element's <code
@@ -27267,49 +27289,52 @@
   the time represented by <var title="">input</var> in the UTC
   timezone.</p>
 
-  <p>The following common <code>input</code> element content
-  attributes, DOM attributes, and methods apply to the element:
-  <code title="attr-input-autocomplete">autocomplete</code>,
-  <code title="attr-input-list">list</code>,
-  <code title="attr-input-max">max</code>,
-  <code title="attr-input-min">min</code>,
-  <code title="attr-input-readonly">readonly</code>,
-  <code title="attr-input-required">required</code>, and
-  <code title="attr-input-step">step</code> content attributes;
-  <code title="dom-input-list">list</code>,
-  <code title="dom-input-value">value</code>,
-  <code title="dom-input-valueAsDate">valueAsDate</code>,
-  <code title="dom-input-valueAsNumber">valueAsNumber</code>, and
-  <code title="dom-input-selectedOption">selectedOption</code> DOM attributes;
-  <code title="dom-input-stepUp">stepUp()</code>, and
-  <code title="dom-input-stepDown">stepDown()</code> methods.</p>
+  <div class="bookkeeping">
 
-  <p>The <code title="dom-input-value">value</code> DOM attribute is
-  in mode <span title="dom-input-value-value">value</span>.</p>
+   <p>The following common <code>input</code> element content
+   attributes, DOM attributes, and methods apply to the element:
+   <code title="attr-input-autocomplete">autocomplete</code>,
+   <code title="attr-input-list">list</code>,
+   <code title="attr-input-max">max</code>,
+   <code title="attr-input-min">min</code>,
+   <code title="attr-input-readonly">readonly</code>,
+   <code title="attr-input-required">required</code>, and
+   <code title="attr-input-step">step</code> content attributes;
+   <code title="dom-input-list">list</code>,
+   <code title="dom-input-value">value</code>,
+   <code title="dom-input-valueAsDate">valueAsDate</code>,
+   <code title="dom-input-valueAsNumber">valueAsNumber</code>, and
+   <code title="dom-input-selectedOption">selectedOption</code> DOM attributes;
+   <code title="dom-input-stepUp">stepUp()</code>, and
+   <code title="dom-input-stepDown">stepDown()</code> methods.</p>
 
-  <p>The <code title="event-input-input">input</code> and <code
-  title="event-input-change">change</code> events apply.</p>
+   <p>The <code title="dom-input-value">value</code> DOM attribute is
+   in mode <span title="dom-input-value-value">value</span>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class="no-backref" title="attr-input-accept">accept</code>,
-  <code class="no-backref" title="attr-fs-action">action</code>,
-  <code class="no-backref" title="attr-input-alt">alt</code>,
-  <code class="no-backref" title="attr-input-checked">checked</code>,
-  <code class="no-backref" title="attr-fs-enctype">enctype</code>,
-  <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-  <code class="no-backref" title="attr-fs-method">method</code>,
-  <code class="no-backref" title="attr-input-pattern">pattern</code>,
-  <code class="no-backref" title="attr-input-size">size</code>,
-  <code class="no-backref" title="attr-input-src">src</code>, and
-  <code class="no-backref" title="attr-fs-target">target</code>.</p>
+   <p>The <code title="event-input-input">input</code> and <code
+   title="event-input-change">change</code> events apply.</p>
 
-  <p>The
-  <code class="no-backref" title="dom-input-checked">checked</code>
-  DOM attribute does not apply to the element.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class="no-backref" title="attr-input-accept">accept</code>,
+   <code class="no-backref" title="attr-fs-action">action</code>,
+   <code class="no-backref" title="attr-input-alt">alt</code>,
+   <code class="no-backref" title="attr-input-checked">checked</code>,
+   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
+   <code class="no-backref" title="attr-fs-method">method</code>,
+   <code class="no-backref" title="attr-input-pattern">pattern</code>,
+   <code class="no-backref" title="attr-input-size">size</code>,
+   <code class="no-backref" title="attr-input-src">src</code>, and
+   <code class="no-backref" title="attr-fs-target">target</code>.</p>
 
+   <p>The
+   <code class="no-backref" title="dom-input-checked">checked</code>
+   DOM attribute does not apply to the element.</p>
 
+  </div>
 
+
   <h6><dfn title="attr-input-type-week">Week</dfn> state</h6>
 
   <p>When an <code>input</code> element's <code
@@ -27400,49 +27425,52 @@
   time represented by <var title="">input</var> in the UTC
   timezone.</p>
 
-  <p>The following common <code>input</code> element content
-  attributes, DOM attributes, and methods apply to the element:
-  <code title="attr-input-autocomplete">autocomplete</code>,
-  <code title="attr-input-list">list</code>,
-  <code title="attr-input-max">max</code>,
-  <code title="attr-input-min">min</code>,
-  <code title="attr-input-readonly">readonly</code>,
-  <code title="attr-input-required">required</code>, and
-  <code title="attr-input-step">step</code> content attributes;
-  <code title="dom-input-list">list</code>,
-  <code title="dom-input-value">value</code>,
-  <code title="dom-input-valueAsDate">valueAsDate</code>,
-  <code title="dom-input-valueAsNumber">valueAsNumber</code>, and
-  <code title="dom-input-selectedOption">selectedOption</code> DOM attributes;
-  <code title="dom-input-stepUp">stepUp()</code>, and
-  <code title="dom-input-stepDown">stepDown()</code> methods.</p>
+  <div class="bookkeeping">
 
-  <p>The <code title="dom-input-value">value</code> DOM attribute is
-  in mode <span title="dom-input-value-value">value</span>.</p>
+   <p>The following common <code>input</code> element content
+   attributes, DOM attributes, and methods apply to the element:
+   <code title="attr-input-autocomplete">autocomplete</code>,
+   <code title="attr-input-list">list</code>,
+   <code title="attr-input-max">max</code>,
+   <code title="attr-input-min">min</code>,
+   <code title="attr-input-readonly">readonly</code>,
+   <code title="attr-input-required">required</code>, and
+   <code title="attr-input-step">step</code> content attributes;
+   <code title="dom-input-list">list</code>,
+   <code title="dom-input-value">value</code>,
+   <code title="dom-input-valueAsDate">valueAsDate</code>,
+   <code title="dom-input-valueAsNumber">valueAsNumber</code>, and
+   <code title="dom-input-selectedOption">selectedOption</code> DOM attributes;
+   <code title="dom-input-stepUp">stepUp()</code>, and
+   <code title="dom-input-stepDown">stepDown()</code> methods.</p>
 
-  <p>The <code title="event-input-input">input</code> and <code
-  title="event-input-change">change</code> events apply.</p>
+   <p>The <code title="dom-input-value">value</code> DOM attribute is
+   in mode <span title="dom-input-value-value">value</span>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class="no-backref" title="attr-input-accept">accept</code>,
-  <code class="no-backref" title="attr-fs-action">action</code>,
-  <code class="no-backref" title="attr-input-alt">alt</code>,
-  <code class="no-backref" title="attr-input-checked">checked</code>,
-  <code class="no-backref" title="attr-fs-enctype">enctype</code>,
-  <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-  <code class="no-backref" title="attr-fs-method">method</code>,
-  <code class="no-backref" title="attr-input-pattern">pattern</code>,
-  <code class="no-backref" title="attr-input-size">size</code>,
-  <code class="no-backref" title="attr-input-src">src</code>, and
-  <code class="no-backref" title="attr-fs-target">target</code>.</p>
+   <p>The <code title="event-input-input">input</code> and <code
+   title="event-input-change">change</code> events apply.</p>
 
-  <p>The
-  <code class="no-backref" title="dom-input-checked">checked</code>
-  DOM attribute does not apply to the element.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class="no-backref" title="attr-input-accept">accept</code>,
+   <code class="no-backref" title="attr-fs-action">action</code>,
+   <code class="no-backref" title="attr-input-alt">alt</code>,
+   <code class="no-backref" title="attr-input-checked">checked</code>,
+   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
+   <code class="no-backref" title="attr-fs-method">method</code>,
+   <code class="no-backref" title="attr-input-pattern">pattern</code>,
+   <code class="no-backref" title="attr-input-size">size</code>,
+   <code class="no-backref" title="attr-input-src">src</code>, and
+   <code class="no-backref" title="attr-fs-target">target</code>.</p>
 
+   <p>The
+   <code class="no-backref" title="dom-input-checked">checked</code>
+   DOM attribute does not apply to the element.</p>
 
+  </div>
 
+
   <h6><dfn title="attr-input-type-time">Time</dfn> state</h6>
 
   <p>When an <code>input</code> element's <code
@@ -27528,49 +27556,52 @@
   represents the UTC <span title="concept-time">time</span> component
   that is represented by <var title="">input</var>.</p>
 
-  <p>The following common <code>input</code> element content
-  attributes, DOM attributes, and methods apply to the element:
-  <code title="attr-input-autocomplete">autocomplete</code>,
-  <code title="attr-input-list">list</code>,
-  <code title="attr-input-max">max</code>,
-  <code title="attr-input-min">min</code>,
-  <code title="attr-input-readonly">readonly</code>,
-  <code title="attr-input-required">required</code>, and
-  <code title="attr-input-step">step</code> content attributes;
-  <code title="dom-input-list">list</code>,
-  <code title="dom-input-value">value</code>,
-  <code title="dom-input-valueAsDate">valueAsDate</code>,
-  <code title="dom-input-valueAsNumber">valueAsNumber</code>, and
-  <code title="dom-input-selectedOption">selectedOption</code> DOM attributes;
-  <code title="dom-input-stepUp">stepUp()</code>, and
-  <code title="dom-input-stepDown">stepDown()</code> methods.</p>
+  <div class="bookkeeping">
 
-  <p>The <code title="dom-input-value">value</code> DOM attribute is
-  in mode <span title="dom-input-value-value">value</span>.</p>
+   <p>The following common <code>input</code> element content
+   attributes, DOM attributes, and methods apply to the element:
+   <code title="attr-input-autocomplete">autocomplete</code>,
+   <code title="attr-input-list">list</code>,
+   <code title="attr-input-max">max</code>,
+   <code title="attr-input-min">min</code>,
+   <code title="attr-input-readonly">readonly</code>,
+   <code title="attr-input-required">required</code>, and
+   <code title="attr-input-step">step</code> content attributes;
+   <code title="dom-input-list">list</code>,
+   <code title="dom-input-value">value</code>,
+   <code title="dom-input-valueAsDate">valueAsDate</code>,
+   <code title="dom-input-valueAsNumber">valueAsNumber</code>, and
+   <code title="dom-input-selectedOption">selectedOption</code> DOM attributes;
+   <code title="dom-input-stepUp">stepUp()</code>, and
+   <code title="dom-input-stepDown">stepDown()</code> methods.</p>
 
-  <p>The <code title="event-input-input">input</code> and <code
-  title="event-input-change">change</code> events apply.</p>
+   <p>The <code title="dom-input-value">value</code> DOM attribute is
+   in mode <span title="dom-input-value-value">value</span>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class="no-backref" title="attr-input-accept">accept</code>,
-  <code class="no-backref" title="attr-fs-action">action</code>,
-  <code class="no-backref" title="attr-input-alt">alt</code>,
-  <code class="no-backref" title="attr-input-checked">checked</code>,
-  <code class="no-backref" title="attr-fs-enctype">enctype</code>,
-  <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-  <code class="no-backref" title="attr-fs-method">method</code>,
-  <code class="no-backref" title="attr-input-pattern">pattern</code>,
-  <code class="no-backref" title="attr-input-size">size</code>,
-  <code class="no-backref" title="attr-input-src">src</code>, and
-  <code class="no-backref" title="attr-fs-target">target</code>.</p>
+   <p>The <code title="event-input-input">input</code> and <code
+   title="event-input-change">change</code> events apply.</p>
 
-  <p>The
-  <code class="no-backref" title="dom-input-checked">checked</code>
-  DOM attribute does not apply to the element.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class="no-backref" title="attr-input-accept">accept</code>,
+   <code class="no-backref" title="attr-fs-action">action</code>,
+   <code class="no-backref" title="attr-input-alt">alt</code>,
+   <code class="no-backref" title="attr-input-checked">checked</code>,
+   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
+   <code class="no-backref" title="attr-fs-method">method</code>,
+   <code class="no-backref" title="attr-input-pattern">pattern</code>,
+   <code class="no-backref" title="attr-input-size">size</code>,
+   <code class="no-backref" title="attr-input-src">src</code>, and
+   <code class="no-backref" title="attr-fs-target">target</code>.</p>
 
+   <p>The
+   <code class="no-backref" title="dom-input-checked">checked</code>
+   DOM attribute does not apply to the element.</p>
 
+  </div>
 
+
   <h6><dfn title="attr-input-type-datetime-local">Local Date and Time</dfn> state</h6>
 
   <p>When an <code>input</code> element's <code
@@ -27644,48 +27675,51 @@
   1970-01-01 (the time represented by the value "<code
   title="">1970-01-01T00:00:00.0</code>").</p>
 
-  <p>The following common <code>input</code> element content
-  attributes, DOM attributes, and methods apply to the element:
-  <code title="attr-input-autocomplete">autocomplete</code>,
-  <code title="attr-input-list">list</code>,
-  <code title="attr-input-max">max</code>,
-  <code title="attr-input-min">min</code>,
-  <code title="attr-input-readonly">readonly</code>,
-  <code title="attr-input-required">required</code>, and
-  <code title="attr-input-step">step</code> content attributes;
-  <code title="dom-input-list">list</code>,
-  <code title="dom-input-value">value</code>,
-  <code title="dom-input-valueAsNumber">valueAsNumber</code>, and
-  <code title="dom-input-selectedOption">selectedOption</code> DOM attributes;
-  <code title="dom-input-stepUp">stepUp()</code>, and
-  <code title="dom-input-stepDown">stepDown()</code> methods.</p>
+  <div class="bookkeeping">
 
-  <p>The <code title="dom-input-value">value</code> DOM attribute is
-  in mode <span title="dom-input-value-value">value</span>.</p>
+   <p>The following common <code>input</code> element content
+   attributes, DOM attributes, and methods apply to the element:
+   <code title="attr-input-autocomplete">autocomplete</code>,
+   <code title="attr-input-list">list</code>,
+   <code title="attr-input-max">max</code>,
+   <code title="attr-input-min">min</code>,
+   <code title="attr-input-readonly">readonly</code>,
+   <code title="attr-input-required">required</code>, and
+   <code title="attr-input-step">step</code> content attributes;
+   <code title="dom-input-list">list</code>,
+   <code title="dom-input-value">value</code>,
+   <code title="dom-input-valueAsNumber">valueAsNumber</code>, and
+   <code title="dom-input-selectedOption">selectedOption</code> DOM attributes;
+   <code title="dom-input-stepUp">stepUp()</code>, and
+   <code title="dom-input-stepDown">stepDown()</code> methods.</p>
 
-  <p>The <code title="event-input-input">input</code> and <code
-  title="event-input-change">change</code> events apply.</p>
+   <p>The <code title="dom-input-value">value</code> DOM attribute is
+   in mode <span title="dom-input-value-value">value</span>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class="no-backref" title="attr-input-accept">accept</code>,
-  <code class="no-backref" title="attr-fs-action">action</code>,
-  <code class="no-backref" title="attr-input-alt">alt</code>,
-  <code class="no-backref" title="attr-input-checked">checked</code>,
-  <code class="no-backref" title="attr-fs-enctype">enctype</code>,
-  <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-  <code class="no-backref" title="attr-fs-method">method</code>,
-  <code class="no-backref" title="attr-input-pattern">pattern</code>,
-  <code class="no-backref" title="attr-input-size">size</code>,
-  <code class="no-backref" title="attr-input-src">src</code>, and
-  <code class="no-backref" title="attr-fs-target">target</code>.</p>
+   <p>The <code title="event-input-input">input</code> and <code
+   title="event-input-change">change</code> events apply.</p>
 
-  <p>The following DOM attributes do not apply to the element:
-  <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code> and
-  <code class="no-backref" title="dom-input-checked">checked</code>.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class="no-backref" title="attr-input-accept">accept</code>,
+   <code class="no-backref" title="attr-fs-action">action</code>,
+   <code class="no-backref" title="attr-input-alt">alt</code>,
+   <code class="no-backref" title="attr-input-checked">checked</code>,
+   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
+   <code class="no-backref" title="attr-fs-method">method</code>,
+   <code class="no-backref" title="attr-input-pattern">pattern</code>,
+   <code class="no-backref" title="attr-input-size">size</code>,
+   <code class="no-backref" title="attr-input-src">src</code>, and
+   <code class="no-backref" title="attr-fs-target">target</code>.</p>
 
+   <p>The following DOM attributes do not apply to the element:
+   <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code> and
+   <code class="no-backref" title="dom-input-checked">checked</code>.</p>
 
+  </div>
 
+
   <h6><dfn title="attr-input-type-number">Number</dfn> state</h6>
 
   <p>When an <code>input</code> element's <code
@@ -27748,48 +27782,51 @@
   is as follows:</strong> Return a <span>valid floating point
   number</span> that represents <var title="">input</var>.</p>
 
-  <p>The following common <code>input</code> element content
-  attributes, DOM attributes, and methods apply to the element:
-  <code title="attr-input-autocomplete">autocomplete</code>,
-  <code title="attr-input-list">list</code>,
-  <code title="attr-input-max">max</code>,
-  <code title="attr-input-min">min</code>,
-  <code title="attr-input-readonly">readonly</code>,
-  <code title="attr-input-required">required</code>, and
-  <code title="attr-input-step">step</code> content attributes;
-  <code title="dom-input-list">list</code>,
-  <code title="dom-input-value">value</code>,
-  <code title="dom-input-valueAsNumber">valueAsNumber</code>, and
-  <code title="dom-input-selectedOption">selectedOption</code> DOM attributes;
-  <code title="dom-input-stepUp">stepUp()</code>, and
-  <code title="dom-input-stepDown">stepDown()</code> methods.</p>
+  <div class="bookkeeping">
 
-  <p>The <code title="dom-input-value">value</code> DOM attribute is
-  in mode <span title="dom-input-value-value">value</span>.</p>
+   <p>The following common <code>input</code> element content
+   attributes, DOM attributes, and methods apply to the element:
+   <code title="attr-input-autocomplete">autocomplete</code>,
+   <code title="attr-input-list">list</code>,
+   <code title="attr-input-max">max</code>,
+   <code title="attr-input-min">min</code>,
+   <code title="attr-input-readonly">readonly</code>,
+   <code title="attr-input-required">required</code>, and
+   <code title="attr-input-step">step</code> content attributes;
+   <code title="dom-input-list">list</code>,
+   <code title="dom-input-value">value</code>,
+   <code title="dom-input-valueAsNumber">valueAsNumber</code>, and
+   <code title="dom-input-selectedOption">selectedOption</code> DOM attributes;
+   <code title="dom-input-stepUp">stepUp()</code>, and
+   <code title="dom-input-stepDown">stepDown()</code> methods.</p>
 
-  <p>The <code title="event-input-input">input</code> and <code
-  title="event-input-change">change</code> events apply.</p>
+   <p>The <code title="dom-input-value">value</code> DOM attribute is
+   in mode <span title="dom-input-value-value">value</span>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class="no-backref" title="attr-input-accept">accept</code>,
-  <code class="no-backref" title="attr-fs-action">action</code>,
-  <code class="no-backref" title="attr-input-alt">alt</code>,
-  <code class="no-backref" title="attr-input-checked">checked</code>,
-  <code class="no-backref" title="attr-fs-enctype">enctype</code>,
-  <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-  <code class="no-backref" title="attr-fs-method">method</code>,
-  <code class="no-backref" title="attr-input-pattern">pattern</code>,
-  <code class="no-backref" title="attr-input-size">size</code>,
-  <code class="no-backref" title="attr-input-src">src</code>, and
-  <code class="no-backref" title="attr-fs-target">target</code>.</p>
+   <p>The <code title="event-input-input">input</code> and <code
+   title="event-input-change">change</code> events apply.</p>
 
-  <p>The following DOM attributes do not apply to the element:
-  <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code> and
-  <code class="no-backref" title="dom-input-checked">checked</code>.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class="no-backref" title="attr-input-accept">accept</code>,
+   <code class="no-backref" title="attr-fs-action">action</code>,
+   <code class="no-backref" title="attr-input-alt">alt</code>,
+   <code class="no-backref" title="attr-input-checked">checked</code>,
+   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
+   <code class="no-backref" title="attr-fs-method">method</code>,
+   <code class="no-backref" title="attr-input-pattern">pattern</code>,
+   <code class="no-backref" title="attr-input-size">size</code>,
+   <code class="no-backref" title="attr-input-src">src</code>, and
+   <code class="no-backref" title="attr-fs-target">target</code>.</p>
 
+   <p>The following DOM attributes do not apply to the element:
+   <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code> and
+   <code class="no-backref" title="dom-input-checked">checked</code>.</p>
 
+  </div>
 
+
   <h6><dfn title="attr-input-type-range">Range</dfn> state</h6>
 
   <p>When an <code>input</code> element's <code
@@ -27892,48 +27929,51 @@
   is as follows:</strong> Return a <span>valid floating point
   number</span> that represents <var title="">input</var>.</p>
 
-  <p>The following common <code>input</code> element content
-  attributes, DOM attributes, and methods apply to the element:
-  <code title="attr-input-autocomplete">autocomplete</code>,
-  <code title="attr-input-list">list</code>,
-  <code title="attr-input-max">max</code>,
-  <code title="attr-input-min">min</code>, and
-  <code title="attr-input-step">step</code> content attributes;
-  <code title="dom-input-list">list</code>,
-  <code title="dom-input-value">value</code>,
-  <code title="dom-input-valueAsNumber">valueAsNumber</code>, and
-  <code title="dom-input-selectedOption">selectedOption</code> DOM attributes;
-  <code title="dom-input-stepUp">stepUp()</code>, and
-  <code title="dom-input-stepDown">stepDown()</code> methods.</p>
+  <div class="bookkeeping">
 
-  <p>The <code title="dom-input-value">value</code> DOM attribute is
-  in mode <span title="dom-input-value-value">value</span>.</p>
+   <p>The following common <code>input</code> element content
+   attributes, DOM attributes, and methods apply to the element:
+   <code title="attr-input-autocomplete">autocomplete</code>,
+   <code title="attr-input-list">list</code>,
+   <code title="attr-input-max">max</code>,
+   <code title="attr-input-min">min</code>, and
+   <code title="attr-input-step">step</code> content attributes;
+   <code title="dom-input-list">list</code>,
+   <code title="dom-input-value">value</code>,
+   <code title="dom-input-valueAsNumber">valueAsNumber</code>, and
+   <code title="dom-input-selectedOption">selectedOption</code> DOM attributes;
+   <code title="dom-input-stepUp">stepUp()</code>, and
+   <code title="dom-input-stepDown">stepDown()</code> methods.</p>
 
-  <p>The <code title="event-input-input">input</code> and <code
-  title="event-input-change">change</code> events apply.</p>
+   <p>The <code title="dom-input-value">value</code> DOM attribute is
+   in mode <span title="dom-input-value-value">value</span>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class="no-backref" title="attr-input-accept">accept</code>,
-  <code class="no-backref" title="attr-fs-action">action</code>,
-  <code class="no-backref" title="attr-input-alt">alt</code>,
-  <code class="no-backref" title="attr-input-checked">checked</code>,
-  <code class="no-backref" title="attr-fs-enctype">enctype</code>,
-  <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-  <code class="no-backref" title="attr-fs-method">method</code>,
-  <code class="no-backref" title="attr-input-pattern">pattern</code>,
-  <code class="no-backref" title="attr-input-readonly">readonly</code>,
-  <code class="no-backref" title="attr-input-required">required</code>,
-  <code class="no-backref" title="attr-input-size">size</code>,
-  <code class="no-backref" title="attr-input-src">src</code>, and
-  <code class="no-backref" title="attr-fs-target">target</code>.</p>
+   <p>The <code title="event-input-input">input</code> and <code
+   title="event-input-change">change</code> events apply.</p>
 
-  <p>The following DOM attributes do not apply to the element:
-  <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code> and
-  <code class="no-backref" title="dom-input-checked">checked</code>.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class="no-backref" title="attr-input-accept">accept</code>,
+   <code class="no-backref" title="attr-fs-action">action</code>,
+   <code class="no-backref" title="attr-input-alt">alt</code>,
+   <code class="no-backref" title="attr-input-checked">checked</code>,
+   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
+   <code class="no-backref" title="attr-fs-method">method</code>,
+   <code class="no-backref" title="attr-input-pattern">pattern</code>,
+   <code class="no-backref" title="attr-input-readonly">readonly</code>,
+   <code class="no-backref" title="attr-input-required">required</code>,
+   <code class="no-backref" title="attr-input-size">size</code>,
+   <code class="no-backref" title="attr-input-src">src</code>, and
+   <code class="no-backref" title="attr-fs-target">target</code>.</p>
 
+   <p>The following DOM attributes do not apply to the element:
+   <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code> and
+   <code class="no-backref" title="dom-input-checked">checked</code>.</p>
 
+  </div>
 
+
   <h6><dfn title="attr-input-type-checkbox">Checkbox</dfn> state</h6>
 
   <p>When an <code>input</code> element's <code
@@ -27964,50 +28004,53 @@
   title="concept-fe-checkedness">checkedness</span> is false, then the
   element is <span>suffering from being missing</span>.</p>
 
-  <p>The following common <code>input</code> element content
-  attributes and DOM attributes apply to the element:
-  <code title="attr-input-checked">checked</code>, and
-  <code title="attr-input-required">required</code> content attributes;
-  <code title="dom-input-checked">checked</code> and
-  <code title="dom-input-value">value</code> DOM attributes.</p>
+  <div class="bookkeeping">
 
-  <p>The <code title="dom-input-value">value</code> DOM attribute is
-  in mode <span title="dom-input-value-default-on">default/on</span>.</p>
+   <p>The following common <code>input</code> element content
+   attributes and DOM attributes apply to the element:
+   <code title="attr-input-checked">checked</code>, and
+   <code title="attr-input-required">required</code> content attributes;
+   <code title="dom-input-checked">checked</code> and
+   <code title="dom-input-value">value</code> DOM attributes.</p>
 
-  <p>The <code title="event-input-change">change</code> event applies.</p>
+   <p>The <code title="dom-input-value">value</code> DOM attribute is
+   in mode <span title="dom-input-value-default-on">default/on</span>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class="no-backref" title="attr-input-accept">accept</code>,
-  <code class="no-backref" title="attr-fs-action">action</code>,
-  <code class="no-backref" title="attr-input-alt">alt</code>,
-  <code class="no-backref" title="attr-input-autocomplete">autocomplete</code>,
-  <code class="no-backref" title="attr-fs-enctype">enctype</code>,
-  <code class="no-backref" title="attr-input-list">list</code>,
-  <code class="no-backref" title="attr-input-max">max</code>,
-  <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-  <code class="no-backref" title="attr-fs-method">method</code>,
-  <code class="no-backref" title="attr-input-min">min</code>,
-  <code class="no-backref" title="attr-input-pattern">pattern</code>,
-  <code class="no-backref" title="attr-input-readonly">readonly</code>,
-  <code class="no-backref" title="attr-input-size">size</code>,
-  <code class="no-backref" title="attr-input-src">src</code>,
-  <code class="no-backref" title="attr-input-step">step</code>, and
-  <code class="no-backref" title="attr-fs-target">target</code>.</p>
+   <p>The <code title="event-input-change">change</code> event applies.</p>
 
-  <p>The following DOM attributes and methods do not apply to the element:
-  <code class="no-backref" title="dom-input-list">list</code>,
-  <code class="no-backref" title="dom-input-selectedOption">selectedOption</code>,
-  <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code> and
-  <code class="no-backref" title="dom-input-valueAsNumber">valueAsNumber</code> DOM attributes;
-  <code class="no-backref" title="dom-input-stepDown">stepDown()</code> and
-  <code class="no-backref" title="dom-input-stepUp">stepUp()</code> methods.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class="no-backref" title="attr-input-accept">accept</code>,
+   <code class="no-backref" title="attr-fs-action">action</code>,
+   <code class="no-backref" title="attr-input-alt">alt</code>,
+   <code class="no-backref" title="attr-input-autocomplete">autocomplete</code>,
+   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-input-list">list</code>,
+   <code class="no-backref" title="attr-input-max">max</code>,
+   <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
+   <code class="no-backref" title="attr-fs-method">method</code>,
+   <code class="no-backref" title="attr-input-min">min</code>,
+   <code class="no-backref" title="attr-input-pattern">pattern</code>,
+   <code class="no-backref" title="attr-input-readonly">readonly</code>,
+   <code class="no-backref" title="attr-input-size">size</code>,
+   <code class="no-backref" title="attr-input-src">src</code>,
+   <code class="no-backref" title="attr-input-step">step</code>, and
+   <code class="no-backref" title="attr-fs-target">target</code>.</p>
 
-  <p>The <code title="event-input-input">input</code> event does not
-  apply.</p>
+   <p>The following DOM attributes and methods do not apply to the element:
+   <code class="no-backref" title="dom-input-list">list</code>,
+   <code class="no-backref" title="dom-input-selectedOption">selectedOption</code>,
+   <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code> and
+   <code class="no-backref" title="dom-input-valueAsNumber">valueAsNumber</code> DOM attributes;
+   <code class="no-backref" title="dom-input-stepDown">stepDown()</code> and
+   <code class="no-backref" title="dom-input-stepUp">stepUp()</code> methods.</p>
 
+   <p>The <code title="event-input-input">input</code> event does not
+   apply.</p>
 
+  </div>
 
+
   <h6><dfn title="attr-input-type-radio">Radio Button</dfn> state</h6>
 
   <p>When an <code>input</code> element's <code
@@ -28088,51 +28131,54 @@
   false, then the element is <span>suffering from being
   missing</span>.</p>
 
-  <p>The following common <code>input</code> element content
-  attributes and DOM attributes apply to the element:
-  <code title="attr-input-checked">checked</code> and
-  <code title="attr-input-required">required</code> content attributes;
-  <code title="dom-input-checked">checked</code> and
-  <code title="dom-input-value">value</code> DOM attributes.</p>
+  <div class="bookkeeping">
 
-  <p>The <code title="dom-input-value">value</code> DOM attribute is
-  in mode <span title="dom-input-value-default-on">default/on</span>.</p>
+   <p>The following common <code>input</code> element content
+   attributes and DOM attributes apply to the element:
+   <code title="attr-input-checked">checked</code> and
+   <code title="attr-input-required">required</code> content attributes;
+   <code title="dom-input-checked">checked</code> and
+   <code title="dom-input-value">value</code> DOM attributes.</p>
 
-  <p>The <code title="event-input-change">change</code> event applies.</p>
+   <p>The <code title="dom-input-value">value</code> DOM attribute is
+   in mode <span title="dom-input-value-default-on">default/on</span>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class="no-backref" title="attr-input-accept">accept</code>,
-  <code class="no-backref" title="attr-fs-action">action</code>,
-  <code class="no-backref" title="attr-input-alt">alt</code>,
-  <code class="no-backref" title="attr-input-autocomplete">autocomplete</code>,
-  <code class="no-backref" title="attr-fs-enctype">enctype</code>,
-  <code class="no-backref" title="attr-input-list">list</code>,
-  <code class="no-backref" title="attr-input-max">max</code>,
-  <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-  <code class="no-backref" title="attr-fs-method">method</code>,
-  <code class="no-backref" title="attr-input-min">min</code>,
-  <code class="no-backref" title="attr-input-pattern">pattern</code>,
-  <code class="no-backref" title="attr-input-readonly">readonly</code>,
-  <code class="no-backref" title="attr-input-size">size</code>,
-  <code class="no-backref" title="attr-input-src">src</code>,
-  <code class="no-backref" title="attr-input-step">step</code>, and
-  <code class="no-backref" title="attr-fs-target">target</code>.</p>
+   <p>The <code title="event-input-change">change</code> event applies.</p>
 
-  <p>The following DOM attributes and methods do not apply to the element:
-  <code class="no-backref" title="dom-input-list">list</code>,
-  <code class="no-backref" title="dom-input-selectedOption">selectedOption</code>,
-  <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code> and
-  <code class="no-backref" title="dom-input-valueAsNumber">valueAsNumber</code> DOM attributes;
-  <code class="no-backref" title="dom-input-stepDown">stepDown()</code> and
-  <code class="no-backref" title="dom-input-stepUp">stepUp()</code> methods.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class="no-backref" title="attr-input-accept">accept</code>,
+   <code class="no-backref" title="attr-fs-action">action</code>,
+   <code class="no-backref" title="attr-input-alt">alt</code>,
+   <code class="no-backref" title="attr-input-autocomplete">autocomplete</code>,
+   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-input-list">list</code>,
+   <code class="no-backref" title="attr-input-max">max</code>,
+   <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
+   <code class="no-backref" title="attr-fs-method">method</code>,
+   <code class="no-backref" title="attr-input-min">min</code>,
+   <code class="no-backref" title="attr-input-pattern">pattern</code>,
+   <code class="no-backref" title="attr-input-readonly">readonly</code>,
+   <code class="no-backref" title="attr-input-size">size</code>,
+   <code class="no-backref" title="attr-input-src">src</code>,
+   <code class="no-backref" title="attr-input-step">step</code>, and
+   <code class="no-backref" title="attr-fs-target">target</code>.</p>
 
-  <p>The <code title="event-input-input">input</code> event does not
-  apply.</p>
+   <p>The following DOM attributes and methods do not apply to the element:
+   <code class="no-backref" title="dom-input-list">list</code>,
+   <code class="no-backref" title="dom-input-selectedOption">selectedOption</code>,
+   <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code> and
+   <code class="no-backref" title="dom-input-valueAsNumber">valueAsNumber</code> DOM attributes;
+   <code class="no-backref" title="dom-input-stepDown">stepDown()</code> and
+   <code class="no-backref" title="dom-input-stepUp">stepUp()</code> methods.</p>
 
+   <p>The <code title="event-input-input">input</code> event does not
+   apply.</p>
 
+  </div>
 
 
+
   <h6><dfn title="attr-input-type-file">File Upload</dfn> state</h6>
 
   <p>When an <code>input</code> element's <code
@@ -28201,51 +28247,54 @@
 
   <hr>
 
-  <p>The following common <code>input</code> element content
-  attributes apply to the element:
-  <code title="attr-input-accept">accept</code> and
-  <code title="attr-input-required">required</code>.</p>
+  <div class="bookkeeping">
 
-  <p>The <code title="event-input-change">change</code> event applies.</p>
+   <p>The following common <code>input</code> element content
+   attributes apply to the element:
+   <code title="attr-input-accept">accept</code> and
+   <code title="attr-input-required">required</code>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class="no-backref" title="attr-fs-action">action</code>,
-  <code class="no-backref" title="attr-input-alt">alt</code>,
-  <code class="no-backref" title="attr-input-autocomplete">autocomplete</code>,
-  <code class="no-backref" title="attr-input-checked">checked</code>,
-  <code class="no-backref" title="attr-fs-enctype">enctype</code>,
-  <code class="no-backref" title="attr-input-list">list</code>,
-  <code class="no-backref" title="attr-input-max">max</code>,
-  <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-  <code class="no-backref" title="attr-fs-method">method</code>,
-  <code class="no-backref" title="attr-input-min">min</code>,
-  <code class="no-backref" title="attr-input-pattern">pattern</code>,
-  <code class="no-backref" title="attr-input-readonly">readonly</code>,
-  <code class="no-backref" title="attr-input-size">size</code>,
-  <code class="no-backref" title="attr-input-src">src</code>,
-  <code class="no-backref" title="attr-input-step">step</code>, and
-  <code class="no-backref" title="attr-fs-target">target</code>.</p>
+   <p>The <code title="event-input-change">change</code> event applies.</p>
 
-  <p>The element's <code title="attr-input-value">value</code>
-  attribute must be omitted.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class="no-backref" title="attr-fs-action">action</code>,
+   <code class="no-backref" title="attr-input-alt">alt</code>,
+   <code class="no-backref" title="attr-input-autocomplete">autocomplete</code>,
+   <code class="no-backref" title="attr-input-checked">checked</code>,
+   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-input-list">list</code>,
+   <code class="no-backref" title="attr-input-max">max</code>,
+   <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
+   <code class="no-backref" title="attr-fs-method">method</code>,
+   <code class="no-backref" title="attr-input-min">min</code>,
+   <code class="no-backref" title="attr-input-pattern">pattern</code>,
+   <code class="no-backref" title="attr-input-readonly">readonly</code>,
+   <code class="no-backref" title="attr-input-size">size</code>,
+   <code class="no-backref" title="attr-input-src">src</code>,
+   <code class="no-backref" title="attr-input-step">step</code>, and
+   <code class="no-backref" title="attr-fs-target">target</code>.</p>
 
-  <p>The following DOM attributes and methods do not apply to the element:
-  <code class="no-backref" title="dom-input-checked">checked</code>,
-  <code class="no-backref" title="dom-input-list">list</code>,
-  <code class="no-backref" title="dom-input-selectedOption">selectedOption</code>,
-  <code class="no-backref" title="dom-input-value">value</code>,
-  <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code> and
-  <code class="no-backref" title="dom-input-valueAsNumber">valueAsNumber</code> DOM attributes;
-  <code class="no-backref" title="dom-input-stepDown">stepDown()</code> and
-  <code class="no-backref" title="dom-input-stepUp">stepUp()</code> methods.</p>
+   <p>The element's <code title="attr-input-value">value</code>
+   attribute must be omitted.</p>
 
-  <p>The <code title="event-input-input">input</code> event does not
-  apply.</p>
+   <p>The following DOM attributes and methods do not apply to the element:
+   <code class="no-backref" title="dom-input-checked">checked</code>,
+   <code class="no-backref" title="dom-input-list">list</code>,
+   <code class="no-backref" title="dom-input-selectedOption">selectedOption</code>,
+   <code class="no-backref" title="dom-input-value">value</code>,
+   <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code> and
+   <code class="no-backref" title="dom-input-valueAsNumber">valueAsNumber</code> DOM attributes;
+   <code class="no-backref" title="dom-input-stepDown">stepDown()</code> and
+   <code class="no-backref" title="dom-input-stepUp">stepUp()</code> methods.</p>
 
+   <p>The <code title="event-input-input">input</code> event does not
+   apply.</p>
 
+  </div>
 
 
+
   <h6><dfn title="attr-input-type-submit">Submit Button</dfn> state</h6>
 
   <p>When an <code>input</code> element's <code
@@ -28274,49 +28323,52 @@
   title="attr-fs-target">target</code> attributes control the form
   submission.</p>
 
-  <p>The following common <code>input</code> element content
-  attributes and DOM attributes apply to the element:
-  <code title="attr-fs-action">action</code>,
-  <code title="attr-fs-enctype">enctype</code>,
-  <code title="attr-fs-method">method</code>, and
-  <code title="attr-fs-target">target</code> content attributes;
-  <code title="dom-input-value">value</code> DOM attribute.</p>
+  <div class="bookkeeping">
 
-  <p>The <code title="dom-input-value">value</code> DOM attribute is
-  in mode <span title="dom-input-value-default">default</span>.</p>
+   <p>The following common <code>input</code> element content
+   attributes and DOM attributes apply to the element:
+   <code title="attr-fs-action">action</code>,
+   <code title="attr-fs-enctype">enctype</code>,
+   <code title="attr-fs-method">method</code>, and
+   <code title="attr-fs-target">target</code> content attributes;
+   <code title="dom-input-value">value</code> DOM attribute.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class="no-backref" title="attr-input-accept">accept</code>,
-  <code class="no-backref" title="attr-input-alt">alt</code>,
-  <code class="no-backref" title="attr-input-autocomplete">autocomplete</code>,
-  <code class="no-backref" title="attr-input-checked">checked</code>,
-  <code class="no-backref" title="attr-input-list">list</code>,
-  <code class="no-backref" title="attr-input-max">max</code>,
-  <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-  <code class="no-backref" title="attr-input-min">min</code>,
-  <code class="no-backref" title="attr-input-pattern">pattern</code>,
-  <code class="no-backref" title="attr-input-readonly">readonly</code>,
-  <code class="no-backref" title="attr-input-required">required</code>
-  <code class="no-backref" title="attr-input-size">size</code>,
-  <code class="no-backref" title="attr-input-src">src</code>, and
-  <code class="no-backref" title="attr-input-step">step</code>.</p>
+   <p>The <code title="dom-input-value">value</code> DOM attribute is
+   in mode <span title="dom-input-value-default">default</span>.</p>
 
-  <p>The following DOM attributes and methods do not apply to the element:
-  <code class="no-backref" title="dom-input-checked">checked</code>,
-  <code class="no-backref" title="dom-input-list">list</code>,
-  <code class="no-backref" title="dom-input-selectedOption">selectedOption</code>,
-  <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code> and
-  <code class="no-backref" title="dom-input-valueAsNumber">valueAsNumber</code> DOM attributes;
-  <code class="no-backref" title="dom-input-stepDown">stepDown()</code> and
-  <code class="no-backref" title="dom-input-stepUp">stepUp()</code> methods.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class="no-backref" title="attr-input-accept">accept</code>,
+   <code class="no-backref" title="attr-input-alt">alt</code>,
+   <code class="no-backref" title="attr-input-autocomplete">autocomplete</code>,
+   <code class="no-backref" title="attr-input-checked">checked</code>,
+   <code class="no-backref" title="attr-input-list">list</code>,
+   <code class="no-backref" title="attr-input-max">max</code>,
+   <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
+   <code class="no-backref" title="attr-input-min">min</code>,
+   <code class="no-backref" title="attr-input-pattern">pattern</code>,
+   <code class="no-backref" title="attr-input-readonly">readonly</code>,
+   <code class="no-backref" title="attr-input-required">required</code>
+   <code class="no-backref" title="attr-input-size">size</code>,
+   <code class="no-backref" title="attr-input-src">src</code>, and
+   <code class="no-backref" title="attr-input-step">step</code>.</p>
 
-  <p>The <code class="no-backref"
-  title="event-input-input">input</code> and <code class="no-backref"
-  title="event-input-change">change</code> events do not fire.</p>
+   <p>The following DOM attributes and methods do not apply to the element:
+   <code class="no-backref" title="dom-input-checked">checked</code>,
+   <code class="no-backref" title="dom-input-list">list</code>,
+   <code class="no-backref" title="dom-input-selectedOption">selectedOption</code>,
+   <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code> and
+   <code class="no-backref" title="dom-input-valueAsNumber">valueAsNumber</code> DOM attributes;
+   <code class="no-backref" title="dom-input-stepDown">stepDown()</code> and
+   <code class="no-backref" title="dom-input-stepUp">stepUp()</code> methods.</p>
 
+   <p>The <code class="no-backref"
+   title="event-input-input">input</code> and <code class="no-backref"
+   title="event-input-change">change</code> events do not fire.</p>
 
+  </div>
 
+
   <h6><dfn title="attr-input-type-image">Image Button</dfn> state</h6>
 
   <p>When an <code>input</code> element's <code
@@ -28468,50 +28520,54 @@
   title="attr-fs-target">target</code> attributes control the form
   submission.</p>
 
-  <p>The following common <code>input</code> element content
-  attributes and DOM attributes apply to the element:
-  <code title="attr-fs-action">action</code>,
-  <code title="attr-input-alt">alt</code>,
-  <code title="attr-fs-enctype">enctype</code>,
-  <code title="attr-fs-method">method</code>, 
-  <code title="attr-input-src">src</code>, and
-  <code title="attr-fs-target">target</code> content attributes;
-  <code title="dom-input-value">value</code> DOM attribute.</p>
+  <div class="bookkeeping">
 
-  <p>The <code title="dom-input-value">value</code> DOM attribute is
-  in mode <span title="dom-input-value-default">default</span>.</p>
+   <p>The following common <code>input</code> element content
+   attributes and DOM attributes apply to the element:
+   <code title="attr-fs-action">action</code>,
+   <code title="attr-input-alt">alt</code>,
+   <code title="attr-fs-enctype">enctype</code>,
+   <code title="attr-fs-method">method</code>, 
+   <code title="attr-input-src">src</code>, and
+   <code title="attr-fs-target">target</code> content attributes;
+   <code title="dom-input-value">value</code> DOM attribute.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class="no-backref" title="attr-input-accept">accept</code>,
-  <code class="no-backref" title="attr-input-autocomplete">autocomplete</code>,
-  <code class="no-backref" title="attr-input-checked">checked</code>,
-  <code class="no-backref" title="attr-input-list">list</code>,
-  <code class="no-backref" title="attr-input-max">max</code>,
-  <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-  <code class="no-backref" title="attr-input-min">min</code>,
-  <code class="no-backref" title="attr-input-pattern">pattern</code>,
-  <code class="no-backref" title="attr-input-readonly">readonly</code>,
-  <code class="no-backref" title="attr-input-required">required</code>
-  <code class="no-backref" title="attr-input-size">size</code>, and
-  <code class="no-backref" title="attr-input-step">step</code>.</p>
+   <p>The <code title="dom-input-value">value</code> DOM attribute is
+   in mode <span title="dom-input-value-default">default</span>.</p>
 
-  <p>The element's <code title="attr-input-value">value</code>
-  attribute must be omitted.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class="no-backref" title="attr-input-accept">accept</code>,
+   <code class="no-backref" title="attr-input-autocomplete">autocomplete</code>,
+   <code class="no-backref" title="attr-input-checked">checked</code>,
+   <code class="no-backref" title="attr-input-list">list</code>,
+   <code class="no-backref" title="attr-input-max">max</code>,
+   <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
+   <code class="no-backref" title="attr-input-min">min</code>,
+   <code class="no-backref" title="attr-input-pattern">pattern</code>,
+   <code class="no-backref" title="attr-input-readonly">readonly</code>,
+   <code class="no-backref" title="attr-input-required">required</code>
+   <code class="no-backref" title="attr-input-size">size</code>, and
+   <code class="no-backref" title="attr-input-step">step</code>.</p>
 
-  <p>The following DOM attributes and methods do not apply to the element:
-  <code class="no-backref" title="dom-input-checked">checked</code>,
-  <code class="no-backref" title="dom-input-list">list</code>,
-  <code class="no-backref" title="dom-input-selectedOption">selectedOption</code>,
-  <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code> and
-  <code class="no-backref" title="dom-input-valueAsNumber">valueAsNumber</code> DOM attributes;
-  <code class="no-backref" title="dom-input-stepDown">stepDown()</code> and
-  <code class="no-backref" title="dom-input-stepUp">stepUp()</code> methods.</p>
+   <p>The element's <code title="attr-input-value">value</code>
+   attribute must be omitted.</p>
 
-  <p>The <code class="no-backref"
-  title="event-input-input">input</code> and <code class="no-backref"
-  title="event-input-change">change</code> events do not fire.</p>
+   <p>The following DOM attributes and methods do not apply to the element:
+   <code class="no-backref" title="dom-input-checked">checked</code>,
+   <code class="no-backref" title="dom-input-list">list</code>,
+   <code class="no-backref" title="dom-input-selectedOption">selectedOption</code>,
+   <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code> and
+   <code class="no-backref" title="dom-input-valueAsNumber">valueAsNumber</code> DOM attributes;
+   <code class="no-backref" title="dom-input-stepDown">stepDown()</code> and
+   <code class="no-backref" title="dom-input-stepUp">stepUp()</code> methods.</p>
 
+   <p>The <code class="no-backref"
+   title="event-input-input">input</code> and <code class="no-backref"
+   title="event-input-change">change</code> events do not fire.</p>
+
+  </div>
+
   <p class="note">Many aspects of this state's behavior are similar to
   the behavior of the <code>img</code> element. Readers are encouraged
   to read that section, where many of the same requirements are
@@ -28547,42 +28603,45 @@
   applies to this element and is in mode <span
   title="dom-input-value-default">default</span>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class="no-backref" title="attr-input-accept">accept</code>,
-  <code class="no-backref" title="attr-fs-action">action</code>,
-  <code class="no-backref" title="attr-input-alt">alt</code>,
-  <code class="no-backref" title="attr-input-autocomplete">autocomplete</code>,
-  <code class="no-backref" title="attr-input-checked">checked</code>,
-  <code class="no-backref" title="attr-fs-enctype">enctype</code>,
-  <code class="no-backref" title="attr-input-list">list</code>,
-  <code class="no-backref" title="attr-input-max">max</code>,
-  <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-  <code class="no-backref" title="attr-fs-method">method</code>,
-  <code class="no-backref" title="attr-input-min">min</code>,
-  <code class="no-backref" title="attr-input-pattern">pattern</code>,
-  <code class="no-backref" title="attr-input-readonly">readonly</code>,
-  <code class="no-backref" title="attr-input-required">required</code>
-  <code class="no-backref" title="attr-input-size">size</code>,
-  <code class="no-backref" title="attr-input-src">src</code>,
-  <code class="no-backref" title="attr-input-step">step</code>, and
-  <code class="no-backref" title="attr-fs-target">target</code>.</p>
+  <div class="bookkeeping">
 
-  <p>The following DOM attributes and methods do not apply to the element:
-  <code class="no-backref" title="dom-input-checked">checked</code>,
-  <code class="no-backref" title="dom-input-list">list</code>,
-  <code class="no-backref" title="dom-input-selectedOption">selectedOption</code>,
-  <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code> and
-  <code class="no-backref" title="dom-input-valueAsNumber">valueAsNumber</code> DOM attributes;
-  <code class="no-backref" title="dom-input-stepDown">stepDown()</code> and
-  <code class="no-backref" title="dom-input-stepUp">stepUp()</code> methods.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class="no-backref" title="attr-input-accept">accept</code>,
+   <code class="no-backref" title="attr-fs-action">action</code>,
+   <code class="no-backref" title="attr-input-alt">alt</code>,
+   <code class="no-backref" title="attr-input-autocomplete">autocomplete</code>,
+   <code class="no-backref" title="attr-input-checked">checked</code>,
+   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-input-list">list</code>,
+   <code class="no-backref" title="attr-input-max">max</code>,
+   <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
+   <code class="no-backref" title="attr-fs-method">method</code>,
+   <code class="no-backref" title="attr-input-min">min</code>,
+   <code class="no-backref" title="attr-input-pattern">pattern</code>,
+   <code class="no-backref" title="attr-input-readonly">readonly</code>,
+   <code class="no-backref" title="attr-input-required">required</code>
+   <code class="no-backref" title="attr-input-size">size</code>,
+   <code class="no-backref" title="attr-input-src">src</code>,
+   <code class="no-backref" title="attr-input-step">step</code>, and
+   <code class="no-backref" title="attr-fs-target">target</code>.</p>
 
-  <p>The <code class="no-backref"
-  title="event-input-input">input</code> and <code class="no-backref"
-  title="event-input-change">change</code> events do not fire.</p>
+   <p>The following DOM attributes and methods do not apply to the element:
+   <code class="no-backref" title="dom-input-checked">checked</code>,
+   <code class="no-backref" title="dom-input-list">list</code>,
+   <code class="no-backref" title="dom-input-selectedOption">selectedOption</code>,
+   <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code> and
+   <code class="no-backref" title="dom-input-valueAsNumber">valueAsNumber</code> DOM attributes;
+   <code class="no-backref" title="dom-input-stepDown">stepDown()</code> and
+   <code class="no-backref" title="dom-input-stepUp">stepUp()</code> methods.</p>
 
+   <p>The <code class="no-backref"
+   title="event-input-input">input</code> and <code class="no-backref"
+   title="event-input-change">change</code> events do not fire.</p>
 
+  </div>
 
+
   <h6><dfn title="attr-input-type-button">Button</dfn> state</h6>
 
   <p>When an <code>input</code> element's <code
@@ -28607,42 +28666,46 @@
   applies to this element and is in mode <span
   title="dom-input-value-default">default</span>.</p>
 
-  <p>The following content attributes must not be specified and do not
-  apply to the element:
-  <code class="no-backref" title="attr-input-accept">accept</code>,
-  <code class="no-backref" title="attr-fs-action">action</code>,
-  <code class="no-backref" title="attr-input-alt">alt</code>,
-  <code class="no-backref" title="attr-input-autocomplete">autocomplete</code>,
-  <code class="no-backref" title="attr-input-checked">checked</code>,
-  <code class="no-backref" title="attr-fs-enctype">enctype</code>,
-  <code class="no-backref" title="attr-input-list">list</code>,
-  <code class="no-backref" title="attr-input-max">max</code>,
-  <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
-  <code class="no-backref" title="attr-fs-method">method</code>,
-  <code class="no-backref" title="attr-input-min">min</code>,
-  <code class="no-backref" title="attr-input-pattern">pattern</code>,
-  <code class="no-backref" title="attr-input-readonly">readonly</code>,
-  <code class="no-backref" title="attr-input-required">required</code>
-  <code class="no-backref" title="attr-input-size">size</code>,
-  <code class="no-backref" title="attr-input-src">src</code>,
-  <code class="no-backref" title="attr-input-step">step</code>, and
-  <code class="no-backref" title="attr-fs-target">target</code>.</p>
+  <div class="bookkeeping">
 
-  <p>The following DOM attributes and methods do not apply to the element:
-  <code class="no-backref" title="dom-input-checked">checked</code>,
-  <code class="no-backref" title="dom-input-list">list</code>,
-  <code class="no-backref" title="dom-input-selectedOption">selectedOption</code>,
-  <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code> and
-  <code class="no-backref" title="dom-input-valueAsNumber">valueAsNumber</code> DOM attributes;
-  <code class="no-backref" title="dom-input-stepDown">stepDown()</code> and
-  <code class="no-backref" title="dom-input-stepUp">stepUp()</code> methods.</p>
+   <p>The following content attributes must not be specified and do not
+   apply to the element:
+   <code class="no-backref" title="attr-input-accept">accept</code>,
+   <code class="no-backref" title="attr-fs-action">action</code>,
+   <code class="no-backref" title="attr-input-alt">alt</code>,
+   <code class="no-backref" title="attr-input-autocomplete">autocomplete</code>,
+   <code class="no-backref" title="attr-input-checked">checked</code>,
+   <code class="no-backref" title="attr-fs-enctype">enctype</code>,
+   <code class="no-backref" title="attr-input-list">list</code>,
+   <code class="no-backref" title="attr-input-max">max</code>,
+   <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
+   <code class="no-backref" title="attr-fs-method">method</code>,
+   <code class="no-backref" title="attr-input-min">min</code>,
+   <code class="no-backref" title="attr-input-pattern">pattern</code>,
+   <code class="no-backref" title="attr-input-readonly">readonly</code>,
+   <code class="no-backref" title="attr-input-required">required</code>
+   <code class="no-backref" title="attr-input-size">size</code>,
+   <code class="no-backref" title="attr-input-src">src</code>,
+   <code class="no-backref" title="attr-input-step">step</code>, and
+   <code class="no-backref" title="attr-fs-target">target</code>.</p>
 
-  <p>The <code class="no-backref"
-  title="event-input-input">input</code> and <code class="no-backref"
-  title="event-input-change">change</code> events do not fire.</p>
+   <p>The following DOM attributes and methods do not apply to the element:
+   <code class="no-backref" title="dom-input-checked">checked</code>,
+   <code class="no-backref" title="dom-input-list">list</code>,
+   <code class="no-backref" title="dom-input-selectedOption">selectedOption</code>,
+   <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code> and
+   <code class="no-backref" title="dom-input-valueAsNumber">valueAsNumber</code> DOM attributes;
+   <code class="no-backref" title="dom-input-stepDown">stepDown()</code> and
+   <code class="no-backref" title="dom-input-stepUp">stepUp()</code> methods.</p>
 
+   <p>The <code class="no-backref"
+   title="event-input-input">input</code> and <code class="no-backref"
+   title="event-input-change">change</code> events do not fire.</p>
 
+  </div>
 
+
+
   <h6>Common algorithms</h6>
 
   <p>When a user agent is to <dfn>strip line breaks from the




More information about the Commit-Watchers mailing list