From 76caf1e96762e1deed4b2b1f848a08d6ef00ba03 Mon Sep 17 00:00:00 2001 From: David Storey Date: Tue, 8 Dec 2015 00:42:01 -0800 Subject: [PATCH] Add scroll-behavior from CSSOM and scroll snap point properties --- .../css/common/buildscripts/css-schema.xml | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/src/vs/languages/css/common/buildscripts/css-schema.xml b/src/vs/languages/css/common/buildscripts/css-schema.xml index c25bc487838..52f78cd2a47 100644 --- a/src/vs/languages/css/common/buildscripts/css-schema.xml +++ b/src/vs/languages/css/common/buildscripts/css-schema.xml @@ -14842,6 +14842,58 @@ + + Specifies the scrolling behavior for a scrolling box, when scrolling happens due to navigation or CSSOM scrolling APIs. + + + + + + + Defines the x and y coordinate within the element which will align with the nearest ancestor scroll container’s snap-destination for the respective axis. + + + + + + + + + + + + + Define the x and y coordinate within the scroll container’s visual viewport which element snap points will align with. + + + + + + + + + + Defines the positioning of snap points along the x axis of the scroll container it is applied to. + + + + + + + Defines the positioning of snap points alobg the y axis of the scroll container it is applied to. + + + + + + + Defines how strictly snap points are enforced on the scroll container. + + + + + + Defines the alpha channel threshold used to extract the shape using an image. A value of 0.5 means that the shape will enclose all the pixels that are more than 50% opaque. -- GitLab