Skip to content

Commit

Permalink
[c] (0) Forgot to say that 'checked' is a boolean attribute. (bug 6894)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3169 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 1, 2009
1 parent 1d29e67 commit 35ad69f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -30085,7 +30085,8 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
</div>

<p>The <dfn id=attr-input-checked title=attr-input-checked><code>checked</code></dfn>
content attribute gives the default <a href=#concept-fe-checked title=concept-fe-checked>checkedness</a> of the
content attribute is a <a href=#boolean-attribute>boolean attribute</a> that gives the
default <a href=#concept-fe-checked title=concept-fe-checked>checkedness</a> of the
<code><a href=#the-input-element>input</a></code> element. <span class=impl>When the <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code> content attribute is
added, if the control does not have <i title=concept-input-checked-dirty><a href=#concept-input-checked-dirty>dirty checkedness</a></i>, the user
agent must set the <a href=#concept-fe-checked title=concept-fe-checked>checkedness</a> of the element to
Expand Down
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -33435,8 +33435,8 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
</div>

<p>The <dfn title="attr-input-checked"><code>checked</code></dfn>
content attribute gives the default <span
title="concept-fe-checked">checkedness</span> of the
content attribute is a <span>boolean attribute</span> that gives the
default <span title="concept-fe-checked">checkedness</span> of the
<code>input</code> element. <span class="impl">When the <code
title="attr-input-checked">checked</code> content attribute is
added, if the control does not have <i
Expand Down

0 comments on commit 35ad69f

Please sign in to comment.