StyleAdjuster adjust_for_prohibited_display_contents should account for element-backed pseudo elements
Categories
(Core :: CSS Parsing and Computation, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: lwarlow, Assigned: emilio)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This is needed for ::details-content
support.
Reporter | ||
Updated•1 month ago
|
Reporter | ||
Updated•1 month ago
|
Reporter | ||
Comment 1•1 month ago
|
||
I think I know what needs to happen here but the bit about ::before
and ::after
makes me not 100% sure.
Comment 2•1 month ago
|
||
Hi Luke - thanks for the work on this details stuff!
For planning purposes (and no pressure, just checking): were you planning to take this one and/or bug 1954142?
Reporter | ||
Comment 3•1 month ago
•
|
||
Yeah I plan to take at least this one and the element_backed psuedo parsing change one on. The other one I'll have to double check but I think I understand it.
Assignee | ||
Comment 4•1 month ago
|
||
(In reply to Luke Warlow from comment #1)
I think I know what needs to happen here but the bit about
::before
and::after
makes me not 100% sure.
Just bailing out for element-backed pseudos seems fine. The comment is saying basically that ::before
and ::after
should support display: contents
, but that's a larger, more annoying change, see bug 1418138.
Assignee | ||
Comment 5•1 month ago
|
||
This will be tested after a few other related changes land by tests like
testing/web-platform/tests/html/rendering/the-details-element/details-blockification.html
Updated•1 month ago
|
Comment 7•1 month ago
|
||
bugherder |
Description
•