Skip to content

Commit 8eb1638

Browse files
authored
Declarative Shadow DOM (positive)
Closes #335
1 parent c8d3f8b commit 8eb1638

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: activities.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -425,14 +425,14 @@
425425
},
426426
{
427427
"ciuName": null,
428-
"description": "Markup for ShadowRoot nodes.",
428+
"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.",
429429
"id": "declarative-shadow-dom",
430430
"mdnUrl": null,
431-
"mozBugUrl": null,
432-
"mozPosition": "neutral",
433-
"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.",
431+
"mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1712140",
432+
"mozPosition": "positive",
433+
"mozPositionDetail": "This is a reasonable proposal which takes into account the various constraints and security considerations that come with changing the HTML parser.",
434434
"mozPositionIssue": 335,
435-
"org": "Proposal",
435+
"org": "WHATWG",
436436
"title": "Declarative Shadow DOM",
437437
"url": "https://github.com/mfreed7/declarative-shadow-dom/blob/master/README.md"
438438
},

0 commit comments

Comments
 (0)