|
23 | 23 | "percentages": "no",
|
24 | 24 | "computed": "asSpecified",
|
25 | 25 | "order": "orderOfAppearance",
|
26 |
| - "status": "standard" |
| 26 | + "status": "standard", |
| 27 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/additive-symbols" |
27 | 28 | },
|
28 | 29 | "fallback": {
|
29 | 30 | "syntax": "<counter-style-name>",
|
|
32 | 33 | "percentages": "no",
|
33 | 34 | "computed": "asSpecified",
|
34 | 35 | "order": "uniqueOrder",
|
35 |
| - "status": "standard" |
| 36 | + "status": "standard", |
| 37 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/fallback" |
36 | 38 | },
|
37 | 39 | "negative": {
|
38 | 40 | "syntax": "<symbol> <symbol>?",
|
|
41 | 43 | "percentages": "no",
|
42 | 44 | "computed": "asSpecified",
|
43 | 45 | "order": "orderOfAppearance",
|
44 |
| - "status": "standard" |
| 46 | + "status": "standard", |
| 47 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/negative" |
45 | 48 | },
|
46 | 49 | "pad": {
|
47 | 50 | "syntax": "<integer> && <symbol>",
|
|
50 | 53 | "percentages": "no",
|
51 | 54 | "computed": "asSpecified",
|
52 | 55 | "order": "uniqueOrder",
|
53 |
| - "status": "standard" |
| 56 | + "status": "standard", |
| 57 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/pad" |
54 | 58 | },
|
55 | 59 | "prefix": {
|
56 | 60 | "syntax": "<symbol>",
|
|
59 | 63 | "percentages": "no",
|
60 | 64 | "computed": "asSpecified",
|
61 | 65 | "order": "uniqueOrder",
|
62 |
| - "status": "standard" |
| 66 | + "status": "standard", |
| 67 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/prefix" |
63 | 68 | },
|
64 | 69 | "range": {
|
65 | 70 | "syntax": "[ [ <integer> | infinite ]{2} ]# | auto",
|
|
68 | 73 | "percentages": "no",
|
69 | 74 | "computed": "asSpecified",
|
70 | 75 | "order": "orderOfAppearance",
|
71 |
| - "status": "standard" |
| 76 | + "status": "standard", |
| 77 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/range" |
72 | 78 | },
|
73 | 79 | "speak-as": {
|
74 | 80 | "syntax": "auto | bullets | numbers | words | spell-out | <counter-style-name>",
|
|
77 | 83 | "percentages": "no",
|
78 | 84 | "computed": "asSpecified",
|
79 | 85 | "order": "uniqueOrder",
|
80 |
| - "status": "standard" |
| 86 | + "status": "standard", |
| 87 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/speak-as" |
81 | 88 | },
|
82 | 89 | "suffix": {
|
83 | 90 | "syntax": "<symbol>",
|
|
86 | 93 | "percentages": "no",
|
87 | 94 | "computed": "asSpecified",
|
88 | 95 | "order": "uniqueOrder",
|
89 |
| - "status": "standard" |
| 96 | + "status": "standard", |
| 97 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/suffix" |
90 | 98 | },
|
91 | 99 | "symbols": {
|
92 | 100 | "syntax": "<symbol>+",
|
|
95 | 103 | "percentages": "no",
|
96 | 104 | "computed": "asSpecified",
|
97 | 105 | "order": "orderOfAppearance",
|
98 |
| - "status": "standard" |
| 106 | + "status": "standard", |
| 107 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/symbols" |
99 | 108 | },
|
100 | 109 | "system": {
|
101 | 110 | "syntax": "cyclic | numeric | alphabetic | symbolic | additive | [ fixed <integer>? ] | [ extends <counter-style-name> ]",
|
|
104 | 113 | "percentages": "no",
|
105 | 114 | "computed": "asSpecified",
|
106 | 115 | "order": "uniqueOrder",
|
107 |
| - "status": "standard" |
| 116 | + "status": "standard", |
| 117 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/system" |
108 | 118 | }
|
109 | 119 | },
|
110 | 120 | "status": "standard",
|
|
123 | 133 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@document"
|
124 | 134 | },
|
125 | 135 | "@font-palette-values": {
|
126 |
| - "syntax": "@font-palette-values <dashed-ident> { <declaration-list> }", |
| 136 | + "syntax": "@font-palette-values <dashed-ident> {\n <declaration-list>\n}", |
127 | 137 | "groups": [
|
128 | 138 | "CSS Fonts"
|
129 | 139 | ],
|
|
135 | 145 | "percentages": "no",
|
136 | 146 | "computed": "asSpecified",
|
137 | 147 | "order": "uniqueOrder",
|
138 |
| - "status": "standard" |
| 148 | + "status": "standard", |
| 149 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values/base-palette" |
139 | 150 | },
|
140 | 151 | "font-family": {
|
141 | 152 | "syntax": "<family-name>#",
|
|
144 | 155 | "percentages": "no",
|
145 | 156 | "computed": "asSpecified",
|
146 | 157 | "order": "orderOfAppearance",
|
147 |
| - "status": "standard" |
| 158 | + "status": "standard", |
| 159 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values/font-family" |
148 | 160 | },
|
149 | 161 | "override-colors": {
|
150 | 162 | "syntax": "[ <integer [0,∞]> <color> ]#",
|
|
153 | 165 | "percentages": "no",
|
154 | 166 | "computed": "asSpecified",
|
155 | 167 | "order": "orderOfAppearance",
|
156 |
| - "status": "standard" |
| 168 | + "status": "standard", |
| 169 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values/override-colors" |
157 | 170 | }
|
158 | 171 | },
|
159 | 172 | "status": "standard",
|
|
175 | 188 | "percentages": "asSpecified",
|
176 | 189 | "computed": "asSpecified",
|
177 | 190 | "order": "orderOfAppearance",
|
178 |
| - "status": "experimental" |
| 191 | + "status": "experimental", |
| 192 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/ascent-override" |
179 | 193 | },
|
180 | 194 | "descent-override": {
|
181 | 195 | "syntax": "normal | <percentage>",
|
|
184 | 198 | "percentages": "asSpecified",
|
185 | 199 | "computed": "asSpecified",
|
186 | 200 | "order": "orderOfAppearance",
|
187 |
| - "status": "experimental" |
| 201 | + "status": "experimental", |
| 202 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/descent-override" |
188 | 203 | },
|
189 | 204 | "font-display": {
|
190 | 205 | "syntax": "[ auto | block | swap | fallback | optional ]",
|
|
193 | 208 | "initial": "auto",
|
194 | 209 | "computed": "asSpecified",
|
195 | 210 | "order": "uniqueOrder",
|
196 |
| - "status": "experimental" |
| 211 | + "status": "experimental", |
| 212 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-display" |
197 | 213 | },
|
198 | 214 | "font-family": {
|
199 | 215 | "syntax": "<family-name>",
|
|
202 | 218 | "percentages": "no",
|
203 | 219 | "computed": "asSpecified",
|
204 | 220 | "order": "uniqueOrder",
|
205 |
| - "status": "standard" |
| 221 | + "status": "standard", |
| 222 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-family" |
206 | 223 | },
|
207 | 224 | "font-feature-settings": {
|
208 | 225 | "syntax": "normal | <feature-tag-value>#",
|
|
211 | 228 | "percentages": "no",
|
212 | 229 | "computed": "asSpecified",
|
213 | 230 | "order": "orderOfAppearance",
|
214 |
| - "status": "standard" |
| 231 | + "status": "standard", |
| 232 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-feature-settings" |
215 | 233 | },
|
216 | 234 | "font-variation-settings": {
|
217 | 235 | "syntax": "normal | [ <string> <number> ]#",
|
|
220 | 238 | "percentages": "no",
|
221 | 239 | "computed": "asSpecified",
|
222 | 240 | "order": "orderOfAppearance",
|
223 |
| - "status": "standard" |
| 241 | + "status": "standard", |
| 242 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-variation-settings" |
224 | 243 | },
|
225 | 244 | "font-stretch": {
|
226 | 245 | "syntax": "<font-stretch-absolute>{1,2}",
|
|
229 | 248 | "percentages": "no",
|
230 | 249 | "computed": "asSpecified",
|
231 | 250 | "order": "uniqueOrder",
|
232 |
| - "status": "standard" |
| 251 | + "status": "standard", |
| 252 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-stretch" |
233 | 253 | },
|
234 | 254 | "font-style": {
|
235 | 255 | "syntax": "normal | italic | oblique <angle>{0,2}",
|
|
238 | 258 | "percentages": "no",
|
239 | 259 | "computed": "asSpecified",
|
240 | 260 | "order": "uniqueOrder",
|
241 |
| - "status": "standard" |
| 261 | + "status": "standard", |
| 262 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-style" |
242 | 263 | },
|
243 | 264 | "font-weight": {
|
244 | 265 | "syntax": "<font-weight-absolute>{1,2}",
|
|
247 | 268 | "percentages": "no",
|
248 | 269 | "computed": "asSpecified",
|
249 | 270 | "order": "uniqueOrder",
|
250 |
| - "status": "standard" |
| 271 | + "status": "standard", |
| 272 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-weight" |
251 | 273 | },
|
252 | 274 | "line-gap-override": {
|
253 | 275 | "syntax": "normal | <percentage>",
|
|
256 | 278 | "percentages": "asSpecified",
|
257 | 279 | "computed": "asSpecified",
|
258 | 280 | "order": "orderOfAppearance",
|
259 |
| - "status": "experimental" |
| 281 | + "status": "experimental", |
| 282 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/line-gap-override" |
260 | 283 | },
|
261 | 284 | "size-adjust": {
|
262 | 285 | "syntax": "<percentage>",
|
|
265 | 288 | "percentages": "asSpecified",
|
266 | 289 | "computed": "asSpecified",
|
267 | 290 | "order": "orderOfAppearance",
|
268 |
| - "status": "experimental" |
| 291 | + "status": "experimental", |
| 292 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/size-adjust" |
269 | 293 | },
|
270 | 294 | "src": {
|
271 | 295 | "syntax": "[ <url> [ format( <string># ) ]? | local( <family-name> ) ]#",
|
|
274 | 298 | "percentages": "no",
|
275 | 299 | "computed": "asSpecified",
|
276 | 300 | "order": "orderOfAppearance",
|
277 |
| - "status": "standard" |
| 301 | + "status": "standard", |
| 302 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/src" |
278 | 303 | },
|
279 | 304 | "unicode-range": {
|
280 | 305 | "syntax": "<unicode-range>#",
|
|
283 | 308 | "percentages": "no",
|
284 | 309 | "computed": "asSpecified",
|
285 | 310 | "order": "orderOfAppearance",
|
286 |
| - "status": "standard" |
| 311 | + "status": "standard", |
| 312 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/unicode-range" |
287 | 313 | }
|
288 | 314 | },
|
289 | 315 | "status": "standard",
|
|
399 | 425 | "percentages": "no",
|
400 | 426 | "computed": "asSpecified",
|
401 | 427 | "order": "orderOfAppearance",
|
402 |
| - "status": "standard" |
| 428 | + "status": "standard", |
| 429 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@page/page-orientation" |
403 | 430 | },
|
404 | 431 | "size": {
|
405 | 432 | "syntax": "<length>{1,2} | auto | [ <page-size> || [ portrait | landscape ] ]",
|
|
411 | 438 | "percentages": "no",
|
412 | 439 | "computed": "asSpecifiedRelativeToAbsoluteLengths",
|
413 | 440 | "order": "orderOfAppearance",
|
414 |
| - "status": "standard" |
| 441 | + "status": "standard", |
| 442 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@page/size" |
415 | 443 | }
|
416 | 444 | },
|
417 | 445 | "status": "standard",
|
|
445 | 473 | "initial": "n/a (required)",
|
446 | 474 | "computed": "asSpecified",
|
447 | 475 | "order": "uniqueOrder",
|
448 |
| - "status": "experimental" |
| 476 | + "status": "experimental", |
| 477 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property/syntax" |
449 | 478 | },
|
450 | 479 | "inherits": {
|
451 | 480 | "syntax": "true | false",
|
|
454 | 483 | "initial": "auto",
|
455 | 484 | "computed": "asSpecified",
|
456 | 485 | "order": "uniqueOrder",
|
457 |
| - "status": "experimental" |
| 486 | + "status": "experimental", |
| 487 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property/inherits" |
458 | 488 | },
|
459 | 489 | "initial-value": {
|
460 | 490 | "syntax": "<declaration-value>?",
|
|
463 | 493 | "percentages": "no",
|
464 | 494 | "computed": "asSpecified",
|
465 | 495 | "order": "uniqueOrder",
|
466 |
| - "status": "experimental" |
| 496 | + "status": "experimental", |
| 497 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property/initial-value" |
467 | 498 | }
|
468 | 499 | },
|
469 | 500 | "status": "experimental",
|
|
0 commit comments