-
Notifications
You must be signed in to change notification settings - Fork 162
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
Support for Shadow DOM #191
Labels
Comments
Definitely a sound addition! If anyone wants to contribute this a few thoughts:
|
ShadowDOM has a dependency on https://www.w3.org/TR/cssom-view/, which we currently do not implement. |
Now, core parts of the ShadowDOM are in the DOM Standard. Also now can we have this as a non-experimental API? |
@unarist if you're up for it will consider a PR! :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, it would be great if Scala JS would also have a Shadow DOM implementation, i.e. provide a way to access Shadow DOM's.
Currently the Spec is in Draft:
https://w3c.github.io/webcomponents/spec/shadow/#widl-Element-attachShadow-ShadowRoot-ShadowRootInit-shadowRootInitDict
However there are already really great polyfills here:
http://webcomponents.org/polyfills/shadow-dom/
The text was updated successfully, but these errors were encountered: