Add data points for nested pseudo-elements#26240
Conversation
caugner
left a comment
There was a problem hiding this comment.
Shouldn't this rather go under css.selectors.marker?
Possibly both, but not either, imo. |
|
Requesting a second opinion from @Elchi3. |
Elchi3
left a comment
There was a problem hiding this comment.
LGTM what Chris did here.
We could also add it to ::marker but I have no strong opinion. The chromestatus also says that ::column will get it in the future, so I think always adding it to the selectors that gain support for it makes sense to me.
Elchi3
left a comment
There was a problem hiding this comment.
I think this is potentially a new web-feature. Let's keep the decision for web-feature maintainers and not add tags for now.
Co-authored-by: Florian Scholz <fs@florianscholz.com>
Co-authored-by: Florian Scholz <fs@florianscholz.com>
Sounds good; cheers @Elchi3! |
Summary
Chrome has added support for styling nested pseudo-elements, beginning in version 135 with
::after::markerand::before::marker. See https://chromestatus.com/feature/5199947786616832.This PR adds a data point for each of those two.
Test results and supporting details
Related issues