Skip to content

Commit

Permalink
[c] (0) <option selected> conformance requirements
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10232

git-svn-id: http://svn.whatwg.org/webapps@5623 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 14, 2010
1 parent ca6c1f0 commit 4c1dbd4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -44136,7 +44136,8 @@ <h4 id=the-option-element><span class=secno>4.10.12 </span>The <dfn><code>option
or the <code><a href=#textcontent>textContent</a></code> of the element, if there isn't.</p>

<p>The <dfn id=attr-option-selected title=attr-option-selected><code>selected</code></dfn>
attribute represents the default <a href=#concept-option-selectedness title=concept-option-selectedness>selectedness</a> of the
attribute is a <a href=#boolean-attribute>boolean attribute</a>. It represents the
default <a href=#concept-option-selectedness title=concept-option-selectedness>selectedness</a> of the
element.</p>

<div class=impl>
Expand Down
3 changes: 2 additions & 1 deletion index
Expand Up @@ -44116,7 +44116,8 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href=#htmleleme
or the <code><a href=#textcontent>textContent</a></code> of the element, if there isn't.</p>

<p>The <dfn id=attr-option-selected title=attr-option-selected><code>selected</code></dfn>
attribute represents the default <a href=#concept-option-selectedness title=concept-option-selectedness>selectedness</a> of the
attribute is a <a href=#boolean-attribute>boolean attribute</a>. It represents the
default <a href=#concept-option-selectedness title=concept-option-selectedness>selectedness</a> of the
element.</p>

<div class=impl>
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -49404,7 +49404,8 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {
or the <code>textContent</code> of the element, if there isn't.</p>

<p>The <dfn title="attr-option-selected"><code>selected</code></dfn>
attribute represents the default <span
attribute is a <span>boolean attribute</span>. It represents the
default <span
title="concept-option-selectedness">selectedness</span> of the
element.</p>

Expand Down

0 comments on commit 4c1dbd4

Please sign in to comment.