Skip to content
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

Remove shadow DOM and move to global CSS #1943

Open
jrtcppv opened this issue Jan 6, 2025 · 0 comments
Open

Remove shadow DOM and move to global CSS #1943

jrtcppv opened this issue Jan 6, 2025 · 0 comments
Milestone

Comments

@jrtcppv
Copy link
Member

jrtcppv commented Jan 6, 2025

Web components don't require use of the shadow DOM, and our application doesn't particularly benefit from it so it would be ideal to strip out shadow DOM. This will require moving all appendChild calls into the connectedCallback, which mostly occurs in the constructor currently.

@jrtcppv jrtcppv added this to the 1.5.0 milestone Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant