We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc145c commit a9c2e82Copy full SHA for a9c2e82
1 file changed
css-values/Overview.bs
@@ -700,6 +700,10 @@ Percentages: the <<percentage>> type</h3>
700
not relative to any other value.
701
They cannot be combined with anything in ''calc()''
702
(except themselves, in useless expressions like ''calc(10% + 20%)'').
703
+
704
+ An exceptional case is 'background-position'--
705
+ there, <<percentage>>s and <<length>>s actually cause different behavior/interpretations.
706
+ However, there is prose defining how to interpret a ''calc()'' mixing the two in that context.
707
</div>
708
709
<h3 id='dimensions'>
0 commit comments