Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@6065 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 4, 2011
1 parent cfd8837 commit 469726e
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 @@ -41218,8 +41218,8 @@ <h4 id=the-fieldset-element><span class=secno>4.10.4 </span>The <dfn><code>field

<dd>

<p>Returns an <code><a href=#htmlcollection>HTMLCollection</a></code> of the form controls in
the element.</p>
<p>Returns an <code><a href=#htmlformcontrolscollection>HTMLFormControlsCollection</a></code> of the form
controls in the element.</p>

</dd>

Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -41246,8 +41246,8 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H

<dd>

<p>Returns an <code><a href=#htmlcollection>HTMLCollection</a></code> of the form controls in
the element.</p>
<p>Returns an <code><a href=#htmlformcontrolscollection>HTMLFormControlsCollection</a></code> of the form
controls in the element.</p>

</dd>

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -46088,8 +46088,8 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {

<dd>

<p>Returns an <code>HTMLCollection</code> of the form controls in
the element.</p>
<p>Returns an <code>HTMLFormControlsCollection</code> of the form
controls in the element.</p>

</dd>

Expand Down

0 comments on commit 469726e

Please sign in to comment.