Intent to implement and ship: CSS ::marker pseudo-element
70 views
Skip to first unread message
Mats Palmgren
unread,
Mar 25, 2019, 12:52:12 AM3/25/19
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-platform
Summary:
The ::marker pseudo-element represents the automatically generated
marker box of a list item. It allows authors to style the marker
and generate content for it through its 'content' property (like
::before/::after).
Preference behind which this will be implemented: none
DevTools bug: none (I've checked that a ::marker shows up as
a pseudo in the panel with ::before/::after and it appears
to work fine)
Do other browser engines implement this?
Safari implements limited support for ::marker (it doesn't support
the 'content' property, and it has no support for the built-in
'list-item' counter, both which are major pieces of this general
feature). Chrome supports none of it AFAICT.
https://wpt.fyi/results/css/css-pseudo
web-platform-tests:
There are some tests in css/css-pseudo/ and I've added
a bunch more.
Is this feature restricted to secure contexts? No
Many thanks to Emilio who patiently reviewed all of these list
item related changes.
/Mats
Mats Palmgren
unread,
Mar 25, 2019, 12:52:22 AM3/25/19
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message