From 751b41d96d15a4a214666a11d584176e609e1d27 Mon Sep 17 00:00:00 2001 From: "L. David Baron" Date: Mon, 5 Mar 2018 13:54:01 -0800 Subject: [PATCH] Add CSS Shadow Parts as worth prototyping. Fixes #59. (#62) --- activities.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/activities.json b/activities.json index e95c837e..d48cf06d 100644 --- a/activities.json +++ b/activities.json @@ -20,5 +20,16 @@ "org": "W3C", "title": "Web Thing API", "url": "https://iot.mozilla.org/wot/" + }, + { + "ciuName": null, + "description": "This specification defines the ::part() and ::theme() pseudo-elements on shadow hosts, allowing shadow hosts to selectively expose chosen elements from their shadow tree to the outside page for styling purposes.", + "mozBugUrl": null, + "mozPosition": "worth prototyping", + "mozPositionDetail": null, + "mozPositionIssue": 59, + "org": "W3C", + "title": "CSS Shadow Parts", + "url": "http://drafts.csswg.org/css-shadow-parts" } ]