From eae508e36f79b6e76d91ef8f4e7132bfdd0862f5 Mon Sep 17 00:00:00 2001 From: David Storey Date: Thu, 7 Jan 2016 17:16:08 -0800 Subject: [PATCH] =?UTF-8?q?Add=20what=20at-rule=20a=20descriptor=20is=20us?= =?UTF-8?q?ed=20for=20in=20description=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …for those that are not also properties. We don' have a good solution to those at the moment. --- .../css/common/buildscripts/css-schema.xml | 24 +++++++++---------- .../languages/css/common/services/browsers.js | 22 ++++++++--------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/src/vs/languages/css/common/buildscripts/css-schema.xml b/src/vs/languages/css/common/buildscripts/css-schema.xml index 64615d8d697..c1a8d20d26c 100644 --- a/src/vs/languages/css/common/buildscripts/css-schema.xml +++ b/src/vs/languages/css/common/buildscripts/css-schema.xml @@ -532,7 +532,7 @@ - Specifies the symbols used by the marker-construction algorithm specified by the system descriptor. Needs to be specified if the counter system is 'additive'. + @counter-style descriptor. Specifies the symbols used by the marker-construction algorithm specified by the system descriptor. Needs to be specified if the counter system is 'additive'. 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. @@ -2203,7 +2203,7 @@ - Specifies a fallback counter style to be used when the current counter style can’t create a representation for a given counter value. + @counter-style descriptor. Specifies a fallback counter style to be used when the current counter style can’t create a representation for a given counter value. Paints the interior of the given graphical element. @@ -6316,7 +6316,7 @@ - Defines how to alter the representation when the counter value is negative. + @counter-style descriptor. Defines how to alter the representation when the counter value is negative. Shorthand property combines six of the animation properties into a single property. @@ -6884,7 +6884,7 @@ - Specifies a “fixed-width” counter style, where representations shorter than the pad value are padded with a particular <symbol> + @counter-style descriptor. Specifies a “fixed-width” counter style, where representations shorter than the pad value are padded with a particular <symbol> Shorthand property to set values the thickness of the padding area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. The value may not be negative. @@ -7152,7 +7152,7 @@ - Specifies a <symbol> that is prepended to the marker representation. + @counter-style descriptor. Specifies a <symbol> that is prepended to the marker representation. Specifies quotation marks for any number of embedded quotations. @@ -7166,7 +7166,7 @@ Describes the radius of the ‘circle’ element. - Defines the ranges over which the counter style is defined. + @counter-style descriptor. Defines the ranges over which the counter style is defined. The range depends on the counter system. @@ -7558,7 +7558,7 @@ - Specifies the resource containing font data. It is required, whether the font is downloadable or locally installed. + @font-face descriptor. Specifies the resource containing font data. It is required, whether the font is downloadable or locally installed. Reference font by URL @@ -7655,10 +7655,10 @@ Specifies the width of the stroke on the current object. - Specifies a <symbol> that is appended to the marker representation. + @counter-style descriptor. Specifies a <symbol> that is appended to the marker representation. - Specifies which algorithm will be used to construct the counter’s representation based on the counter value. + @counter-style descriptor. Specifies which algorithm will be used to construct the counter’s representation based on the counter value. Represents “sign-value” numbering systems, which, rather than using reusing digits in different positions to change their value, define additional digits with much larger values, so that the value of the number can be obtained by adding all the digits together. @@ -7684,7 +7684,7 @@ - Specifies the symbols used by the marker-construction algorithm specified by the system descriptor. + @counter-style descriptor. Specifies the symbols used by the marker-construction algorithm specified by the system descriptor. Controls the algorithm used to lay out the table cells, rows, and columns. @@ -8444,8 +8444,8 @@ - - Range of Unicode characters supported by a given font. Initial value is U+0-10FFFF + + @font-face descriptor. Range of Unicode characters supported by a given font. Initial value is U+0-10FFFF Controls the appearance of selection. diff --git a/src/vs/languages/css/common/services/browsers.js b/src/vs/languages/css/common/services/browsers.js index 9f7c5e1155c..175c41cb306 100644 --- a/src/vs/languages/css/common/services/browsers.js +++ b/src/vs/languages/css/common/services/browsers.js @@ -771,7 +771,7 @@ exports.data ={ "properties": [ { "name": "additive-symbols", - "desc": "Specifies the symbols used by the marker-construction algorithm specified by the system descriptor. Needs to be specified if the counter system is 'additive'.", + "desc": "@counter-style descriptor. Specifies the symbols used by the marker-construction algorithm specified by the system descriptor. Needs to be specified if the counter system is 'additive'.", "browsers": "FF33", "restriction": "integer, string, image, identifier" }, @@ -2398,7 +2398,7 @@ exports.data ={ }, { "name": "fallback", - "desc": "Specifies a fallback counter style to be used when the current counter style can’t create a representation for a given counter value.", + "desc": "@counter-style descriptor. Specifies a fallback counter style to be used when the current counter style can’t create a representation for a given counter value.", "browsers": "FF33", "restriction": "identifier" }, @@ -6905,7 +6905,7 @@ exports.data ={ }, { "name": "negative", - "desc": "Defines how to alter the representation when the counter value is negative.", + "desc": "@counter-style descriptor. Defines how to alter the representation when the counter value is negative.", "browsers": "FF33", "restriction": "image, identifier, string" }, @@ -7595,7 +7595,7 @@ exports.data ={ }, { "name": "pad", - "desc": "Specifies a “fixed-width” counter style, where representations shorter than the pad value are padded with a particular ", + "desc": "@counter-style descriptor. Specifies a “fixed-width” counter style, where representations shorter than the pad value are padded with a particular ", "browsers": "FF33", "restriction": "integer, image, string, identifier" }, @@ -7825,7 +7825,7 @@ exports.data ={ }, { "name": "prefix", - "desc": "Specifies a that is prepended to the marker representation.", + "desc": "@counter-style descriptor. Specifies a that is prepended to the marker representation.", "browsers": "FF33", "restriction": "image, string, identifier" }, @@ -7838,7 +7838,7 @@ exports.data ={ }, { "name": "range", - "desc": "Defines the ranges over which the counter style is defined.", + "desc": "@counter-style descriptor. Defines the ranges over which the counter style is defined.", "browsers": "FF33", "restriction": "integer, enum", "values": [ @@ -8160,7 +8160,7 @@ exports.data ={ }, { "name": "src", - "desc": "Specifies the resource containing font data. It is required, whether the font is downloadable or locally installed.", + "desc": "@font-face descriptor. Specifies the resource containing font data. It is required, whether the font is downloadable or locally installed.", "restriction": "enum, url, identifier", "values": [ { @@ -8259,13 +8259,13 @@ exports.data ={ }, { "name": "suffix", - "desc": "Specifies a that is appended to the marker representation.", + "desc": "@counter-style descriptor. Specifies a that is appended to the marker representation.", "browsers": "FF33", "restriction": "image, string, identifier" }, { "name": "system", - "desc": "Specifies which algorithm will be used to construct the counter’s representation based on the counter value.", + "desc": "@counter-style descriptor. Specifies which algorithm will be used to construct the counter’s representation based on the counter value.", "browsers": "FF33", "restriction": "enum, integer", "values": [ @@ -8296,7 +8296,7 @@ exports.data ={ }, { "name": "symbols", - "desc": "Specifies the symbols used by the marker-construction algorithm specified by the system descriptor.", + "desc": "@counter-style descriptor. Specifies the symbols used by the marker-construction algorithm specified by the system descriptor.", "browsers": "FF33", "restriction": "image, string, identifier" }, @@ -8903,7 +8903,7 @@ exports.data ={ }, { "name": "unicode-range", - "desc": "Range of Unicode characters supported by a given font. Initial value is U+0-10FFFF", + "desc": "@font-face descriptor. Range of Unicode characters supported by a given font. Initial value is U+0-10FFFF", "restriction": "unicode-range" }, {