-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
fix(css): add classification to the pseudo-elements page #37670
Conversation
Preview URLs Flaws (2)Note! 1 document with no flaws that don't need to be listed. 🎉 URL:
(comment last updated: 2025-01-24 20:50:48) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this needs work.
- : Represents the contents of the first line-box of the originating element. | ||
- {{CSSxRef("::first-letter")}} | ||
- : Represents the first letter, number, or symbol character on the first line of its originating element. | ||
- {{CSSxRef("::slotted", "::slotted()")}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i don't think slotted is in this category
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
which category, then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you moved it to element backed, which seems most appropriate.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fantastic.thank you.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
The PR groups pseudo-elements as it is done on the pseudo-class page.