Skip to content

Commit

Permalink
Add Declarative Shadow DOM (non-harmful)
Browse files Browse the repository at this point in the history
Closes #335.
  • Loading branch information
annevk committed Dec 7, 2020
1 parent 3e359a0 commit 41a5fc6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,19 @@
"title": "Custom elements",
"url": "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements"
},
{
"ciuName": null,
"description": "Markup for ShadowRoot nodes.",
"id": "declarative-shadow-dom",
"mdnUrl": null,
"mozBugUrl": null,
"mozPosition": "non-harmful",
"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.",
"mozPositionIssue": 335,
"org": "Proposal",
"title": "Declarative Shadow DOM",
"url": "https://github.com/mfreed7/declarative-shadow-dom/blob/master/README.md"
},
{
"ciuName": null,
"description": "This will allow custom elements to have \"default\" accessibility semantics, analogous to how built-in elements have \"implicit\" or \"native\" semantics.",
Expand Down

0 comments on commit 41a5fc6

Please sign in to comment.