We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ee265 commit 03d17abCopy full SHA for 03d17ab
css-values-4/Overview.bs
@@ -3852,6 +3852,17 @@ Type Checking
3852
<>s never become "length-like" in ''calc()''.
3853
They always stay as <>s.
3854
3855
+ Note: In Quirks Mode [[quirks]],
3856
+ some properties that would normally only accept <>s
3857
+ are defined to also accept <>s,
3858
+ interpreting them as ''px'' lengths.
3859
+ Like unitless zeroes,
3860
+ this has no effect on the parsing or behavior of [=math functions=],
3861
+ tho a [=math function=] that resolves to a <> value
3862
+ might become valid in Quirks Mode
3863
+ (and have its result interpreted as a ''px'' length).
3864
+
3865
3866
3867
Internal Representation
3868
0 commit comments