Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions css-backgrounds-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1741,6 +1741,9 @@ Backgrounds Shorthand: the 'background' property</h3>

If one <<visual-box>> value is present
then it sets both 'background-origin' and 'background-clip' to that value.
However, there is one exception:
if the value is ''background-clip/border-area'',
it is set for 'background-clip', while 'background-origin' is set to ''background-origin/border-box''.
If two values are present,
then the first sets 'background-origin' and the second 'background-clip'.

Expand Down