Skip to content

Commit

Permalink
[e] (0) Correctness in the non-normative authoring text.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=14889
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@6946 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 31, 2012
1 parent 0e6a21c commit e21b1c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -47921,7 +47921,7 @@ <h5 id=common-input-element-apis><span class=secno>4.10.7.4 </span>Common <code>
<dd>

<p>Returns a number representing the form control's <a href=#concept-fe-value title=concept-fe-value>value</a>, if applicable; otherwise,
returns null.</p>
returns NaN.</p>

<p>Can be set, to change the value.</p>

Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -47921,7 +47921,7 @@ You cannot submit this form when the field is incorrect.</samp></pre>
<dd>

<p>Returns a number representing the form control's <a href=#concept-fe-value title=concept-fe-value>value</a>, if applicable; otherwise,
returns null.</p>
returns NaN.</p>

<p>Can be set, to change the value.</p>

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -55747,7 +55747,7 @@ You cannot submit this form when the field is incorrect.</samp></pre>

<p>Returns a number representing the form control's <span
title="concept-fe-value">value</span>, if applicable; otherwise,
returns null.</p>
returns NaN.</p>

<p>Can be set, to change the value.</p>

Expand Down

0 comments on commit e21b1c9

Please sign in to comment.