-
Notifications
You must be signed in to change notification settings - Fork 681
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
[css-cascade-6] :scope and featureless elements #9025
Comments
Yes, it needs to be explicitly stated. (And hm, Nesting probably needs to say that too...) |
@astearns Proposed async resolution: |
The CSSWG will automatically accept this resolution one week from now if no objections are raised here. Anyone can add an emoji to this comment to express support. If you do not support this resolution, please add a new comment. Proposed Resolution: :scope can match the featureless shadow host when that host is the scoping element. |
RESOLVED: :scope can match the featureless shadow host when that host is the scoping element. |
@scope (:host)
, you can make the shadow host a scoping root.:scope
is defined to match the scoping root, it would then be able to match that element, even if it's featureless.Or would it?
Selectors:
Specs appear to be saying that
@scope (:host) { :scope { ... } }
would match, except that they aren't explicitly saying this.Should we state this explicitly?
@mirisuzanne @tabatkins
The text was updated successfully, but these errors were encountered: