From 8eb1638b3b15551a762a1784b39582579c555fcc Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Thu, 26 Jan 2023 14:26:48 +0100 Subject: [PATCH] Declarative Shadow DOM (positive) Closes #335 --- activities.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/activities.json b/activities.json index fc378ecd..9b7ff4ec 100644 --- a/activities.json +++ b/activities.json @@ -425,14 +425,14 @@ }, { "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" },