added declarative shadow DOM#45
Merged
Merged
Conversation
Closed
20 tasks
Westbrook
reviewed
Aug 21, 2022
| <h3>Open Questions</h3> | ||
| <ul> | ||
| <li>---</li> | ||
| <li>Mozilla would like to see more <a href="https://github.com/whatwg/dom/issues/831#issuecomment-988394185">real world uses cases</a> of Declarative Shadow DOM in the wild. Which is a bit of a catch-22 when it is only supported in one browser and requires a polyfill.</li> |
Collaborator
There was a problem hiding this comment.
There’s a bit of editorializing here, but sharing your bias on this one see no reason not to allow it.
Collaborator
Author
There was a problem hiding this comment.
That's fair, but I guess part of the premise of this proposal to help reduce JS (say for SSG) and or at least the overhead of it (SSR + hydration). I think it's probably why folks still stick with the light DOM rendering, or in my case for WCC, encourage the option for SSG.
But definitely recognize this is a group report, so we can definitely run it by the team at our next meeting.
github-actions Bot
added a commit
that referenced
this pull request
Aug 25, 2022
SHA: c9572c6 Reason: push, by @Westbrook Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding Declarative Shadow DOM to the report.