Skip to content

Commit ccce670

Browse files
committed
[css-values][meta] Fix example, per w3c#4101.
1 parent 1203fd5 commit ccce670

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-values-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2676,8 +2676,8 @@ Argument Ranges</h4>
26762676
(because the JS function's input is in radians,
26772677
and one cannot perfectly express a value of π/2 in JS numbers),
26782678
is defined so that roundtripping of values works;
2679-
''tan(atan(1/0))'' yields +∞,
2680-
''tan(atan(-1/0))'' yields -∞,
2679+
''tan(atan(1 / 0))'' yields +∞,
2680+
''tan(atan(-1 / 0))'' yields -∞,
26812681
''atan(tan(90deg))'' yields ''90deg'',
26822682
and ''atan(tan(-90deg))'' yields ''-90deg''.
26832683

0 commit comments

Comments
 (0)