-
Notifications
You must be signed in to change notification settings - Fork 166
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
[ShadyCSS] Improve transparency and remove need to use custom API from ShadyCSS #31
Comments
Remove the need to explicitly call into CustomStyleInterface Related to #134
Any opinions about drop the |
Why continue use of |
@abdonrd @OmidHekayati Dropping the That said, as soon as |
@azakus |
Are there any news, plans or estimates for this issue? The issues with lack of API (and build in support) for different shadow DOM for native and custom elements are still effectively blocking us to migrate to V1 :( I could try to prepare some PRs for extending this PR, but I'm not sure if you even consider them given, planned refactoring. |
Any update? :D |
+1 |
Expose native HTMLElement so that it can be modified by other polyfills.
Whoops, that's weird |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
ShadyCSS v1 has a lot of limitations that keep hitting users right in the face.
It's time to fix that, and make ShadyCSS totally (mostly) transparent.
Current API should probably stay the same, but will become entirely optional performance enhancements. However, the behavior change is probably enough to warrant a breaking change.
Enhancements:
<custom-style>
orCustomStyleInterface
<div>
have scoped shadowrootsThe text was updated successfully, but these errors were encountered: