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
2 changes: 1 addition & 1 deletion css-backgrounds-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ Painting Area: the 'background-clip' property</h3>
The syntax of the property is given with

<pre class=prod>
<dfn>&lt;bg-clip></dfn> = <<visual-box>> | border-area| text
<dfn>&lt;bg-clip></dfn> = <<visual-box>> | [ border-area || text ]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The spec needs to explain what happens when 2 values are provided. Is the background clipped to the intersection? Union?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the hint! See #12739.

</pre>

Issue: Or should this be defining the <css>-webkit-background-clip</css> property,
Expand Down