From e5148ab65d02d391a228a06ccb881b53cc11920e Mon Sep 17 00:00:00 2001 From: David Storey Date: Mon, 7 Dec 2015 14:26:05 -0800 Subject: [PATCH] Add CSS contain property --- .../languages/css/common/buildscripts/css-schema.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/vs/languages/css/common/buildscripts/css-schema.xml b/src/vs/languages/css/common/buildscripts/css-schema.xml index daec106de8f..1667f5b262f 100644 --- a/src/vs/languages/css/common/buildscripts/css-schema.xml +++ b/src/vs/languages/css/common/buildscripts/css-schema.xml @@ -3925,6 +3925,16 @@ + + Indicates that an element and its contents are, as much as possible, independent of the rest of the document tree. + + + + + + + + Determines which page-based occurrence of a given element is applied to a counter or string value. -- GitLab