File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -923,6 +923,15 @@ Numeric Data Types</h2>
923
923
(e.g. [[css-grid-1]] introduces ''fr'' units)
924
924
whose usage is more localized.
925
925
926
+ The precision and supported range of numeric values in CSS
927
+ is <em> explicitly undefined</em> ,
928
+ and can vary based on the property or other context a value is used in.
929
+ However, within the CSS specifications,
930
+ infinite precision and range is assumed.
931
+ When a value cannot be explicitly supported due to range/precision limitations,
932
+ it must be converted to the closest value supported by the implementation,
933
+ but how the implementation defines "closest" is explicitly undefined as well.
934
+
926
935
<h3 id="numeric-ranges">
927
936
Range Restrictions and Range Definition Notation</h3>
928
937
@@ -4550,6 +4559,7 @@ Additions Since Level 3</h3>
4550
4559
Changes since <a href="http://www.w3.org/TR/css-values-3/">CSS Values and Units Level 3</a> :
4551
4560
4552
4561
<ul>
4562
+ <li> Explicitly undefined numeric precision/range.
4553
4563
<li> Added rules for interpolation per value type,
4554
4564
and their clarified computed values.
4555
4565
<li> Defined the <<dashed-ident>> type.
You can’t perform that action at this time.
0 commit comments