Closed josepharhar closed 6 months ago
I'm interested to here the reasoning for why ::before is easy but ::marker is hard?
As it's currently implemented in chromium, setting display isn't allowed on ::marker I think. There also might be restrictions on which elements you can put ::marker on and how its rendered or what it renders. ::before on the other hand you can do whatever you want.
I think it would be easier to create a new pseudo element than reuse ::marker, but I think that's another discussion we can have later.
Fixes https://github.com/openui/open-ui/issues/863