From 8dc3eddd0fe3d019e7503cbd3630cbc47418a428 Mon Sep 17 00:00:00 2001 From: David Storey Date: Tue, 24 Nov 2015 18:47:52 -0800 Subject: [PATCH] Update CSS Multi-column Intellisense MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add missing enum restriction so keywords show in auto-complete * Update browser support for Safari 9 and correct Opera version number * Hide break-* for region breaks, as they’re part of CSS Regions are are not supported. --- .../css/common/buildscripts/css-schema.xml | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/vs/languages/css/common/buildscripts/css-schema.xml b/src/vs/languages/css/common/buildscripts/css-schema.xml index 75d1b7bb42e..fac4b5a2fd3 100644 --- a/src/vs/languages/css/common/buildscripts/css-schema.xml +++ b/src/vs/languages/css/common/buildscripts/css-schema.xml @@ -2955,7 +2955,7 @@ - + Describes the page/column break behavior before the generated box. @@ -2973,7 +2973,7 @@ Avoid a page break before/after the generated box. - + Always force a column break before/after the generated box. @@ -2983,13 +2983,13 @@ Always force a page break before/after the generated box. - + Force one or two page breaks before/after the generated box so that the next page is formatted as a right page. - + Describes the page/column break behavior before the generated box. @@ -3007,7 +3007,7 @@ Avoid a page break before/after the generated box. - + Always force a column break before/after the generated box. @@ -3017,13 +3017,13 @@ Always force a page break before/after the generated box. - + Force one or two page breaks before/after the generated box so that the next page is formatted as a right page. - + Describes the page/column break behavior inside the generated box. @@ -3038,7 +3038,7 @@ Avoid a page break inside the generated box. - + @@ -3370,7 +3370,7 @@ - + Describes the optimal number of columns into which the content of the element will be flowed. @@ -3378,7 +3378,7 @@ - + In continuous media, this property will only be consulted if the length of columns has been constrained. Otherwise, columns will automatically be balanced. @@ -3389,7 +3389,7 @@ - + Sets the gap between columns. If there is a column rule between columns, it will appear in the middle of the gap. @@ -3397,7 +3397,7 @@ - + This property is a shorthand for setting 'column-rule-width', 'column-rule-style', and 'column-rule-color' at the same place in the style sheet. Omitted values are set to their initial values. @@ -3686,7 +3686,7 @@ - + Sets the style of the rule between columns of an element. @@ -3721,7 +3721,7 @@ - + Sets the width of the rule between columns. Negative values are not allowed. @@ -3729,7 +3729,7 @@ - + A shorthand property which sets both 'column-width' and 'column-count'. @@ -3737,7 +3737,7 @@ - + Describes the page/column break behavior after the generated box. @@ -3748,7 +3748,7 @@ - + This property describes the width of columns in multicol elements.