From 6561865db40ec99b00a3e450ba1c1ea0eeaba1be Mon Sep 17 00:00:00 2001 From: David Storey Date: Sun, 3 Jan 2016 17:34:20 -0800 Subject: [PATCH] Minor updates to descriptions of CSS Text Decoration --- .../languages/css/common/buildscripts/css-schema.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/vs/languages/css/common/buildscripts/css-schema.xml b/src/vs/languages/css/common/buildscripts/css-schema.xml index 49f43a3062c..c5d2ab13c17 100644 --- a/src/vs/languages/css/common/buildscripts/css-schema.xml +++ b/src/vs/languages/css/common/buildscripts/css-schema.xml @@ -6750,18 +6750,20 @@ - The user agent may use any algorithm to determine the underline's position. In horizontal line layout, the underline should be aligned as for alphabetic. In vertical line layout, if the language is set to Japanese or Korean, the underline should be aligned as for over. + The user agent may use any algorithm to determine the underline’s position. In horizontal line layout, the underline should be aligned as for alphabetic. In vertical line layout, if the language is set to Japanese or Korean, the underline should be aligned as for over. - The underline is aligned with the under edge of the element's content box. + The underline is aligned with the under edge of the element’s content box. In vertical typographic modes, the underline is aligned as for 'below', on the left edge of the text. - In vertical typographic modes, the underline is aligned as for 'below;, except it is aligned to the right edge of the text + In vertical typographic modes, the underline is aligned as for 'below', except it is aligned to the right edge of the text. + + + The underline is positioned under the element’s text content. -