@@ -1196,13 +1196,13 @@ Numeric Data Types</h2>
11961196 whose usage is more localized.
11971197
11981198 The precision and supported range of numeric values in CSS
1199- is <em> explicitly undefined </em> ,
1199+ is [=implementation-defined=] ,
12001200 and can vary based on the property or other context a value is used in.
12011201 However, within the CSS specifications,
12021202 infinite precision and range is assumed.
12031203 When a value cannot be explicitly supported due to range/precision limitations,
12041204 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.
12061206
12071207 If an <<angle>> must be converted
12081208 due to exceeding the implementation-defined range of supported values,
@@ -1724,7 +1724,7 @@ Distance Units: the <<length>> type</h2>
17241724
17251725 While the exact supported precision of numeric values,
17261726 and how they are rounded to match that precision,
1727- is generally intentionally undefined ,
1727+ is generally [=implementation-defined=] ,
17281728 <<length>> s in 'border-width' and a few other properties
17291729 are rounded in a specific fashion
17301730 to ensure reasonable visual display.
@@ -2062,7 +2062,7 @@ Font-relative Lengths: the ''em'', ''rem'', ''ex'', ''rex'', ''cap'', ''rcap'',
20622062
20632063 Some user-agents apply restrictions to the 'line-height' values on form controls.
20642064 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=] .
20662066
20672067<!--
20682068██ ██ ██ ██ ██ ████████ ████████ ██████
@@ -3457,7 +3457,7 @@ Argument Ranges</h4>
34573457
34583458 In ''tan(A)'' , if A is one of the asymptote values
34593459 (such as ''90deg'' , ''270deg'' , etc),
3460- the result is <strong> explicitly undefined </strong> .
3460+ the numeric result is [=implementation-defined=] .
34613461 If an implementation is capable of exactly representing these inputs,
34623462 it <em> should</em> return
34633463 +∞ for the asymptotes at <code> 90deg + N*360deg</code> ,
@@ -3470,7 +3470,7 @@ Argument Ranges</h4>
34703470 for these inputs.
34713471
34723472 <details class=note>
3473- <summary> Why are these undefined ?</summary>
3473+ <summary> Why are these [=implementation-defined=] ?</summary>
34743474
34753475 The tangent function is <em> discontinuous</em> at its asymptotes:
34763476 it approaches infinity from one side
0 commit comments