Skip to content

Commit d71a480

Browse files
committed
1 parent 5c23d74 commit d71a480

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css3-values/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ <h2 id=numeric-types><span class=secno>4. </span> Numeric Data Types</h2>
748748
<p> Properties may restrict numeric values to some range. If the value is
749749
outside the allowed range, the declaration is invalid and must be <a
750750
href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>. For
751-
unrestricted values, UAs must support at least up to ±2<sup>27</sup>-1;
751+
unrestricted values, UAs must support at least up to ±2<sup>24</sup>-1;
752752
unsupported values must be clamped to the closest supported value. When
753753
arithmetic is performed with numeric types (for example, in the calc()
754754
expression, or when doing unit conversions), if the result is outside the

css3-values/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ <h2 id="numeric-types">
424424
Properties may restrict numeric values to some range.
425425
If the value is outside the allowed range,
426426
the declaration is invalid and must be <a href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>.
427-
For unrestricted values, UAs must support at least up to ±2<sup>27</sup>-1;
427+
For unrestricted values, UAs must support at least up to ±2<sup>24</sup>-1;
428428
unsupported values must be clamped to the closest supported value.
429429
When arithmetic is performed with numeric types
430430
(for example, in the calc() expression, or when doing unit conversions),

0 commit comments

Comments
 (0)