`background-clip: text` fails when content has large `transform: translate`
Categories
(Core :: Web Painting, defect)
Tracking
()
People
(Reporter: mattm, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:143.0) Gecko/20100101 Firefox/143.0
Steps to reproduce:
Apply a large transform: translate to an element with background-clip: text
Actual results:
The background is not visible.
Expected results:
The background is visible, clipped to the text.
Comment 4•1 month ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox::Translations' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•1 month ago
|
Updated•1 month ago
|
Comment 5•1 month ago
|
||
I think we are probably trying to apply the transform inside the display list builder that is used to build the mask for the text.
Comment 6•1 month ago
|
||
I believe it's bug 1545128; there's an interactive test indicating that the "yeet distance threshold" is somewhat related to a total bounding box dimension of the element being translated.
Comment 7•15 days ago
|
||
The severity field is not set for this bug.
:tnikkel, could you have a look please?
For more information, please visit BugBot documentation.
Updated•15 days ago
|
Description
•