Skip to content

Commit

Permalink
[] (0) WF2: Prepare <input> section for subsections.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2194 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 16, 2008
1 parent b6d8ee5 commit 000d684
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 24 deletions.
30 changes: 17 additions & 13 deletions index
Expand Up @@ -27312,14 +27312,29 @@ function AddCloud(data, x, y) { ... }</pre>
<td> A button
</table>

<p class=big-issue>...

<p>The <code title=attr-fae-form><a href="#form0">form</a></code> attribute
is used to explicitly associate the <code><a
href="#input0">input</a></code> element with its <a
href="#form-owner">form owner</a>. The <code title=attr-fe-name><a
href="#name11">name</a></code> attribute represents the element's name.

<p>The <code title=dom-cva-willValidate><a
href="#willvalidate">willValidate</a></code>, <code
title=dom-cva-validity><a href="#validity">validity</a></code>, and <code
title=dom-cva-validationMessage><a
href="#validationmessage">validationMessage</a></code> attributes, and the
<code title=dom-cva-checkValidatity><a
href="#checkvalidity0">checkValidity()</a></code> and <code
title=dom-cva-setCustomValidity><a
href="#setcustomvalidity">setCustomValidity()</a></code> methods, are part
of the <a href="#constraint0">constraint validation API</a>.

<p>The semantics and processing rules of the other attributes depend on the
state of the <code title=attr-input-type><a href="#type12">type</a></code>
attribute, and are defined in the sections below.

<p class=big-issue>...

<p class=big-issue>... <dfn id=checked
title=concept-input-checked>checked</dfn>

Expand All @@ -27332,17 +27347,6 @@ function AddCloud(data, x, y) { ... }</pre>
rel="" on submit buttons?
-->

<p>The <code title=dom-cva-willValidate><a
href="#willvalidate">willValidate</a></code>, <code
title=dom-cva-validity><a href="#validity">validity</a></code>, and <code
title=dom-cva-validationMessage><a
href="#validationmessage">validationMessage</a></code> attributes, and the
<code title=dom-cva-checkValidatity><a
href="#checkvalidity0">checkValidity()</a></code> and <code
title=dom-cva-setCustomValidity><a
href="#setcustomvalidity">setCustomValidity()</a></code> methods, are part
of the <a href="#constraint0">constraint validation API</a>.

<h4 id=the-button><span class=secno>4.9.5 </span>The <dfn
id=button0><code>button</code></dfn> element</h4>

Expand Down
26 changes: 15 additions & 11 deletions source
Expand Up @@ -24453,13 +24453,26 @@ function AddCloud(data, x, y) { ... }</pre>
<td> A button
</table>

<p class="big-issue">...</p>

<p>The <code title="attr-fae-form">form</code> attribute is used to
explicitly associate the <code>input</code> element with its
<span>form owner</span>. The <code title="attr-fe-name">name</code>
attribute represents the element's name.</p>

<p>The <code title="dom-cva-willValidate">willValidate</code>,
<code title="dom-cva-validity">validity</code>, and <code
title="dom-cva-validationMessage">validationMessage</code>
attributes, and the <code
title="dom-cva-checkValidatity">checkValidity()</code> and
<code
title="dom-cva-setCustomValidity">setCustomValidity()</code>
methods, are part of the <span>constraint validation API</span>.</p>

<p>The semantics and processing rules of the other attributes depend
on the state of the <code title="attr-input-type">type</code>
attribute, and are defined in the sections below.</p>

<p class="big-issue">...</p>

<p class="big-issue">... <dfn title="concept-input-checked">checked</dfn></p>

<p class="big-issue">... image: <dfn title="concept-input-type-image-coordinate">selected coordinate</dfn></p>
Expand All @@ -24470,15 +24483,6 @@ function AddCloud(data, x, y) { ... }</pre>
rel="" on submit buttons?
-->

<p>The <code title="dom-cva-willValidate">willValidate</code>,
<code title="dom-cva-validity">validity</code>, and <code
title="dom-cva-validationMessage">validationMessage</code>
attributes, and the <code
title="dom-cva-checkValidatity">checkValidity()</code> and
<code
title="dom-cva-setCustomValidity">setCustomValidity()</code>
methods, are part of the <span>constraint validation API</span>.</p>



<h4>The <dfn><code>button</code></dfn> element</h4>
Expand Down

0 comments on commit 000d684

Please sign in to comment.