@@ -1196,13 +1196,13 @@ Numeric Data Types</h2>
1196
1196
whose usage is more localized.
1197
1197
1198
1198
The precision and supported range of numeric values in CSS
1199
- is <em> explicitly undefined </em> ,
1199
+ is [=implementation-defined=] ,
1200
1200
and can vary based on the property or other context a value is used in.
1201
1201
However, within the CSS specifications,
1202
1202
infinite precision and range is assumed.
1203
1203
When a value cannot be explicitly supported due to range/precision limitations,
1204
1204
it must be converted to the closest value supported by the implementation,
1205
- but how the implementation defines "closest" is explicitly undefined as well.
1205
+ but how the implementation defines "closest" is [=implementation-defined=] as well.
1206
1206
1207
1207
If an <<angle>> must be converted
1208
1208
due to exceeding the implementation-defined range of supported values,
@@ -1724,7 +1724,7 @@ Distance Units: the <<length>> type</h2>
1724
1724
1725
1725
While the exact supported precision of numeric values,
1726
1726
and how they are rounded to match that precision,
1727
- is generally intentionally undefined ,
1727
+ is generally [=implementation-defined=] ,
1728
1728
<<length>> s in 'border-width' and a few other properties
1729
1729
are rounded in a specific fashion
1730
1730
to ensure reasonable visual display.
@@ -2062,7 +2062,7 @@ Font-relative Lengths: the ''em'', ''rem'', ''ex'', ''rex'', ''cap'', ''rcap'',
2062
2062
2063
2063
Some user-agents apply restrictions to the 'line-height' values on form controls.
2064
2064
These must have no effect on the ''lh'' and ''rlh'' units.
2065
- The effect on their descendants, however, is undefined .
2065
+ The effect on their descendants, however, is [=implementation-defined=] .
2066
2066
2067
2067
<!--
2068
2068
██ ██ ██ ██ ██ ████████ ████████ ██████
@@ -3457,7 +3457,7 @@ Argument Ranges</h4>
3457
3457
3458
3458
In ''tan(A)'' , if A is one of the asymptote values
3459
3459
(such as ''90deg'' , ''270deg'' , etc),
3460
- the result is <strong> explicitly undefined </strong> .
3460
+ the numeric result is [=implementation-defined=] .
3461
3461
If an implementation is capable of exactly representing these inputs,
3462
3462
it <em> should</em> return
3463
3463
+∞ for the asymptotes at <code> 90deg + N*360deg</code> ,
@@ -3470,7 +3470,7 @@ Argument Ranges</h4>
3470
3470
for these inputs.
3471
3471
3472
3472
<details class=note>
3473
- <summary> Why are these undefined ?</summary>
3473
+ <summary> Why are these [=implementation-defined=] ?</summary>
3474
3474
3475
3475
The tangent function is <em> discontinuous</em> at its asymptotes:
3476
3476
it approaches infinity from one side
0 commit comments