diff --git a/src/vs/languages/css/common/buildscripts/css-schema.xml b/src/vs/languages/css/common/buildscripts/css-schema.xml index 10f26eedba5e7c4b6c1ebac84f61fe924aed7dbd..110b9baedaa6b4c7daa1f093af0fdc6d8168adf4 100644 --- a/src/vs/languages/css/common/buildscripts/css-schema.xml +++ b/src/vs/languages/css/common/buildscripts/css-schema.xml @@ -4672,55 +4672,6 @@ - - Gives a hint for how to scale a replaced element if neither its 'width' nor its 'height' property is 'auto'. - - - Scale the object's height and width independently so that the content just touches all edges of the containing box. - - - Do not scale the object. - - - Make the object as large as possible with its width <= 'width' and height <= 'height', while preserving its aspect ratio. Position the object as for the 'hidden' value. - - - Make the object as small as possible with its width >= 'width' and height >= 'height', while preserving its aspect ratio. Position the object as for the 'hidden' value. - - - - - Gives a hint for how to scale a replaced element if neither its 'width' nor its 'height' property is 'auto'. - - - Equivalent to '100%' for the vertical position if one or two values are given, otherwise specifies the bottom edge as the origin for the next offset. - - - Equivalent to '50%' ('left 50%') for the horizontal position if the horizontal position is not otherwise specified, or '50%' ('top 50%') for the vertical position if it is. - - - Scale the object's height and width independently so that the content just touches all edges of the containing box. - - - Do not scale the object. - - - Equivalent to '0%' for the horizontal position if one or two values are given, otherwise specifies the left edge as the origin for the next offset. - - - Make the object as large as possible with its width <= 'width' and height <= 'height', while preserving its aspect ratio. Position the object as for the 'hidden' value. - - - Equivalent to '100%' for the horizontal position if one or two values are given, otherwise specifies the right edge as the origin for the next offset. - - - Make the object as small as possible with its width >= 'width' and height >= 'height', while preserving its aspect ratio. Position the object as for the 'hidden' value. - - - Equivalent to '0%' for the vertical position if one or two values are given, otherwise specifies the top edge as the origin for the next offset. - - - Specifies the components of a flexible length: the flex grow factor and flex shrink factor, and the flex basis.