-
Notifications
You must be signed in to change notification settings - Fork 23
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
:host and ::slotted parsing sort of wrong #77
Labels
Comments
No need to PR - thx |
Sorry if i messed this up with my previous PR |
No worries - all good |
phax
added a commit
that referenced
this issue
Jan 12, 2022
I needed to change the members types of the selectors in |
Thanks alot for your quick response on this :) Very appreciated :) |
Fixed in 6.4.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a follow up issue to the recently merged PR.
I figured that
is not correct.
It should rather be
see: https://developer.mozilla.org/en-US/docs/Web/CSS/::slotted
Although i'm not quite sure about the trailing (
)* here. WDYT?I'll file a PR soonish
The text was updated successfully, but these errors were encountered: