From a83da332acd9dfe2cc9580c2bd00284d73b2ee68 Mon Sep 17 00:00:00 2001 From: David Storey Date: Mon, 7 Dec 2015 18:31:28 -0800 Subject: [PATCH] Remove hanging as valid value for list-style-position --- src/vs/languages/css/common/buildscripts/css-schema.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/vs/languages/css/common/buildscripts/css-schema.xml b/src/vs/languages/css/common/buildscripts/css-schema.xml index 636bc3114c7..3743bca8216 100644 --- a/src/vs/languages/css/common/buildscripts/css-schema.xml +++ b/src/vs/languages/css/common/buildscripts/css-schema.xml @@ -6112,9 +6112,6 @@ Specifies the position of the '::marker' pseudo-element's box in the list item. - - As 'inside', except the marker is instead placed immediately before the first text or significant whitespace in the list item or its children - The marker box is outside the principal block box, as described in the section on the ::marker pseudo-element below. -- GitLab