Open nileshprajapati opened 2 months ago
I was about to submit a similar issue — I had grievances with this pseudo-element's styling a few months ago already and made this small demo: https://codepen.io/chriskirknielsen/pen/oNRzdzG
As expected.
letter-spacing
is ignored
content
is ignored
https://wpt.fyi/results/css?label=master&label=experimental&aligned&q=marker%20%28css-lists%20or%20css-pseudo%29 maybe? (I also can't see any tests for ::marker
on the summary
element in WPT.)
Description
The
::marker
CSS pseudo-element selects the marker box of a list item, which typically contains a bullet or number. It works on any element or pseudo-element set to display: list-item, such as the<li>
and<summary>
elements.::marker
pseudo-element for summary element and instead relies on non-standard::-webkit-details-marker
pseudos in WebKit-based browsers.Specification https://www.w3.org/TR/css-pseudo-4/#selectordef-marker
Specification
https://www.w3.org/TR/css-pseudo-4/#selectordef-marker
Additional Signals
No response