Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) WF2: r comes after m...
git-svn-id: http://svn.whatwg.org/webapps@2238 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 25, 2008
1 parent 40060f5 commit 38ec80a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
40 changes: 20 additions & 20 deletions index
Expand Up @@ -1133,12 +1133,12 @@
</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>
<li><a href="#the-maxlength"><span class=secno>4.10.4.2.2.
</span>The <code title=attr-input-maxlength>maxlength</code>
attribute</a>

<li><a href="#the-maxlength"><span class=secno>4.10.4.2.3.
</span>The <code title=attr-input-maxlength>maxlength</code>
<li><a href="#the-readonly"><span class=secno>4.10.4.2.3.
</span>The <code title=attr-input-readonly>readonly</code>
attribute</a>
</ul>

Expand Down Expand Up @@ -30434,22 +30434,7 @@ rel="" on submit buttons?
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>.

<p><strong>Constraint validation:</strong> If the <code
title=attr-input-readonly><a href="#readonly0">readonly</a></code>
attribute is specified on an <code><a href="#input0">input</a></code>
element, the element is <a href="#barred">barred from constraint
validation</a>.

<h6 id=the-maxlength><span class=secno>4.10.4.2.3. </span>The <code
<h6 id=the-maxlength><span class=secno>4.10.4.2.2. </span>The <code
title=attr-input-maxlength><a href="#maxlength0">maxlength</a></code>
attribute</h6>

Expand Down Expand Up @@ -30489,6 +30474,21 @@ rel="" on submit buttons?
href="#codepoint">codepoint length</a> is greater than the element's <a
href="#maximum">maximum allowed value length</a>.

<h6 id=the-readonly><span class=secno>4.10.4.2.3. </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>.

<p><strong>Constraint validation:</strong> If the <code
title=attr-input-readonly><a href="#readonly0">readonly</a></code>
attribute is specified on an <code><a href="#input0">input</a></code>
element, the element is <a href="#barred">barred from constraint
validation</a>.

<h5 id=common5><span class=secno>4.10.4.3. </span>Common <code><a
href="#input0">input</a></code> element APIs</h5>

Expand Down
26 changes: 13 additions & 13 deletions source
Expand Up @@ -26895,19 +26895,6 @@ rel="" on submit buttons?



<h6>The <code title="attr-input-readonly">readonly</code> attribute</h6>

<p>The <dfn title="attr-input-readonly"><code>readonly</code></dfn>
attribute is a <span>boolean attribute</span>. When specified, the
element is <i title="concept-input-immutable">immutable</i>.</p>

<p><strong>Constraint validation:</strong> If the <code
title="attr-input-readonly">readonly</code> attribute is specified
on an <code>input</code> element, the element is <span>barred from
constraint validation</span>.</p>



<h6>The <code title="attr-input-maxlength">maxlength</code> attribute</h6>

<p>The <dfn
Expand Down Expand Up @@ -26947,6 +26934,19 @@ rel="" on submit buttons?



<h6>The <code title="attr-input-readonly">readonly</code> attribute</h6>

<p>The <dfn title="attr-input-readonly"><code>readonly</code></dfn>
attribute is a <span>boolean attribute</span>. When specified, the
element is <i title="concept-input-immutable">immutable</i>.</p>

<p><strong>Constraint validation:</strong> If the <code
title="attr-input-readonly">readonly</code> attribute is specified
on an <code>input</code> element, the element is <span>barred from
constraint validation</span>.</p>



<h5>Common <code>input</code> element APIs</h5>

<h6>Value manipulation</h6>
Expand Down

0 comments on commit 38ec80a

Please sign in to comment.