From 3fba900fa6cbefb14ba2fb99e0bc85ac416cc3b0 Mon Sep 17 00:00:00 2001 From: David Storey Date: Mon, 7 Dec 2015 19:55:39 -0800 Subject: [PATCH] Add the r, rx, and ry properties --- src/vs/languages/css/common/buildscripts/css-schema.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/vs/languages/css/common/buildscripts/css-schema.xml b/src/vs/languages/css/common/buildscripts/css-schema.xml index d368272e988..d6a6777fd58 100644 --- a/src/vs/languages/css/common/buildscripts/css-schema.xml +++ b/src/vs/languages/css/common/buildscripts/css-schema.xml @@ -12666,6 +12666,9 @@ + + Describes the radius of the ‘circle’ element. + The 'region-fragment' property controls the behavior of the last region associated with a named flow. @@ -12826,6 +12829,12 @@ + + Describes the horizontal radius of the ‘ellipse’ element, and the curve radius of the 'rect' element. + + + Describes the vertical radius of the ‘ellipse’ element, and the curve radius of the 'rect' element. + Determines the color of the top and left edges of the scroll box and scroll arrows of a scroll bar. -- GitLab