We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 838cd0f commit bda7588Copy full SHA for bda7588
1 file changed
css-values-4/Overview.bs
@@ -2634,8 +2634,10 @@ Argument Ranges</h4>
2634
2635
In ''tan(A)'', if A is one of the asymptote values
2636
(such as ''90deg'', ''270deg'', etc),
2637
- the result must be +∞ for positive angles
2638
- and -∞ for negative angles.
+ the result must be +∞ for ''90deg'' and all values a multiple of ''360deg'' from that
+ (such as ''-270deg'' or ''450deg''),
2639
+ and -∞ for ''-90deg'' and all values a multiple of ''360deg'' from that
2640
+ (such as ''-450deg'' or ''270deg'').
2641
2642
Note: This is only relevant for units that can exactly represent the asymptotic values,
2643
such as ''deg'' or ''grad''.
0 commit comments