-
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
New module: CSS pseudo-elements #28153
Conversation
Preview URLs (6 pages)Flaws (2)Note! 4 documents with no flaws that don't need to be listed. 🎉 URL:
URL:
(comment last updated: 2023-07-26 07:13:58) |
Taking a look at this now |
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.
Thanks @estelle for adding this module landing page! 🙌
|
||
{{CSSRef}} | ||
|
||
The **CSS pseudo-element** module defines the patterns representing entities not included in HTML. |
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.
Added the phrase from the https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-elements page so that the description on the two pages about pseudo-elements is not vastly different.
The **CSS pseudo-element** module defines the patterns representing entities not included in HTML. | |
The **CSS pseudo-elements** module provides keywords you can add to selectors to style a specific part of the selected element(s). The patterns defined in this module represent entities not included in HTML. |
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 need to update the pseudo page.
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 rewrote the intro on this page. will update https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-elements in a different PR
Co-authored-by: Dipika Bhattacharya <[email protected]>
This pull request has merge conflicts that must be resolved before it can be merged. |
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.
Few edits in the rewritten intro paras. Let me know what you think.
Co-authored-by: Dipika Bhattacharya <[email protected]>
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.
Thanks for the updates, @estelle!
The CSS selectors module has been divided into two modules: selectors and pseudo. This adds the pseudo module.
::prefix and ::postfix are at risk, and not implemented, so I did not include them.