Skip to content

Commit 521fe18

Browse files
authored
Add Declarative Shadow DOM (non-harmful)
Closes #335.
1 parent 3e359a0 commit 521fe18

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: activities.json

+13
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,19 @@
361361
"title": "Custom elements",
362362
"url": "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements"
363363
},
364+
{
365+
"ciuName": null,
366+
"description": "Markup for ShadowRoot nodes.",
367+
"id": "declarative-shadow-dom",
368+
"mdnUrl": null,
369+
"mozBugUrl": null,
370+
"mozPosition": "non-harmful",
371+
"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.",
372+
"mozPositionIssue": 335,
373+
"org": "Proposal",
374+
"title": "Declarative Shadow DOM",
375+
"url": "https://github.com/mfreed7/declarative-shadow-dom/blob/master/README.md"
376+
},
364377
{
365378
"ciuName": null,
366379
"description": "This will allow custom elements to have \"default\" accessibility semantics, analogous to how built-in elements have \"implicit\" or \"native\" semantics.",

0 commit comments

Comments
 (0)