Add what at-rule a descriptor is used for in description…

…for those that are not also properties. We don' have a good solution to those at the moment.
This commit is contained in:
David Storey
2016-01-07 17:16:08 -08:00
parent 998ef0247f
commit eae508e36f
2 changed files with 23 additions and 23 deletions

View File

@@ -532,7 +532,7 @@
</pseudoElements>
<properties>
<entry name="additive-symbols" restriction="integer, string, image, identifier" version="3.0" browsers="FF33" ref="http://www.w3.org/TR/css-counter-styles-3/#descdef-counter-style-additive-symbols" syntax="@counter-style { additive-symbols: 1 I; }">
<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>
<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'.</desc>
</entry>
<entry name="align-content" restriction="enum" version="3.0" browsers="E,C29,FF22,IE11,O12.1,S9" ref="http://www.w3.org/TR/css3-flexbox/#align-content" syntax="p { $(name): flex-start; }">
<desc>Aligns a flex containers 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.</desc>
@@ -2203,7 +2203,7 @@
</values>
</entry>
<entry name="fallback" restriction="identifier" version="3.0" browsers="FF33" ref="http://www.w3.org/TR/css-counter-styles-3/#descdef-counter-style-fallback" syntax="@counter-style { fallback: upper-alpha; }">
<desc>Specifies a fallback counter style to be used when the current counter style cant create a representation for a given counter value.</desc>
<desc>@counter-style descriptor. Specifies a fallback counter style to be used when the current counter style cant create a representation for a given counter value.</desc>
</entry>
<entry name="fill" restriction="color, enum, url" version="3.0" browsers="all" ref="http://www.w3.org/TR/SVG2/painting.html#FillProperty">
<desc>Paints the interior of the given graphical element.</desc>
@@ -6316,7 +6316,7 @@
</values>
</entry>
<entry name="negative" restriction="image, identifier, string" version="3.0" browsers="FF33" ref="http://www.w3.org/TR/css-counter-styles-3/#descdef-counter-style-negative" syntax="@counter-style { negative: '(' ')'; }">
<desc>Defines how to alter the representation when the counter value is negative.</desc>
<desc>@counter-style descriptor. Defines how to alter the representation when the counter value is negative.</desc>
</entry>
<entry name="-o-animation" restriction="time, enum, identifier, number" version="3.0" browsers="O12" ref="http://www.w3.org/TR/css3-animations/#animation" syntax="div { $(name): movearound 4s ease 3 normal; }">
<desc>Shorthand property combines six of the animation properties into a single property.</desc>
@@ -6884,7 +6884,7 @@
</values>
</entry>
<entry name="pad" restriction="integer, image, string, identifier" version="3.0" browsers="FF33" ref="http://www.w3.org/TR/css-counter-styles-3/#descdef-counter-style-pad" syntax="@counter-style { pad: 3 '0'; }">
<desc>Specifies a “fixed-width” counter style, where representations shorter than the pad value are padded with a particular &lt;symbol></desc>
<desc>@counter-style descriptor. Specifies a “fixed-width” counter style, where representations shorter than the pad value are padded with a particular &lt;symbol></desc>
</entry>
<entry name="padding" restriction="length, percentage" version="1.0" browsers="all" ref="http://www.w3.org/TR/css3-box/#padding1" syntax="div { $(name): 4px 7px 2px 4px; }">
<desc>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.</desc>
@@ -7152,7 +7152,7 @@
</values>
</entry>
<entry name="prefix" restriction="image, string, identifier" version="3.0" browsers="FF33" ref="http://www.w3.org/TR/css-counter-styles-3/#descdef-counter-style-prefix" syntax="@counter-style { prefix: '#'; }">
<desc>Specifies a &lt;symbol> that is prepended to the marker representation.</desc>
<desc>@counter-style descriptor. Specifies a &lt;symbol> that is prepended to the marker representation.</desc>
</entry>
<entry name="quotes" restriction="string" version="2.0" browsers="E,C,FF1.5,IE8,O8,S5.1" ref="http://www.w3.org/TR/css3-content/#quotes" syntax="none | [ &lt;string&gt; &lt;string&gt; ]+">
<desc>Specifies quotation marks for any number of embedded quotations.</desc>
@@ -7166,7 +7166,7 @@
<desc>Describes the radius of the circle element.</desc>
</entry>
<entry name="range" restriction="integer, enum" version="3.0" browsers="FF33" ref="http://www.w3.org/TR/css-counter-styles-3/#descdef-counter-style-range" syntax="@counter-style { range: 2 infinite, 8 834048; }">
<desc>Defines the ranges over which the counter style is defined.</desc>
<desc>@counter-style descriptor. Defines the ranges over which the counter style is defined.</desc>
<values>
<value name="auto" version="3.0" browsers="all">
<desc>The range depends on the counter system.</desc>
@@ -7558,7 +7558,7 @@
</values>
</entry>
<entry name="src" restriction="enum, url, identifier" version="3.0" browsers="all" ref="http://www.w3.org/TR/css3-fonts/#src-desc" syntax="src: url(font.woff) format('woff');">
<desc>Specifies the resource containing font data. It is required, whether the font is downloadable or locally installed.</desc>
<desc>@font-face descriptor. Specifies the resource containing font data. It is required, whether the font is downloadable or locally installed.</desc>
<values>
<value name="url()" version="3.0" browsers="all">
<desc>Reference font by URL</desc>
@@ -7655,10 +7655,10 @@
<desc>Specifies the width of the stroke on the current object.</desc>
</entry>
<entry name="suffix" restriction="image, string, identifier" version="3.0" browsers="FF33" ref="http://www.w3.org/TR/css-counter-styles-3/#descdef-counter-style-suffix" syntax="@counter-style { suffix: '\2E\20'; }">
<desc>Specifies a &lt;symbol> that is appended to the marker representation.</desc>
<desc>@counter-style descriptor. Specifies a &lt;symbol> that is appended to the marker representation.</desc>
</entry>
<entry name="system" restriction="enum, integer" version="3.0" browsers="FF33" ref="http://www.w3.org/TR/css-counter-styles-3/#descdef-counter-style-system" syntax="@counter-style triangle { system: cyclic; }">
<desc>Specifies which algorithm will be used to construct the counters representation based on the counter value.</desc>
<desc>@counter-style descriptor. Specifies which algorithm will be used to construct the counters representation based on the counter value.</desc>
<values>
<value name="additive" version="3.0" browsers="all">
<desc>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.</desc>
@@ -7684,7 +7684,7 @@
</values>
</entry>
<entry name="symbols" restriction="image, string, identifier" version="3.0" browsers="FF33" ref="http://www.w3.org/TR/css-counter-styles-3/#descdef-counter-style-symbols" syntax="@counter-style { symbols: '*' ⁑ † ‡; }">
<desc>Specifies the symbols used by the marker-construction algorithm specified by the system descriptor.</desc>
<desc>@counter-style descriptor. Specifies the symbols used by the marker-construction algorithm specified by the system descriptor.</desc>
</entry>
<entry name="table-layout" restriction="enum" version="2.0" browsers="all" ref="http://www.w3.org/TR/CSS2/tables.html#width-layout" syntax="table { $(name): fixed; }">
<desc>Controls the algorithm used to lay out the table cells, rows, and columns.</desc>
@@ -8444,8 +8444,8 @@
</value>
</values>
</entry>
<entry name="unicode-range" restriction="unicode-range" version="3.0" browsers="all" ref="http://www.w3.org/TR/css3-fonts/#unicode-range" syntax="'urange' [, 'urange']*">
<desc>Range of Unicode characters supported by a given font. Initial value is U+0-10FFFF</desc>
<entry name="unicode-range" restriction="unicode-range" version="3.0" browsers="all" ref="http://www.w3.org/TR/css3-fonts/#unicode-range-desc" syntax="'urange' [, 'urange']*">
<desc>@font-face descriptor. Range of Unicode characters supported by a given font. Initial value is U+0-10FFFF</desc>
</entry>
<entry name="user-select" restriction="enum" version="3.0" browsers="none" ref="http://www.w3.org/TR/css-ui-4/#propdef-user-select" syntax="div { $(name): text; }">
<desc>Controls the appearance of selection.</desc>

View File

@@ -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 cant 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 cant 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 <symbol>",
"desc": "@counter-style descriptor. Specifies a “fixed-width” counter style, where representations shorter than the pad value are padded with a particular <symbol>",
"browsers": "FF33",
"restriction": "integer, image, string, identifier"
},
@@ -7825,7 +7825,7 @@ exports.data ={
},
{
"name": "prefix",
"desc": "Specifies a <symbol> that is prepended to the marker representation.",
"desc": "@counter-style descriptor. Specifies a <symbol> 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 <symbol> that is appended to the marker representation.",
"desc": "@counter-style descriptor. Specifies a <symbol> 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 counters representation based on the counter value.",
"desc": "@counter-style descriptor. Specifies which algorithm will be used to construct the counters 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"
},
{