[html5] r3695 - [e] (0) Only one kind of float now.

whatwg at whatwg.org whatwg at whatwg.org
Sat Aug 29 14:54:02 PDT 2009


Author: ianh
Date: 2009-08-29 14:54:01 -0700 (Sat, 29 Aug 2009)
New Revision: 3695

Modified:
   index
   source
Log:
[e] (0) Only one kind of float now.

Modified: index
===================================================================
--- index	2009-08-29 19:24:36 UTC (rev 3694)
+++ index	2009-08-29 21:54:01 UTC (rev 3695)
@@ -5281,11 +5281,10 @@
   string must be used as the new content attribute value.</p>
 
   <p>If a reflecting DOM attribute is a floating point number type
-  (<code>float</code>) and it doesn't fall into one of the earlier
-  categories, then, on getting, the content attribute must be parsed
-  according to the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating point number
-  values</a>, and if that is successful, and the value is in the
-  range of the DOM attribute's type, the resulting value must be
+  (<code>float</code>), then, on getting, the content attribute must
+  be parsed according to the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating point
+  number values</a>, and if that is successful, and the value is in
+  the range of the DOM attribute's type, the resulting value must be
   returned. If, on the other hand, it fails or returns an out of range
   value, or if the attribute is absent, the default value must be
   returned instead, or 0.0 if there is no default value. On setting,

Modified: source
===================================================================
--- source	2009-08-29 19:24:36 UTC (rev 3694)
+++ source	2009-08-29 21:54:01 UTC (rev 3695)
@@ -5006,11 +5006,10 @@
   string must be used as the new content attribute value.</p>
 
   <p>If a reflecting DOM attribute is a floating point number type
-  (<code>float</code>) and it doesn't fall into one of the earlier
-  categories, then, on getting, the content attribute must be parsed
-  according to the <span>rules for parsing floating point number
-  values</span>, and if that is successful, and the value is in the
-  range of the DOM attribute's type, the resulting value must be
+  (<code>float</code>), then, on getting, the content attribute must
+  be parsed according to the <span>rules for parsing floating point
+  number values</span>, and if that is successful, and the value is in
+  the range of the DOM attribute's type, the resulting value must be
   returned. If, on the other hand, it fails or returns an out of range
   value, or if the attribute is absent, the default value must be
   returned instead, or 0.0 if there is no default value. On setting,




More information about the Commit-Watchers mailing list