diff --git a/src/vs/languages/css/common/buildscripts/css-schema.xml b/src/vs/languages/css/common/buildscripts/css-schema.xml index cc47c3dea6f..46e2ed14cba 100644 --- a/src/vs/languages/css/common/buildscripts/css-schema.xml +++ b/src/vs/languages/css/common/buildscripts/css-schema.xml @@ -3257,7 +3257,9 @@ Forces a fragment to break after the specified number of lines. - + + Breaks occur only as specified elsewhere. + @@ -5553,21 +5555,20 @@ Width of the outline - + Shorthand for setting 'overflow-x' and 'overflow-y'. The behavior of the 'auto' value is UA-dependent, but should cause a scrolling mechanism to be provided for overflowing boxes. + + Behaves as 'hidden' except forbids scrolling entirely, through any mechanism. + Content is clipped and no scrolling mechanism should be provided to view the content outside the clipping region. - - - When the content doesn't fit in the content box, the whole content is hidden, as if 'visibility: hidden' were specified. - - - When the content doesn't fit in the content box, the whole box is removed, as if 'display: none' were specified. + + Same as the standardized 'clip', except doesn’t establish a block formatting context. Content is clipped and if the user agent uses a scrolling mechanism that is visible on the screen (such as a scroll bar or a panner), that mechanism should be displayed for a box whether or not any of its content is clipped. @@ -5589,20 +5590,17 @@ - Specify whether content is clipped when it overflows the element's content area. + Specifies the handling of overflow in the horizontal direction. The behavior of the 'auto' value is UA-dependent, but should cause a scrolling mechanism to be provided for overflowing boxes. + + Behaves as 'hidden' except forbids scrolling entirely, through any mechanism. + Content is clipped and no scrolling mechanism should be provided to view the content outside the clipping region. - - When the content doesn't fit in the content box, the whole content is hidden, as if 'visibility: hidden' were specified. - - - When the content doesn't fit in the content box, the whole box is removed, as if 'display: none' were specified. - Content is clipped and if the user agent uses a scrolling mechanism that is visible on the screen (such as a scroll bar or a panner), that mechanism should be displayed for a box whether or not any of its content is clipped. @@ -5612,20 +5610,17 @@ - Specify whether content is clipped when it overflows the element's content area. + Specifies the handling of overflow in the vertical direction. The behavior of the 'auto' value is UA-dependent, but should cause a scrolling mechanism to be provided for overflowing boxes. + + Behaves as 'hidden' except forbids scrolling entirely, through any mechanism. + Content is clipped and no scrolling mechanism should be provided to view the content outside the clipping region. - - When the content doesn't fit in the content box, the whole content is hidden, as if 'visibility: hidden' were specified. - - - When the content doesn't fit in the content box, the whole box is removed, as if 'display: none' were specified. - Content is clipped and if the user agent uses a scrolling mechanism that is visible on the screen (such as a scroll bar or a panner), that mechanism should be displayed for a box whether or not any of its content is clipped.