Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

details-marker pseudoclass #704

Closed
gampleman opened this issue Aug 22, 2016 · 3 comments
Closed

details-marker pseudoclass #704

gampleman opened this issue Aug 22, 2016 · 3 comments

Comments

@gampleman
Copy link

When I write summary::details-marker { /*something */} I would expect autoprefixer to emit something like summary::-webkit-details-marker, summary::details-marker { /* something */} for me, but it doesn't appear to do so.

@ai
Copy link
Member

ai commented Aug 22, 2016

Does it described in any CSS specification or it private extension for Safari?

@gampleman
Copy link
Author

It's supported by Chrome as well. I found this discussion about it: whatwg/html#722. Seems like this feature might not be going anywhere much. The main reason you want it is to call display: none on it, so that it doesn't show up in those browsers. My main motivation in filing this issue, is that I sort of expected it to add the prefix for me, but it didn't.

@ai
Copy link
Member

ai commented Aug 22, 2016

Sorry, there is no unprefixed version yet, so it is just ::-webkit-details-marker, there is no ::details-marker

@ai ai closed this as completed Aug 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants