Open
Bug 988659
Opened 11 years ago
Updated 3 years ago
Make clip-path/mask apply to fragments as specified by box-decoration-break
Categories
(Core :: Layout: Block and Inline, defect, P4)
Core
Layout: Block and Inline
Tracking
()
NEW
People
(Reporter: MatsPalmgren_bugz, Unassigned)
References
Details
Spawned off from bug 613659 comment 43:
From David Baron [:dbaron] 2014-01-27 10:24:57 PST:
FWIW, how box-decoration-break interacts with some other properties was discussed in today's CSS WG meeting:
[2014-01-27 10:23:06 -0800] <TabAtkins> krit: clip-path/clip/mask same as background wrt box-decoration-break
[2014-01-27 10:23:19 -0800] <TabAtkins> krit: mask-box same behavior as border-image wrt box-decoration-break
[2014-01-27 10:23:52 -0800] <TabAtkins> fantasai: So b-d-b controls masking/clipping as well as backgrounds.
[2014-01-27 10:24:18 -0800] <TabAtkins> smfr: Are there any cases where you'd want to use different b-d-b behaviors between the properties?
[2014-01-27 10:24:21 -0800] <TabAtkins> krit: I think not.
[2014-01-27 10:24:45 -0800] <TabAtkins> RESOLVED: clipping/masking properties respond to box-decoration-break as proposed above.
Reporter | ||
Comment 1•11 years ago
|
||
Note that clip:rect() is already broken for box-decoration-break:slice
when fragments is involved, bug 1031726.
Depends on: 1031726
Reporter | ||
Comment 2•11 years ago
|
||
clip:rect() was fixed for box-decoration-break:slice/clone in bug 1031726.
Summary: Make clip-path/clip/mask apply to fragments as specified by box-decoration-break → Make clip-path/mask apply to fragments as specified by box-decoration-break
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•