Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13803

git-svn-id: http://svn.whatwg.org/webapps@6623 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 4, 2011
1 parent 385724a commit ab2770e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -49613,8 +49613,8 @@ <h4 id=the-option-element><span class=secno>4.10.12 </span>The <dfn><code>option
attribute's behavior depends on whether the <code><a href=#the-option-element>option</a></code>
element is in a <code><a href=#the-select-element>select</a></code> element or not. If the
<code><a href=#the-option-element>option</a></code> has a <code><a href=#the-select-element>select</a></code> element as its parent,
or has a <code><a href=#the-colgroup-element>colgroup</a></code> element as its parent and that
<code><a href=#the-colgroup-element>colgroup</a></code> element has a <code><a href=#the-select-element>select</a></code> element as
or has a <code><a href=#the-optgroup-element>optgroup</a></code> element as its parent and that
<code><a href=#the-optgroup-element>optgroup</a></code> element has a <code><a href=#the-select-element>select</a></code> element as
its parent, then the <code title=dom-option-form><a href=#dom-option-form>form</a></code> IDL
attribute must return the same value as the <code title=dom-fae-form><a href=#dom-fae-form>form</a></code> IDL attribute on that
<code><a href=#the-select-element>select</a></code> element. Otherwise, it must return null.</p>
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -49613,8 +49613,8 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href=#htmleleme
attribute's behavior depends on whether the <code><a href=#the-option-element>option</a></code>
element is in a <code><a href=#the-select-element>select</a></code> element or not. If the
<code><a href=#the-option-element>option</a></code> has a <code><a href=#the-select-element>select</a></code> element as its parent,
or has a <code><a href=#the-colgroup-element>colgroup</a></code> element as its parent and that
<code><a href=#the-colgroup-element>colgroup</a></code> element has a <code><a href=#the-select-element>select</a></code> element as
or has a <code><a href=#the-optgroup-element>optgroup</a></code> element as its parent and that
<code><a href=#the-optgroup-element>optgroup</a></code> element has a <code><a href=#the-select-element>select</a></code> element as
its parent, then the <code title=dom-option-form><a href=#dom-option-form>form</a></code> IDL
attribute must return the same value as the <code title=dom-fae-form><a href=#dom-fae-form>form</a></code> IDL attribute on that
<code><a href=#the-select-element>select</a></code> element. Otherwise, it must return null.</p>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -55631,8 +55631,8 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {
attribute's behavior depends on whether the <code>option</code>
element is in a <code>select</code> element or not. If the
<code>option</code> has a <code>select</code> element as its parent,
or has a <code>colgroup</code> element as its parent and that
<code>colgroup</code> element has a <code>select</code> element as
or has a <code>optgroup</code> element as its parent and that
<code>optgroup</code> element has a <code>select</code> element as
its parent, then the <code title="dom-option-form">form</code> IDL
attribute must return the same value as the <code
title="dom-fae-form">form</code> IDL attribute on that
Expand Down

0 comments on commit ab2770e

Please sign in to comment.