From db6f0f960efea2221d908569670d323d82cea999 Mon Sep 17 00:00:00 2001 From: David Storey Date: Tue, 8 Dec 2015 16:46:57 -0800 Subject: [PATCH] Add x and y properties from SVG2 --- src/vs/languages/css/common/buildscripts/css-schema.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/vs/languages/css/common/buildscripts/css-schema.xml b/src/vs/languages/css/common/buildscripts/css-schema.xml index 636b753eeea..83c92a25cdd 100644 --- a/src/vs/languages/css/common/buildscripts/css-schema.xml +++ b/src/vs/languages/css/common/buildscripts/css-schema.xml @@ -19188,6 +19188,12 @@ + + Describes the horizontal coordinate of the position of the element. + + + Describes the vertical coordinate of the position of the element. + For a positioned box, the 'z-index' property specifies the stack level of the box in the current stacking context and whether the box establishes a local stacking context.