File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1259,10 +1259,12 @@ Ratios: the <<ratio>> type</h3>
12591259 unless both numbers are zero,
12601260 in which case the computed value is the pair (1, 0) (same as ''1 / 0'' ).
12611261
1262- Note: This makes the behavior of ''calc(0 / 0)'' and ''0 / 0'' consistent,
1263- which is generally true in all other cases.
1264-
1265- Issue: This is being discussed in <a href="https://github.com/w3c/csswg-drafts/issues/4954">Issue 4954</a> .
1262+ Note: This makes the behavior of ''calc(0 / 0)''
1263+ (an ordinary division,
1264+ which resolves to ''NaN''
1265+ and is then "censored" to ''infinity'' )
1266+ consistent with the ratio ''0 / 0'' ;
1267+ this consistency is generally true in all other cases.
12661268
12671269 If two <<ratio>> s need to be compared,
12681270 divide the first number by the second,
You can’t perform that action at this time.
0 commit comments