From b7a6420b1e5e6d2a6933d50639228a5b52008450 Mon Sep 17 00:00:00 2001 From: David Storey Date: Mon, 7 Dec 2015 17:49:49 -0800 Subject: [PATCH] Add initial-letter, initial-letter-align, and initial-letter-wrap --- .../css/common/buildscripts/css-schema.xml | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/vs/languages/css/common/buildscripts/css-schema.xml b/src/vs/languages/css/common/buildscripts/css-schema.xml index 10c75aa6c3b..933cc01ce1b 100644 --- a/src/vs/languages/css/common/buildscripts/css-schema.xml +++ b/src/vs/languages/css/common/buildscripts/css-schema.xml @@ -5704,6 +5704,31 @@ + + Specifies styling for dropped, raised, and sunken initial letters. + + + + + + Specifies the alignment points used to size and position an initial letter. + + + + + + + + + + Specifies whether lines impacted by an initial letter are shortened to fit the rectangular shape of the initial letter box or follow the contour of its end-edge glyph outline. + + + + + + + Aligns a flex container's lines within the flex container when there is extra space in the cross-axis, similar to how 'justify-content' aligns individual items within the main-axis. -- GitLab