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

Declarative Shadow DOM (positive) #740

Merged
merged 2 commits into from
Jan 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,16 +425,16 @@
},
{
"ciuName": null,
"description": "Markup for ShadowRoot nodes.",
"description": "Declarative creation of Shadow DOM is a new capability that allows a webpage to be more fully constructed server side, without requiring JavaScript to run.",
"id": "declarative-shadow-dom",
"mdnUrl": null,
"mozBugUrl": null,
"mozPosition": "neutral",
"mozPositionDetail": "We're not convinced that the complexity this feature introduces upon the HTML parser carries its weight in terms of usefulness for web developers. There's also a risk that the processing model is not compatible with a future declarative custom elements feature as it was developed in isolation. Having said that, the proposal is a reasonable approach for this functionality that takes into account the various constraints and security considerations that come with changing the HTML parser.",
"mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1712140",
"mozPosition": "positive",
"mozPositionDetail": "This is a reasonable proposal which takes into account the various constraints and security considerations that come with changing the HTML parser.",
"mozPositionIssue": 335,
"org": "Proposal",
"org": "WHATWG",
"title": "Declarative Shadow DOM",
"url": "https://github.com/mfreed7/declarative-shadow-dom/blob/master/README.md"
"url": "https://github.com/whatwg/html/pull/5465"
},
{
"ciuName": null,
Expand Down