-
Notifications
You must be signed in to change notification settings - Fork 199
Adds host scoping pseudo-element #1974
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
Conversation
features/host.yml
Outdated
| @@ -0,0 +1,10 @@ | |||
| name: Host | |||
| description: The `::host` CSS pseudo-element selects the containing element of the shadow tree in which it is used. | |||
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.
Unclear if the description should be extended to include ::host() and ::host-context() explicitly. I left them off for brevity
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 think :host-context() should be a separate feature, based on support, and :host() should be mentioned in the description here.
features/host.yml
Outdated
| @@ -0,0 +1,10 @@ | |||
| name: Host | |||
| description: The `::host` CSS pseudo-element selects the containing element of the shadow tree in which it is used. | |||
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 think :host-context() should be a separate feature, based on support, and :host() should be mentioned in the description here.
Co-authored-by: James Stuckey Weber <jamesnw@gmail.com>
No description provided.