Skip to content

Commit a9c2e82

Browse files
committed
[css-values] Talk about bg-position
1 parent 6fc145c commit a9c2e82

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

css-values/Overview.bs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,10 @@ Percentages: the <<percentage>> type</h3>
700700
not relative to any other value.
701701
They cannot be combined with anything in ''calc()''
702702
(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.
703707
</div>
704708

705709
<h3 id='dimensions'>

0 commit comments

Comments
 (0)