Skip to content

Commit d0082e2

Browse files
committed
Add a precision requirement for numbers.
--HG-- extra : rebase_source : 9fff8aeff8eb65a859937e50b5e6021bcb1c8f1b
1 parent e0294d9 commit d0082e2

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

css3-values/Overview.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,9 @@ <h2 id=numeric-types><span class=secno>4. </span> Numeric Data Types</h2>
761761
UAs's supported range, it must also be clamped to the closest supported
762762
value.
763763

764+
<p> UAs must support at least 3 digits of precision after the decimal point
765+
in numeric values.
766+
764767
<h3 id=integers><span class=secno>4.1. </span> Integers: the &lsquo;<a
765768
href="#integer-value"><code class=css>&lt;integer&gt;</code></a>&rsquo;
766769
type</h3>

css3-values/Overview.src.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,9 @@ <h2 id="numeric-types">
428428
if the result is outside the UAs's supported range,
429429
it must also be clamped to the closest supported value.
430430

431+
<p>
432+
UAs must support at least 3 digits of precision after the decimal point in numeric values.
433+
431434
<h3 id="integers">
432435
Integers: the ''&lt;integer&gt;'' type</h3>
433436

0 commit comments

Comments
 (0)