From 9b7faa30f2f42b04eb96b32ee8152f856c9edc08 Mon Sep 17 00:00:00 2001 From: Tab Atkins Jr Date: Wed, 22 Jun 2016 15:27:23 -0700 Subject: [PATCH] [css-scoping] Per WG resolution, punt everything that's not Shadow-DOM related from this level, due to lack of implementation, so we can advance what's left. Fixes #137. --- css-scoping/Overview.bs | 401 +--------------------------- css-scoping/deferred-to-level-4.txt | 396 +++++++++++++++++++++++++++ 2 files changed, 401 insertions(+), 396 deletions(-) create mode 100644 css-scoping/deferred-to-level-4.txt diff --git a/css-scoping/Overview.bs b/css-scoping/Overview.bs index 6dbe8efd2634..d1ea84a64821 100644 --- a/css-scoping/Overview.bs +++ b/css-scoping/Overview.bs @@ -1,5 +1,5 @@ -

CSS Scoping Module Level 1

+Title: CSS Scoping Module Level 1
 Level: 1
 Shortname: css-scoping
 Group: CSSWG
@@ -10,10 +10,9 @@ ED: https://drafts.csswg.org/css-scoping/
 Previous Version: https://www.w3.org/TR/2014/WD-css-scoping-1-20140403/
 Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/
 Editor: Elika J Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact
-Abstract: This specification defines various scoping/encapsulation mechanisms for CSS, including scoped styles and the ''@scope'' rule, Shadow DOM selectors, and page/region-based styling.
+Abstract: This specification defines scoping/encapsulation mechanisms for CSS, focusing on the Shadow DOM scoping mechanism.
 Ignored Terms: inherit, slot, custom elements, stylesheets
 Ignored Vars: root elements
-Issue Tracking: Bugzilla https://www.w3.org/Bugs/Public/buglist.cgi?component=Scoping&list_id=47685&product=CSS&resolution=---