diff --git a/src/vs/languages/css/common/buildscripts/css-schema.xml b/src/vs/languages/css/common/buildscripts/css-schema.xml index 3b9af8c6c38d0dd21bed83afd7a5cb268dcd4707..c25bc4878380d7869bb75226b3fd2664698a1653 100644 --- a/src/vs/languages/css/common/buildscripts/css-schema.xml +++ b/src/vs/languages/css/common/buildscripts/css-schema.xml @@ -12757,33 +12757,32 @@ This property can be used on any element to control the text alignment of the ruby text and ruby base contents relative to each other. - + The user agent determines how the ruby contents are aligned. This is the initial value. The ruby text content is centered within the width of the base. If the length of the base is smaller than the length of the ruby text, then the base is centered within the width of the ruby text. - + If the width of the ruby text is smaller than that of the base, then the ruby text contents are evenly distributed across the width of the base, with the first and last ruby text glyphs lining up with the corresponding first and last base glyphs. If the width of the ruby text is at least the width of the base, then the letters of the base are evenly distributed across the width of the ruby text. - + If the width of the ruby text is smaller than that of the base, then the ruby text contents are evenly distributed across the width of the base, with a certain amount of white space preceding the first and following the last character in the ruby text. That amount of white space is normally equal to half the amount of inter-character space of the ruby text. - - The ruby text content is aligned with the end edge of the base. - The ruby text content is aligned with the start edge of the base. - + If the ruby text is not adjacent to a line edge, it is aligned as in 'auto'. If it is adjacent to a line edge, then it is still aligned as in auto, but the side of the ruby text that touches the end of the line is lined up with the corresponding edge of the base. - + The ruby text content is aligned with the end edge of the base. - + The ruby text content is aligned with the start edge of the base. + +