[html5] r6946 - [e] (0) Correctness in the non-normative authoring text. Fixing https://www.w3.o [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jan 31 11:53:47 PST 2012
Author: ianh
Date: 2012-01-31 11:53:46 -0800 (Tue, 31 Jan 2012)
New Revision: 6946
Modified:
complete.html
index
source
Log:
[e] (0) Correctness in the non-normative authoring text.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=14889
Affected topics: DOM APIs
Modified: complete.html
===================================================================
--- complete.html 2012-01-31 19:36:27 UTC (rev 6945)
+++ complete.html 2012-01-31 19:53:46 UTC (rev 6946)
@@ -47921,7 +47921,7 @@
<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>
Modified: index
===================================================================
--- index 2012-01-31 19:36:27 UTC (rev 6945)
+++ index 2012-01-31 19:53:46 UTC (rev 6946)
@@ -47921,7 +47921,7 @@
<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>
Modified: source
===================================================================
--- source 2012-01-31 19:36:27 UTC (rev 6945)
+++ source 2012-01-31 19:53:46 UTC (rev 6946)
@@ -55747,7 +55747,7 @@
<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>
More information about the Commit-Watchers
mailing list