Short URL: http://html5.org/r/1967
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 1967 | Allow implementations to use other IEEE rounding modes if really necessary. | 2008-07-31 05:23 |
Index: source =================================================================== --- source (revision 1966) +++ source (revision 1967) @@ -19729,9 +19729,9 @@ the result is a NaN value, then the value be must converted to zero. If the result is less than 0, it must be clamped to zero. If the result is more than 255, it must be clamped to 255. If the - number is not an integer, it must be rounded to the nearest integer - using the IEEE 754r <i>convertToIntegerTiesToEven</i> rounding mode. <a - href="#refsECMA262">[ECMA262]</a> <a + number is not an integer, it should be rounded to the nearest + integer using the IEEE 754r <i>convertToIntegerTiesToEven</i> + rounding mode. <a href="#refsECMA262">[ECMA262]</a> <a href="#refsIEEE754r">[IEEE754R]</a></p> <p class="note">The width and height (<var title="">w</var> and <var