[html5] r2561 - [ac] (0) Allow height/width attributes on <input type=image>. (credit: hs)

whatwg at whatwg.org whatwg at whatwg.org
Wed Dec 24 01:31:13 PST 2008


Author: ianh
Date: 2008-12-24 01:31:12 -0800 (Wed, 24 Dec 2008)
New Revision: 2561

Modified:
   index
   source
Log:
[ac] (0) Allow height/width attributes on <input type=image>. (credit: hs)

Modified: index
===================================================================
--- index	2008-12-24 09:10:16 UTC (rev 2560)
+++ index	2008-12-24 09:31:12 UTC (rev 2561)
@@ -21685,12 +21685,12 @@
 
   <p>The <dfn id=attr-dim-width title=attr-dim-width><code>width</code></dfn> and <dfn id=attr-dim-height title=attr-dim-height><code>height</code></dfn> attributes on
   <code><a href=#the-img-element>img</a></code>, <code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-embed-element>embed</a></code>,
-  <code><a href=#the-object-element>object</a></code>, and <code><a href=#video>video</a></code> elements may be
-  specified to give the dimensions of the visual content of the
-  element (the width and height respectively, relative to the nominal
-  direction of the output medium), in CSS pixels. The attributes, if
-  specified, must have values that are <a href=#valid-positive-non-zero-integers>valid positive non-zero
-  integers</a>.</p>
+  <code><a href=#the-object-element>object</a></code>, <code><a href=#video>video</a></code>, and, when their <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,
+  <code><a href=#the-input-element>input</a></code> elements may be specified to give the dimensions
+  of the visual content of the element (the width and height
+  respectively, relative to the nominal direction of the output
+  medium), in CSS pixels. The attributes, if specified, must have
+  values that are <a href=#valid-positive-non-zero-integers>valid positive non-zero integers</a>.</p>
 
   <p>The specified dimensions given may differ from the dimensions
   specified in the resource itself, since the resource may have a
@@ -23756,6 +23756,7 @@
    <dd><code title=attr-fe-disabled><a href=#attr-fe-disabled>disabled</a></code></dd>
    <dd><code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code></dd>
    <dd><code title=attr-fae-form><a href=#attr-fae-form>form</a></code></dd>
+   <dd><code title=attr-dim-height><a href=#attr-dim-height>height</a></code></dd>
    <dd><code title=attr-input-list><a href=#attr-input-list>list</a></code></dd>
    <dd><code title=attr-input-max><a href=#attr-input-max>max</a></code></dd>
    <dd><code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code></dd>
@@ -23774,6 +23775,7 @@
    <dd><code title=attr-fs-target><a href=#attr-fs-target>target</a></code></dd>
    <dd><code title=attr-input-type><a href=#attr-input-type>type</a></code></dd>
    <dd><code title=attr-input-value><a href=#attr-input-value>value</a></code></dd>
+   <dd><code title=attr-dim-width><a href=#attr-dim-width>width</a></code></dd>
    <dt>DOM interface:</dt>
    <dd>
 <pre class=idl>interface <dfn id=htmlinputelement>HTMLInputElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
@@ -23926,7 +23928,7 @@
      <td> A button
   </table><p>The <i>missing value default</i> is the <a href=#text-state-and-search-state title=attr-input-type-text>Text</a> state.</p>
 
-  <p>Which of the <code title=attr-input-accept><a href=#attr-input-accept>accept</a></code>, <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-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>, <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code>, <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>, and <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-maxlength><a href=#attr-input-maxlength>maxlength</a></code>, <code title=attr-fs-method><a href=#attr-fs-method>method</a></code>, <code title=attr-input-min><a href=#attr-input-min>min</a></code>, <code title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>, <code title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</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>, <code title=attr-input-size><a href=#attr-input-size>size</a></code>, <code title=attr-input-src><a href=#attr-input-src>src</a></code>, <code title=attr-input-step><a href=#attr-input-step>step</a></code>, and <code title=attr-fs-target><a href=#attr-fs-target>target</a></code> attributes apply to an
+  <p>Which of the <code title=attr-input-accept><a href=#attr-input-accept>accept</a></code>, <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-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>, <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code>, <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>, <code title=attr-dim-height><a href=#attr-dim-height>height</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-maxlength><a href=#attr-input-maxlength>maxlength</a></code>, <code title=attr-fs-method><a href=#attr-fs-method>method</a></code>, <code title=attr-input-min><a href=#attr-input-min>min</a></code>, <code title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>, <code title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</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>, <code title=attr-input-size><a href=#attr-input-size>size</a></code>, <code title=attr-input-src><a href=#attr-input-src>src</a></code>, <code title=attr-input-step><a href=#attr-input-step>step</a></code>, <code title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and <code title=attr-dim-width><a href=#attr-dim-width>width</a></code> attributes apply to an
   <code><a href=#the-input-element>input</a></code> element depends on the state of its <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute. Similarly, the <code title=dom-input-checked><a href=#dom-input-checked>checked</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>, <code title=dom-input-list><a href=#dom-input-list>list</a></code>, and <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> DOM
   attributes, and the <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, are
@@ -24102,6 +24104,30 @@
      <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
+    <tr><th> <code title=attr-dim-height><a href=#attr-dim-height>height</a></code>
+     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Text -->
+<!-- <td class="no"> ·      Search -->
+<!-- <td class="no"> ·      URL -->
+     <td class=no> · <!-- E-mail -->
+     <td class=no> · <!-- Password -->
+     <td class=no> · <!-- Date and Time -->
+<!-- <td class="no"> ·      Date -->
+<!-- <td class="no"> ·      Month -->
+<!-- <td class="no"> ·      Week -->
+<!-- <td class="no"> ·      Time -->
+     <td class=no> · <!-- Local Date and Time -->
+<!-- <td class="no"> ·      Number -->
+     <td class=no> · <!-- Range -->
+     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Checkbox -->
+<!-- <td class="no"> ·      Radio Button -->
+     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- Submit Button -->
+     <td class=yes> Yes     <!-- Image Button -->
+     <td class=no> · <!-- Reset Button -->
+<!-- <td class="no"> ·      Button -->
+
     <tr><th> <code title=attr-input-list><a href=#attr-input-list>list</a></code>
      <td class=no> · <!-- Hidden -->
      <td class=yes> Yes     <!-- Text -->
@@ -24462,6 +24488,30 @@
      <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
+    <tr><th> <code title=attr-dim-width><a href=#attr-dim-width>width</a></code>
+     <td class=no> · <!-- Hidden -->
+     <td class=no> · <!-- Text -->
+<!-- <td class="no"> ·      Search -->
+<!-- <td class="no"> ·      URL -->
+     <td class=no> · <!-- E-mail -->
+     <td class=no> · <!-- Password -->
+     <td class=no> · <!-- Date and Time -->
+<!-- <td class="no"> ·      Date -->
+<!-- <td class="no"> ·      Month -->
+<!-- <td class="no"> ·      Week -->
+<!-- <td class="no"> ·      Time -->
+     <td class=no> · <!-- Local Date and Time -->
+<!-- <td class="no"> ·      Number -->
+     <td class=no> · <!-- Range -->
+     <td class=no> · <!-- Color -->
+     <td class=no> · <!-- Checkbox -->
+<!-- <td class="no"> ·      Radio Button -->
+     <td class=no> · <!-- File Upload -->
+     <td class=no> · <!-- Submit Button -->
+     <td class=yes> Yes     <!-- Image Button -->
+     <td class=no> · <!-- Reset Button -->
+<!-- <td class="no"> ·      Button -->
+
     <tr><th> <code title=dom-input-checked><a href=#dom-input-checked>checked</a></code>
      <td class=no> · <!-- Hidden -->
      <td class=no> · <!-- Text -->
@@ -24860,6 +24910,7 @@
    <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-dim-height><a href=#attr-dim-height>height</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>,
@@ -24873,8 +24924,9 @@
    <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>
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>,
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
    element:
@@ -24940,14 +24992,16 @@
    <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-dim-height><a href=#attr-dim-height>height</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-multiple><a href=#attr-input-multiple>multiple</a></code>,
    <code class=no-backref title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</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>
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>,
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
    element:
@@ -25019,14 +25073,16 @@
    <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-dim-height><a href=#attr-dim-height>height</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-multiple><a href=#attr-input-multiple>multiple</a></code>,
    <code class=no-backref title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</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>
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>,
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
    element:
@@ -25121,13 +25177,15 @@
    <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-dim-height><a href=#attr-dim-height>height</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-fs-novalidate><a href=#attr-fs-novalidate>novalidate</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>
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>,
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
    element:
@@ -25183,6 +25241,7 @@
    <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-dim-height><a href=#attr-dim-height>height</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>,
@@ -25190,8 +25249,9 @@
    <code class=no-backref title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>,
    <code class=no-backref title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</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>
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>,
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
    element:
@@ -25321,6 +25381,7 @@
    <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-dim-height><a href=#attr-dim-height>height</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-multiple><a href=#attr-input-multiple>multiple</a></code>,
@@ -25328,8 +25389,9 @@
    <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
    <code class=no-backref title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</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>
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The
    <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>
@@ -25446,6 +25508,7 @@
    <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-dim-height><a href=#attr-dim-height>height</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-multiple><a href=#attr-input-multiple>multiple</a></code>,
@@ -25453,8 +25516,9 @@
    <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
    <code class=no-backref title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</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>
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The
    <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>
@@ -25571,6 +25635,7 @@
    <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-dim-height><a href=#attr-dim-height>height</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-multiple><a href=#attr-input-multiple>multiple</a></code>,
@@ -25578,8 +25643,9 @@
    <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
    <code class=no-backref title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</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>
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The
    <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>
@@ -25696,6 +25762,7 @@
    <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-dim-height><a href=#attr-dim-height>height</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-multiple><a href=#attr-input-multiple>multiple</a></code>,
@@ -25703,8 +25770,9 @@
    <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
    <code class=no-backref title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</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>
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The
    <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>
@@ -25815,6 +25883,7 @@
    <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-dim-height><a href=#attr-dim-height>height</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-multiple><a href=#attr-input-multiple>multiple</a></code>,
@@ -25822,8 +25891,9 @@
    <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
    <code class=no-backref title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</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>
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The
    <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>
@@ -25926,6 +25996,7 @@
    <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-dim-height><a href=#attr-dim-height>height</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-multiple><a href=#attr-input-multiple>multiple</a></code>,
@@ -25933,8 +26004,9 @@
    <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
    <code class=no-backref title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</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>
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</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
@@ -26031,6 +26103,7 @@
    <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-dim-height><a href=#attr-dim-height>height</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-multiple><a href=#attr-input-multiple>multiple</a></code>,
@@ -26038,8 +26111,9 @@
    <code class=no-backref title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>,
    <code class=no-backref title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</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>
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</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
@@ -26162,6 +26236,7 @@
    <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-dim-height><a href=#attr-dim-height>height</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-multiple><a href=#attr-input-multiple>multiple</a></code>,
@@ -26171,8 +26246,9 @@
    <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>
+   <code class=no-backref title=attr-input-src><a href=#attr-input-src>src</a></code>,
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The following DOM attributes do not apply to the element:
    <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code> and
@@ -26237,6 +26313,7 @@
    <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-dim-height><a href=#attr-dim-height>height</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-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>,
@@ -26249,8 +26326,9 @@
    <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>
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>,
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
    element:
@@ -26310,6 +26388,7 @@
    <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-dim-height><a href=#attr-dim-height>height</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>,
@@ -26322,8 +26401,9 @@
    <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>
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>,
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</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>,
@@ -26428,6 +26508,7 @@
    <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-dim-height><a href=#attr-dim-height>height</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>,
@@ -26440,8 +26521,9 @@
    <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>
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>,
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</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>,
@@ -26530,6 +26612,7 @@
    <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-dim-height><a href=#attr-dim-height>height</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>,
@@ -26541,8 +26624,9 @@
    <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>
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>,
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</a></code>.</p>
 
    <p>The element's <code title=attr-input-value><a href=#attr-input-value>value</a></code>
    attribute must be omitted.</p>
@@ -26608,6 +26692,7 @@
    <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-dim-height><a href=#attr-dim-height>height</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>,
@@ -26618,8 +26703,9 @@
    <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>
+   <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-dim-width><a href=#attr-dim-width>width</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>,
@@ -26711,6 +26797,9 @@
   user agents who cannot use the image. The <code title=attr-input-alt><a href=#attr-input-alt>alt</a></code> attribute must also be present,
   and must contain a non-empty string.</p>
 
+  <p>The <code><a href=#the-input-element>input</a></code> element supports <a href=#dimension-attributes>dimension
+  attributes</a>.</p>
+
   <hr><p>If the <code title=attr-input-src><a href=#attr-input-src>src</a></code> attribute is set,
   and the image is <i>available</i> and the user agent is configured
   to display that image, then: The element represents a control for
@@ -26759,10 +26848,12 @@
    <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-dim-height><a href=#attr-dim-height>height</a></code>,
    <code title=attr-fs-method><a href=#attr-fs-method>method</a></code>, 
    <code title=attr-fs-novalidate><a href=#attr-fs-novalidate>novalidate</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=attr-input-src><a href=#attr-input-src>src</a></code>,
+   <code title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code title=attr-dim-width><a href=#attr-dim-width>width</a></code> content attributes;
    <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute.</p>
 
    <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> DOM attribute is
@@ -26842,6 +26933,7 @@
    <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-dim-height><a href=#attr-dim-height>height</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>,
@@ -26855,8 +26947,9 @@
    <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>
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>,
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</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>,
@@ -26902,6 +26995,7 @@
    <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-dim-height><a href=#attr-dim-height>height</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>,
@@ -26915,8 +27009,9 @@
    <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>
+   <code class=no-backref title=attr-input-step><a href=#attr-input-step>step</a></code>,
+   <code class=no-backref title=attr-fs-target><a href=#attr-fs-target>target</a></code>, and
+   <code class=no-backref title=attr-dim-width><a href=#attr-dim-width>width</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>,

Modified: source
===================================================================
--- source	2008-12-24 09:10:16 UTC (rev 2560)
+++ source	2008-12-24 09:31:12 UTC (rev 2561)
@@ -23936,12 +23936,14 @@
   <p>The <dfn title="attr-dim-width"><code>width</code></dfn> and <dfn
   title="attr-dim-height"><code>height</code></dfn> attributes on
   <code>img</code>, <code>iframe</code>, <code>embed</code>,
-  <code>object</code>, and <code>video</code> elements may be
-  specified to give the dimensions of the visual content of the
-  element (the width and height respectively, relative to the nominal
-  direction of the output medium), in CSS pixels. The attributes, if
-  specified, must have values that are <span>valid positive non-zero
-  integers</span>.</p>
+  <code>object</code>, <code>video</code>, and, when their <code
+  title="attr-input-type">type</code> attribute is in the <span
+  title="attr-input-type-image">Image Button</span> state,
+  <code>input</code> elements may be specified to give the dimensions
+  of the visual content of the element (the width and height
+  respectively, relative to the nominal direction of the output
+  medium), in CSS pixels. The attributes, if specified, must have
+  values that are <span>valid positive non-zero integers</span>.</p>
 
   <p>The specified dimensions given may differ from the dimensions
   specified in the resource itself, since the resource may have a
@@ -26449,6 +26451,7 @@
    <dd><code title="attr-fe-disabled">disabled</code></dd>
    <dd><code title="attr-fs-enctype">enctype</code></dd>
    <dd><code title="attr-fae-form">form</code></dd>
+   <dd><code title="attr-dim-height">height</code></dd>
    <dd><code title="attr-input-list">list</code></dd>
    <dd><code title="attr-input-max">max</code></dd>
    <dd><code title="attr-input-maxlength">maxlength</code></dd>
@@ -26467,6 +26470,7 @@
    <dd><code title="attr-fs-target">target</code></dd>
    <dd><code title="attr-input-type">type</code></dd>
    <dd><code title="attr-input-value">value</code></dd>
+   <dd><code title="attr-dim-width">width</code></dd>
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn>HTMLInputElement</dfn> : <span>HTMLElement</span> {
@@ -26657,7 +26661,8 @@
   title="attr-input-alt">alt</code>, <code
   title="attr-input-autocomplete">autocomplete</code>, <code
   title="attr-input-checked">checked</code>, <code
-  title="attr-fs-enctype">enctype</code>, and <code
+  title="attr-fs-enctype">enctype</code>, <code
+  title="attr-dim-height">height</code>, <code
   title="attr-input-list">list</code>, <code
   title="attr-input-max">max</code>, <code
   title="attr-input-maxlength">maxlength</code>, <code
@@ -26670,8 +26675,9 @@
   title="attr-input-required">required</code>, <code
   title="attr-input-size">size</code>, <code
   title="attr-input-src">src</code>, <code
-  title="attr-input-step">step</code>, and <code
-  title="attr-fs-target">target</code> attributes apply to an
+  title="attr-input-step">step</code>, <code
+  title="attr-fs-target">target</code>, and <code
+  title="attr-dim-width">width</code> attributes apply to an
   <code>input</code> element depends on the state of its <code
   title="attr-input-type">type</code> attribute. Similarly, the <code
   title="dom-input-checked">checked</code>, <code
@@ -26864,6 +26870,31 @@
 <!-- <td class="no"> ·      Button -->
 
     <tr>
+     <th> <code title="attr-dim-height">height</code>
+     <td class="no"> · <!-- Hidden -->
+     <td class="no"> · <!-- Text -->
+<!-- <td class="no"> ·      Search -->
+<!-- <td class="no"> ·      URL -->
+     <td class="no"> · <!-- E-mail -->
+     <td class="no"> · <!-- Password -->
+     <td class="no"> · <!-- Date and Time -->
+<!-- <td class="no"> ·      Date -->
+<!-- <td class="no"> ·      Month -->
+<!-- <td class="no"> ·      Week -->
+<!-- <td class="no"> ·      Time -->
+     <td class="no"> · <!-- Local Date and Time -->
+<!-- <td class="no"> ·      Number -->
+     <td class="no"> · <!-- Range -->
+     <td class="no"> · <!-- Color -->
+     <td class="no"> · <!-- Checkbox -->
+<!-- <td class="no"> ·      Radio Button -->
+     <td class="no"> · <!-- File Upload -->
+     <td class="no"> · <!-- Submit Button -->
+     <td class="yes"> Yes     <!-- Image Button -->
+     <td class="no"> · <!-- Reset Button -->
+<!-- <td class="no"> ·      Button -->
+
+    <tr>
      <th> <code title="attr-input-list">list</code>
      <td class="no"> · <!-- Hidden -->
      <td class="yes"> Yes     <!-- Text -->
@@ -27239,6 +27270,31 @@
 <!-- <td class="no"> ·      Button -->
 
     <tr>
+     <th> <code title="attr-dim-width">width</code>
+     <td class="no"> · <!-- Hidden -->
+     <td class="no"> · <!-- Text -->
+<!-- <td class="no"> ·      Search -->
+<!-- <td class="no"> ·      URL -->
+     <td class="no"> · <!-- E-mail -->
+     <td class="no"> · <!-- Password -->
+     <td class="no"> · <!-- Date and Time -->
+<!-- <td class="no"> ·      Date -->
+<!-- <td class="no"> ·      Month -->
+<!-- <td class="no"> ·      Week -->
+<!-- <td class="no"> ·      Time -->
+     <td class="no"> · <!-- Local Date and Time -->
+<!-- <td class="no"> ·      Number -->
+     <td class="no"> · <!-- Range -->
+     <td class="no"> · <!-- Color -->
+     <td class="no"> · <!-- Checkbox -->
+<!-- <td class="no"> ·      Radio Button -->
+     <td class="no"> · <!-- File Upload -->
+     <td class="no"> · <!-- Submit Button -->
+     <td class="yes"> Yes     <!-- Image Button -->
+     <td class="no"> · <!-- Reset Button -->
+<!-- <td class="no"> ·      Button -->
+
+    <tr>
      <th> <code title="dom-input-checked">checked</code>
      <td class="no"> · <!-- Hidden -->
      <td class="no"> · <!-- Text -->
@@ -27708,6 +27764,7 @@
    <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-dim-height">height</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>,
@@ -27721,8 +27778,9 @@
    <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>
+   <code class="no-backref" title="attr-input-step">step</code>,
+   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
    element:
@@ -27796,14 +27854,16 @@
    <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-dim-height">height</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-multiple">multiple</code>,
    <code class="no-backref" title="attr-fs-novalidate">novalidate</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>
+   <code class="no-backref" title="attr-input-step">step</code>,
+   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
    element:
@@ -27882,14 +27942,16 @@
    <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-dim-height">height</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-multiple">multiple</code>,
    <code class="no-backref" title="attr-fs-novalidate">novalidate</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>
+   <code class="no-backref" title="attr-input-step">step</code>,
+   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
    element:
@@ -27996,13 +28058,15 @@
    <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-dim-height">height</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-fs-novalidate">novalidate</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>
+   <code class="no-backref" title="attr-input-step">step</code>,
+   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
    element:
@@ -28064,6 +28128,7 @@
    <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-dim-height">height</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>,
@@ -28071,8 +28136,9 @@
    <code class="no-backref" title="attr-input-multiple">multiple</code>,
    <code class="no-backref" title="attr-fs-novalidate">novalidate</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>
+   <code class="no-backref" title="attr-input-step">step</code>,
+   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
    element:
@@ -28224,6 +28290,7 @@
    <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-dim-height">height</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-multiple">multiple</code>,
@@ -28231,8 +28298,9 @@
    <code class="no-backref" title="attr-input-pattern">pattern</code>,
    <code class="no-backref" title="attr-input-placeholder">placeholder</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>
+   <code class="no-backref" title="attr-input-src">src</code>,
+   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The
    <code class="no-backref" title="dom-input-checked">checked</code>
@@ -28367,6 +28435,7 @@
    <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-dim-height">height</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-multiple">multiple</code>,
@@ -28374,8 +28443,9 @@
    <code class="no-backref" title="attr-input-pattern">pattern</code>,
    <code class="no-backref" title="attr-input-placeholder">placeholder</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>
+   <code class="no-backref" title="attr-input-src">src</code>,
+   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The
    <code class="no-backref" title="dom-input-checked">checked</code>
@@ -28512,6 +28582,7 @@
    <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-dim-height">height</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-multiple">multiple</code>,
@@ -28519,8 +28590,9 @@
    <code class="no-backref" title="attr-input-pattern">pattern</code>,
    <code class="no-backref" title="attr-input-placeholder">placeholder</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>
+   <code class="no-backref" title="attr-input-src">src</code>,
+   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The
    <code class="no-backref" title="dom-input-checked">checked</code>
@@ -28656,6 +28728,7 @@
    <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-dim-height">height</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-multiple">multiple</code>,
@@ -28663,8 +28736,9 @@
    <code class="no-backref" title="attr-input-pattern">pattern</code>,
    <code class="no-backref" title="attr-input-placeholder">placeholder</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>
+   <code class="no-backref" title="attr-input-src">src</code>,
+   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The
    <code class="no-backref" title="dom-input-checked">checked</code>
@@ -28795,6 +28869,7 @@
    <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-dim-height">height</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-multiple">multiple</code>,
@@ -28802,8 +28877,9 @@
    <code class="no-backref" title="attr-input-pattern">pattern</code>,
    <code class="no-backref" title="attr-input-placeholder">placeholder</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>
+   <code class="no-backref" title="attr-input-src">src</code>,
+   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The
    <code class="no-backref" title="dom-input-checked">checked</code>
@@ -28921,6 +28997,7 @@
    <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-dim-height">height</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-multiple">multiple</code>,
@@ -28928,8 +29005,9 @@
    <code class="no-backref" title="attr-input-pattern">pattern</code>,
    <code class="no-backref" title="attr-input-placeholder">placeholder</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>
+   <code class="no-backref" title="attr-input-src">src</code>,
+   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The following DOM attributes do not apply to the element:
    <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code> and
@@ -29036,6 +29114,7 @@
    <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-dim-height">height</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-multiple">multiple</code>,
@@ -29043,8 +29122,9 @@
    <code class="no-backref" title="attr-input-pattern">pattern</code>,
    <code class="no-backref" title="attr-input-placeholder">placeholder</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>
+   <code class="no-backref" title="attr-input-src">src</code>,
+   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The following DOM attributes do not apply to the element:
    <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code> and
@@ -29189,6 +29269,7 @@
    <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-dim-height">height</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-multiple">multiple</code>,
@@ -29198,8 +29279,9 @@
    <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>
+   <code class="no-backref" title="attr-input-src">src</code>,
+   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The following DOM attributes do not apply to the element:
    <code class="no-backref" title="dom-input-checked">checked</code> and
@@ -29270,6 +29352,7 @@
    <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-dim-height">height</code>,
    <code class="no-backref" title="attr-input-maxlength">maxlength</code>,
    <code class="no-backref" title="attr-input-max">max</code>,
    <code class="no-backref" title="attr-fs-method">method</code>,
@@ -29282,8 +29365,9 @@
    <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>
+   <code class="no-backref" title="attr-input-step">step</code>,
+   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the
    element:
@@ -29349,6 +29433,7 @@
    <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-dim-height">height</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>,
@@ -29361,8 +29446,9 @@
    <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>
+   <code class="no-backref" title="attr-input-step">step</code>,
+   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the element:
    <code class="no-backref" title="dom-input-list">list</code>,
@@ -29487,6 +29573,7 @@
    <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-dim-height">height</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>,
@@ -29499,8 +29586,9 @@
    <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>
+   <code class="no-backref" title="attr-input-step">step</code>,
+   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The following DOM attributes and methods do not apply to the element:
    <code class="no-backref" title="dom-input-list">list</code>,
@@ -29604,6 +29692,7 @@
    <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-dim-height">height</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>,
@@ -29615,8 +29704,9 @@
    <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>
+   <code class="no-backref" title="attr-input-step">step</code>,
+   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-dim-width">width</code>.</p>
 
    <p>The element's <code title="attr-input-value">value</code>
    attribute must be omitted.</p>
@@ -29690,6 +29780,7 @@
    <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-dim-height">height</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>,
@@ -29700,8 +29791,9 @@
    <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>
+   <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-dim-width">width</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>,
@@ -29822,6 +29914,9 @@
   title="attr-input-alt">alt</code> attribute must also be present,
   and must contain a non-empty string.</p>
 
+  <p>The <code>input</code> element supports <span>dimension
+  attributes</span>.</p>
+
   <hr>
 
   <p>If the <code title="attr-input-src">src</code> attribute is set,
@@ -29887,10 +29982,12 @@
    <code title="attr-fs-action">action</code>,
    <code title="attr-input-alt">alt</code>,
    <code title="attr-fs-enctype">enctype</code>,
+   <code title="attr-dim-height">height</code>,
    <code title="attr-fs-method">method</code>, 
    <code title="attr-fs-novalidate">novalidate</code>,
-   <code title="attr-input-src">src</code>, and
-   <code title="attr-fs-target">target</code> content attributes;
+   <code title="attr-input-src">src</code>,
+   <code title="attr-fs-target">target</code>, and
+   <code title="attr-dim-width">width</code> content attributes;
    <code title="dom-input-value">value</code> DOM attribute.</p>
 
    <p>The <code title="dom-input-value">value</code> DOM attribute is
@@ -29977,6 +30074,7 @@
    <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-dim-height">height</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>,
@@ -29990,8 +30088,9 @@
    <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>
+   <code class="no-backref" title="attr-input-step">step</code>,
+   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-dim-width">width</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>,
@@ -30044,6 +30143,7 @@
    <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-dim-height">height</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>,
@@ -30057,8 +30157,9 @@
    <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>
+   <code class="no-backref" title="attr-input-step">step</code>,
+   <code class="no-backref" title="attr-fs-target">target</code>, and
+   <code class="no-backref" title="attr-dim-width">width</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>,




More information about the Commit-Watchers mailing list