|
@@ -1125,6 +1125,10 @@ |
|
|
<li><a href="#the-autocomplete"><span class=secno>4.10.4.2.1. |
|
|
</span>The <code |
|
|
title=attr-input-autocomplete>autocomplete</code> attribute</a> |
|
|
|
|
|
<li><a href="#the-readonly"><span class=secno>4.10.4.2.2. |
|
|
</span>The <code title=attr-input-readonly>readonly</code> |
|
|
attribute</a> |
|
|
</ul> |
|
|
|
|
|
<li><a href="#common5"><span class=secno>4.10.4.3. </span>Common |
|
|
|
|
|
|
|
<dd><code title=attr-input-pattern>pattern</code> |
|
|
|
|
|
<dd><code title=attr-input-readonly>readonly</code> |
|
|
<dd><code title=attr-input-readonly><a |
|
|
href="#readonly0">readonly</a></code> |
|
|
|
|
|
<dd><code title=attr-input-required>required</code> |
|
|
|
|
|
|
|
title=attr-fs-method><a href="#method">method</a></code>, <code |
|
|
title=attr-input-min>min</code>, <code |
|
|
title=attr-input-pattern>pattern</code>, <code |
|
|
title=attr-input-readonly>readonly</code>, <code |
|
|
title=attr-input-readonly><a href="#readonly0">readonly</a></code>, <code |
|
|
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><a |
|
|
|
|
<td class=no> · <!-- Button --> |
|
|
|
|
|
<tr> |
|
|
<th> <code title=attr-input-readonly>readonly</code> |
|
|
<th> <code title=attr-input-readonly><a |
|
|
href="#readonly0">readonly</a></code> |
|
|
|
|
|
<td class=yes> Yes <!-- Text --> |
|
|
|
|
|
|
|
href="#disabled4" title=concept-fe-disabled>disabled</a>, it is <i |
|
|
title=concept-input-immutable><a href="#immutable">immutable</a></i>. |
|
|
|
|
|
<p class=note>The <code title=attr-input-readonly>readonly</code> attribute |
|
|
can also make an <code><a href="#input0">input</a></code> element <i |
|
|
<p class=note>The <code title=attr-input-readonly><a |
|
|
href="#readonly0">readonly</a></code> attribute can also make an <code><a |
|
|
href="#input0">input</a></code> element <i |
|
|
title=concept-input-immutable><a href="#immutable">immutable</a></i>. |
|
|
|
|
|
<p>Each <code><a href="#input0">input</a></code> element has a boolean <dfn |
|
|
|
|
title=attr-input-maxlength>maxlength</code> content attribute. The <dfn |
|
|
id=readonly title=dom-input-readOnly><code>readOnly</code></dfn> DOM |
|
|
attribute must <a href="#reflect">reflect</a> the <code |
|
|
title=attr-input-readonly>readonly</code> content attribute. The <dfn |
|
|
id=defaultchecked |
|
|
title=attr-input-readonly><a href="#readonly0">readonly</a></code> content |
|
|
attribute. The <dfn id=defaultchecked |
|
|
title=dom-input-defaultChecked><code>defaultChecked</code></dfn> DOM |
|
|
attribute must <a href="#reflect">reflect</a> the <code |
|
|
title=attr-input-checked>checked</code> content attribute. The <dfn |
|
|
|
|
title=attr-input-list>list</code>, <code |
|
|
title=attr-input-maxlength>maxlength</code>, <code |
|
|
title=attr-input-pattern>pattern</code>, <code |
|
|
title=attr-input-readonly>readonly</code>, <code |
|
|
title=attr-input-readonly><a href="#readonly0">readonly</a></code>, <code |
|
|
title=attr-input-required>required</code>, and <code |
|
|
title=attr-input-size>size</code> content attributes; <code |
|
|
title=dom-input-list><a href="#list">list</a></code>, and <code |
|
|
|
|
title=attr-input-inputmode>inputmode</code>, <code |
|
|
title=attr-input-maxlength>maxlength</code>, <code |
|
|
title=attr-input-pattern>pattern</code>, <code |
|
|
title=attr-input-readonly>readonly</code>, <code |
|
|
title=attr-input-readonly><a href="#readonly0">readonly</a></code>, <code |
|
|
title=attr-input-required>required</code>, and <code |
|
|
title=attr-input-size>size</code>. |
|
|
|
|
|
|
|
accessible, as there are significant security implications for the user if |
|
|
support for this attribute is disabled. |
|
|
|
|
|
<h6 id=the-readonly><span class=secno>4.10.4.2.2. </span>The <code |
|
|
title=attr-input-readonly><a href="#readonly0">readonly</a></code> |
|
|
attribute</h6> |
|
|
|
|
|
<p>The <dfn id=readonly0 |
|
|
title=attr-input-readonly><code>readonly</code></dfn> attribute is a <a |
|
|
href="#boolean0">boolean attribute</a>. When specified, the element is <i |
|
|
title=concept-input-immutable><a href="#immutable">immutable</a></i>. |
|
|
|
|
|
<h5 id=common5><span class=secno>4.10.4.3. </span>Common <code><a |
|
|
href="#input0">input</a></code> element APIs</h5> |
|
|
|