- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 24 Dec 2008 09:31:19 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29915
Modified Files:
Overview.html
Log Message:
Allow height/width attributes on <input type=image>. (credit: hs) (whatwg r2561)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1731
retrieving revision 1.1732
diff -u -d -r1.1731 -r1.1732
--- Overview.html 24 Dec 2008 09:10:21 -0000 1.1731
+++ Overview.html 24 Dec 2008 09:31:17 -0000 1.1732
@@ -17577,12 +17577,12 @@
way to export any SVG fragment as a namespace-well-formed XML
fragment.<h4 id=dimension-attributes><span class=secno>4.8.17 </span><dfn>Dimension attributes</dfn></h4><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>The specified dimensions given may differ from the dimensions
+ <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>The specified dimensions given may differ from the dimensions
specified in the resource itself, since the resource may have a
resolution that differs from the CSS pixel resolution. (On screens,
CSS pixels have a resolution of 96ppi, but in general the CSS pixel
@@ -19304,6 +19304,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>
@@ -19322,6 +19323,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> {
@@ -19468,7 +19470,7 @@
<td> <a href=#button-state title=attr-input-type-button>Button</a>
<td> n/a
<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>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-inputmultiple>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
+ </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>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-minmin</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
@@ -19642,6 +19644,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 -->
@@ -20002,6 +20028,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 -->
@@ -20351,6 +20401,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>,
@@ -20364,8 +20415,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:
@@ -20416,14 +20468,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:
@@ -20478,14 +20532,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:
@@ -20559,13 +20615,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:
@@ -20606,6 +20664,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>,
@@ -20613,8 +20672,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:
@@ -20715,6 +20775,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>,
@@ -20722,8 +20783,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>
@@ -20811,6 +20873,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>,
@@ -20818,8 +20881,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>
@@ -20905,6 +20969,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>,
@@ -20912,8 +20977,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>
@@ -21001,6 +21067,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>,
@@ -21008,8 +21075,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>
@@ -21091,6 +21159,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>,
@@ -21098,8 +21167,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>
@@ -21177,6 +21247,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>,
@@ -21184,8 +21255,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
@@ -21257,6 +21329,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>,
@@ -21264,8 +21337,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
@@ -21355,6 +21429,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>,
@@ -21364,8 +21439,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
@@ -21413,6 +21489,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>,
@@ -21425,8 +21502,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:
@@ -21473,6 +21551,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>,
@@ -21485,8 +21564,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>,
@@ -21570,6 +21650,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>,
@@ -21582,8 +21663,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>,
@@ -21648,6 +21730,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>,
@@ -21659,8 +21742,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>
@@ -21710,6 +21794,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>,
@@ -21720,8 +21805,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>,
@@ -21787,7 +21873,8 @@
<code><a href=#the-input-element>input</a></code> element.</p><hr><p>The <dfn id=attr-input-alt title=attr-input-alt><code>alt</code></dfn> attribute
provides the textual label for the alternative button for users and
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><hr><p>If the <code title=attr-input-src><a href=#attr-input-src>src</a></code> attribute is set,
+ and must contain a non-empty string.<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
selecting a <a href=#concept-input-type-image-coordinate title=concept-input-type-image-coordinate>coordinate</a> from
@@ -21827,10 +21914,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
@@ -21890,6 +21979,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>,
@@ -21903,8 +21993,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>,
@@ -21935,6 +22026,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>,
@@ -21948,8 +22040,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>,
Received on Wednesday, 24 December 2008 09:31:31 UTC