mdn-data 2.0.10 → 2.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/at-rules.json +43 -2
- package/css/definitions.json +3 -0
- package/css/properties.json +137 -9
- package/css/properties.schema.json +5 -0
- package/css/selectors.json +18 -0
- package/css/syntaxes.json +2 -2
- package/l10n/css.json +16 -0
- package/package.json +4 -1
- package/css/readme.md +0 -32
package/css/at-rules.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"additive-symbols": {
|
|
20
20
|
"syntax": "[ <integer> && <symbol> ]#",
|
|
21
21
|
"media": "all",
|
|
22
|
-
"initial": "
|
|
22
|
+
"initial": "n/a (required)",
|
|
23
23
|
"percentages": "no",
|
|
24
24
|
"computed": "asSpecified",
|
|
25
25
|
"order": "orderOfAppearance",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"symbols": {
|
|
92
92
|
"syntax": "<symbol>+",
|
|
93
93
|
"media": "all",
|
|
94
|
-
"initial": "
|
|
94
|
+
"initial": "n/a (required)",
|
|
95
95
|
"percentages": "no",
|
|
96
96
|
"computed": "asSpecified",
|
|
97
97
|
"order": "orderOfAppearance",
|
|
@@ -328,6 +328,47 @@
|
|
|
328
328
|
"status": "standard",
|
|
329
329
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@page"
|
|
330
330
|
},
|
|
331
|
+
"@property": {
|
|
332
|
+
"syntax": "@property <custom-property-name> {\n <declaration-list>\n}",
|
|
333
|
+
"interfaces": [
|
|
334
|
+
"CSS",
|
|
335
|
+
"CSSPropertyRule"
|
|
336
|
+
],
|
|
337
|
+
"groups": [
|
|
338
|
+
"CSS Houdini"
|
|
339
|
+
],
|
|
340
|
+
"descriptors": {
|
|
341
|
+
"syntax": {
|
|
342
|
+
"syntax": "<string>",
|
|
343
|
+
"media": "all",
|
|
344
|
+
"percentages": "no",
|
|
345
|
+
"initial": "n/a (required)",
|
|
346
|
+
"computed": "asSpecified",
|
|
347
|
+
"order": "uniqueOrder",
|
|
348
|
+
"status": "experimental"
|
|
349
|
+
},
|
|
350
|
+
"inherits": {
|
|
351
|
+
"syntax": "true | false",
|
|
352
|
+
"media": "all",
|
|
353
|
+
"percentages": "no",
|
|
354
|
+
"initial": "auto",
|
|
355
|
+
"computed": "asSpecified",
|
|
356
|
+
"order": "uniqueOrder",
|
|
357
|
+
"status": "experimental"
|
|
358
|
+
},
|
|
359
|
+
"initial-value": {
|
|
360
|
+
"syntax": "<string>",
|
|
361
|
+
"media": "all",
|
|
362
|
+
"initial": "n/a (required)",
|
|
363
|
+
"percentages": "no",
|
|
364
|
+
"computed": "asSpecified",
|
|
365
|
+
"order": "uniqueOrder",
|
|
366
|
+
"status": "experimental"
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
"status": "experimental",
|
|
370
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property"
|
|
371
|
+
},
|
|
331
372
|
"@supports": {
|
|
332
373
|
"syntax": "@supports <supports-condition> {\n <group-rule-body>\n}",
|
|
333
374
|
"interfaces": [
|
package/css/definitions.json
CHANGED
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"CSS Frequencies",
|
|
26
26
|
"CSS Generated Content",
|
|
27
27
|
"CSS Grid Layout",
|
|
28
|
+
"CSS Houdini",
|
|
28
29
|
"CSS Images",
|
|
29
30
|
"CSS Inline",
|
|
30
31
|
"CSS Lengths",
|
|
@@ -61,10 +62,12 @@
|
|
|
61
62
|
"CSSOM View",
|
|
62
63
|
"Filter Effects",
|
|
63
64
|
"Grouping Selectors",
|
|
65
|
+
"MathML",
|
|
64
66
|
"Media Queries",
|
|
65
67
|
"Microsoft Extensions",
|
|
66
68
|
"Mozilla Extensions",
|
|
67
69
|
"Pointer Events",
|
|
70
|
+
"Pseudo",
|
|
68
71
|
"Pseudo-classes",
|
|
69
72
|
"Pseudo-elements",
|
|
70
73
|
"Selectors",
|
package/css/properties.json
CHANGED
|
@@ -238,6 +238,38 @@
|
|
|
238
238
|
"status": "nonstandard",
|
|
239
239
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-flow-into"
|
|
240
240
|
},
|
|
241
|
+
"-ms-grid-columns": {
|
|
242
|
+
"syntax": "none | <track-list> | <auto-track-list>",
|
|
243
|
+
"media": "visual",
|
|
244
|
+
"inherited": false,
|
|
245
|
+
"animationType": "simpleListOfLpcDifferenceLpc",
|
|
246
|
+
"percentages": "referToDimensionOfContentArea",
|
|
247
|
+
"groups": [
|
|
248
|
+
"CSS Grid Layout"
|
|
249
|
+
],
|
|
250
|
+
"initial": "none",
|
|
251
|
+
"appliesto": "gridContainers",
|
|
252
|
+
"computed": "asSpecifiedRelativeToAbsoluteLengths",
|
|
253
|
+
"order": "uniqueOrder",
|
|
254
|
+
"status": "nonstandard",
|
|
255
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-grid-columns"
|
|
256
|
+
},
|
|
257
|
+
"-ms-grid-rows": {
|
|
258
|
+
"syntax": "none | <track-list> | <auto-track-list>",
|
|
259
|
+
"media": "visual",
|
|
260
|
+
"inherited": false,
|
|
261
|
+
"animationType": "simpleListOfLpcDifferenceLpc",
|
|
262
|
+
"percentages": "referToDimensionOfContentArea",
|
|
263
|
+
"groups": [
|
|
264
|
+
"CSS Grid Layout"
|
|
265
|
+
],
|
|
266
|
+
"initial": "none",
|
|
267
|
+
"appliesto": "gridContainers",
|
|
268
|
+
"computed": "asSpecifiedRelativeToAbsoluteLengths",
|
|
269
|
+
"order": "uniqueOrder",
|
|
270
|
+
"status": "nonstandard",
|
|
271
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-ms-grid-rows"
|
|
272
|
+
},
|
|
241
273
|
"-ms-high-contrast-adjust": {
|
|
242
274
|
"syntax": "auto | none",
|
|
243
275
|
"media": "visual",
|
|
@@ -918,7 +950,7 @@
|
|
|
918
950
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-moz-float-edge"
|
|
919
951
|
},
|
|
920
952
|
"-moz-force-broken-image-icon": {
|
|
921
|
-
"syntax": "<integer>",
|
|
953
|
+
"syntax": "<integer [0,1]>",
|
|
922
954
|
"media": "visual",
|
|
923
955
|
"inherited": false,
|
|
924
956
|
"animationType": "discrete",
|
|
@@ -1178,7 +1210,7 @@
|
|
|
1178
1210
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-moz-window-shadow"
|
|
1179
1211
|
},
|
|
1180
1212
|
"-webkit-appearance": {
|
|
1181
|
-
"syntax": "none | button | button-bevel | caret | checkbox | default-button | inner-spin-button | listbox | listitem | media-controls-background | media-controls-fullscreen-background | media-current-time-display | media-enter-fullscreen-button | media-exit-fullscreen-button | media-fullscreen-button | media-mute-button | media-overlay-play-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | media-time-remaining-display | media-toggle-closed-captions-button | media-volume-slider | media-volume-slider-container | media-volume-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | meter | progress-bar | progress-bar-value | push-button | radio | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield",
|
|
1213
|
+
"syntax": "none | button | button-bevel | caret | checkbox | default-button | inner-spin-button | listbox | listitem | media-controls-background | media-controls-fullscreen-background | media-current-time-display | media-enter-fullscreen-button | media-exit-fullscreen-button | media-fullscreen-button | media-mute-button | media-overlay-play-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | media-time-remaining-display | media-toggle-closed-captions-button | media-volume-slider | media-volume-slider-container | media-volume-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | meter | progress-bar | progress-bar-value | push-button | radio | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield | -apple-pay-button",
|
|
1182
1214
|
"media": "visual",
|
|
1183
1215
|
"inherited": false,
|
|
1184
1216
|
"animationType": "discrete",
|
|
@@ -1703,6 +1735,22 @@
|
|
|
1703
1735
|
"status": "standard",
|
|
1704
1736
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/align-self"
|
|
1705
1737
|
},
|
|
1738
|
+
"align-tracks": {
|
|
1739
|
+
"syntax": "[ normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position> ]#",
|
|
1740
|
+
"media": "visual",
|
|
1741
|
+
"inherited": false,
|
|
1742
|
+
"animationType": "discrete",
|
|
1743
|
+
"percentages": "no",
|
|
1744
|
+
"groups": [
|
|
1745
|
+
"CSS Grid Layout"
|
|
1746
|
+
],
|
|
1747
|
+
"initial": "normal",
|
|
1748
|
+
"appliesto": "gridContainersWithMasonryLayoutInTheirBlockAxis",
|
|
1749
|
+
"computed": "asSpecified",
|
|
1750
|
+
"order": "uniqueOrder",
|
|
1751
|
+
"status": "experimental",
|
|
1752
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/align-tracks"
|
|
1753
|
+
},
|
|
1706
1754
|
"all": {
|
|
1707
1755
|
"syntax": "initial | inherit | unset | revert",
|
|
1708
1756
|
"media": "noPracticalMedia",
|
|
@@ -1882,7 +1930,7 @@
|
|
|
1882
1930
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timing-function"
|
|
1883
1931
|
},
|
|
1884
1932
|
"appearance": {
|
|
1885
|
-
"syntax": "none | auto |
|
|
1933
|
+
"syntax": "none | auto | textfield | menulist-button | <compat-auto>",
|
|
1886
1934
|
"media": "all",
|
|
1887
1935
|
"inherited": false,
|
|
1888
1936
|
"animationType": "discrete",
|
|
@@ -4612,6 +4660,22 @@
|
|
|
4612
4660
|
"status": "standard",
|
|
4613
4661
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-size-adjust"
|
|
4614
4662
|
},
|
|
4663
|
+
"font-smooth": {
|
|
4664
|
+
"syntax": "auto | never | always | <absolute-size> | <length>",
|
|
4665
|
+
"media": "visual",
|
|
4666
|
+
"inherited": true,
|
|
4667
|
+
"animationType": "discrete",
|
|
4668
|
+
"percentages": "no",
|
|
4669
|
+
"groups": [
|
|
4670
|
+
"CSS Fonts"
|
|
4671
|
+
],
|
|
4672
|
+
"initial": "auto",
|
|
4673
|
+
"appliesto": "allElements",
|
|
4674
|
+
"computed": "asSpecified",
|
|
4675
|
+
"order": "uniqueOrder",
|
|
4676
|
+
"status": "nonstandard",
|
|
4677
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-smooth"
|
|
4678
|
+
},
|
|
4615
4679
|
"font-stretch": {
|
|
4616
4680
|
"syntax": "<font-stretch-absolute>",
|
|
4617
4681
|
"media": "visual",
|
|
@@ -5282,7 +5346,7 @@
|
|
|
5282
5346
|
"groups": [
|
|
5283
5347
|
"CSS Images"
|
|
5284
5348
|
],
|
|
5285
|
-
"initial": "
|
|
5349
|
+
"initial": "from-image",
|
|
5286
5350
|
"appliesto": "allElements",
|
|
5287
5351
|
"computed": "angleRoundedToNextQuarter",
|
|
5288
5352
|
"order": "uniqueOrder",
|
|
@@ -5560,6 +5624,22 @@
|
|
|
5560
5624
|
"status": "standard",
|
|
5561
5625
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/justify-self"
|
|
5562
5626
|
},
|
|
5627
|
+
"justify-tracks": {
|
|
5628
|
+
"syntax": "[ normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ] ]#",
|
|
5629
|
+
"media": "visual",
|
|
5630
|
+
"inherited": false,
|
|
5631
|
+
"animationType": "discrete",
|
|
5632
|
+
"percentages": "no",
|
|
5633
|
+
"groups": [
|
|
5634
|
+
"CSS Grid Layout"
|
|
5635
|
+
],
|
|
5636
|
+
"initial": "normal",
|
|
5637
|
+
"appliesto": "gridContainersWithMasonryLayoutInTheirInlineAxis",
|
|
5638
|
+
"computed": "asSpecified",
|
|
5639
|
+
"order": "uniqueOrder",
|
|
5640
|
+
"status": "experimental",
|
|
5641
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/justify-tracks"
|
|
5642
|
+
},
|
|
5563
5643
|
"left": {
|
|
5564
5644
|
"syntax": "<length> | <percentage> | auto",
|
|
5565
5645
|
"media": "visual",
|
|
@@ -6289,6 +6369,38 @@
|
|
|
6289
6369
|
"status": "standard",
|
|
6290
6370
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/mask-type"
|
|
6291
6371
|
},
|
|
6372
|
+
"masonry-auto-flow": {
|
|
6373
|
+
"syntax": "[ pack | next ] || [ definite-first | ordered ]",
|
|
6374
|
+
"media": "visual",
|
|
6375
|
+
"inherited": false,
|
|
6376
|
+
"animationType": "discrete",
|
|
6377
|
+
"percentages": "no",
|
|
6378
|
+
"groups": [
|
|
6379
|
+
"CSS Grid Layout"
|
|
6380
|
+
],
|
|
6381
|
+
"initial": "pack",
|
|
6382
|
+
"appliesto": "gridContainersWithMasonryLayout",
|
|
6383
|
+
"computed": "asSpecified",
|
|
6384
|
+
"order": "uniqueOrder",
|
|
6385
|
+
"status": "experimental",
|
|
6386
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/masonry-auto-flow"
|
|
6387
|
+
},
|
|
6388
|
+
"math-style": {
|
|
6389
|
+
"syntax": "normal | compact",
|
|
6390
|
+
"media": "visual",
|
|
6391
|
+
"inherited": true,
|
|
6392
|
+
"animationType": "notAnimatable",
|
|
6393
|
+
"percentages": "no",
|
|
6394
|
+
"groups": [
|
|
6395
|
+
"MathML"
|
|
6396
|
+
],
|
|
6397
|
+
"initial": "normal",
|
|
6398
|
+
"appliesto": "allElements",
|
|
6399
|
+
"computed": "asSpecified",
|
|
6400
|
+
"order": "perGrammar",
|
|
6401
|
+
"status": "standard",
|
|
6402
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/math-style"
|
|
6403
|
+
},
|
|
6292
6404
|
"max-block-size": {
|
|
6293
6405
|
"syntax": "<'max-width'>",
|
|
6294
6406
|
"media": "visual",
|
|
@@ -6306,7 +6418,7 @@
|
|
|
6306
6418
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/max-block-size"
|
|
6307
6419
|
},
|
|
6308
6420
|
"max-height": {
|
|
6309
|
-
"syntax": "
|
|
6421
|
+
"syntax": "none | <length-percentage> | min-content | max-content | fit-content(<length-percentage>)",
|
|
6310
6422
|
"media": "visual",
|
|
6311
6423
|
"inherited": false,
|
|
6312
6424
|
"animationType": "lpc",
|
|
@@ -6353,7 +6465,7 @@
|
|
|
6353
6465
|
"status": "experimental"
|
|
6354
6466
|
},
|
|
6355
6467
|
"max-width": {
|
|
6356
|
-
"syntax": "
|
|
6468
|
+
"syntax": "none | <length-percentage> | min-content | max-content | fit-content(<length-percentage>)",
|
|
6357
6469
|
"media": "visual",
|
|
6358
6470
|
"inherited": false,
|
|
6359
6471
|
"animationType": "lpc",
|
|
@@ -6552,7 +6664,7 @@
|
|
|
6552
6664
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/offset-distance"
|
|
6553
6665
|
},
|
|
6554
6666
|
"offset-path": {
|
|
6555
|
-
"syntax": "none | ray( [ <angle> && <size
|
|
6667
|
+
"syntax": "none | ray( [ <angle> && <size> && contain? ] ) | <path()> | <url> | [ <basic-shape> || <geometry-box> ]",
|
|
6556
6668
|
"media": "visual",
|
|
6557
6669
|
"inherited": false,
|
|
6558
6670
|
"animationType": "angleOrBasicShapeOrPath",
|
|
@@ -6628,7 +6740,7 @@
|
|
|
6628
6740
|
"CSS Flexible Box Layout"
|
|
6629
6741
|
],
|
|
6630
6742
|
"initial": "0",
|
|
6631
|
-
"appliesto": "
|
|
6743
|
+
"appliesto": "flexItemsGridItemsAbsolutelyPositionedContainerChildren",
|
|
6632
6744
|
"computed": "asSpecified",
|
|
6633
6745
|
"order": "uniqueOrder",
|
|
6634
6746
|
"status": "standard",
|
|
@@ -7531,6 +7643,22 @@
|
|
|
7531
7643
|
"status": "standard",
|
|
7532
7644
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-color"
|
|
7533
7645
|
},
|
|
7646
|
+
"scrollbar-gutter": {
|
|
7647
|
+
"syntax": "auto | [ stable | always ] && both? && force?",
|
|
7648
|
+
"media": "visual",
|
|
7649
|
+
"inherited": false,
|
|
7650
|
+
"animationType": "discrete",
|
|
7651
|
+
"percentages": "no",
|
|
7652
|
+
"groups": [
|
|
7653
|
+
"CSS Overflow"
|
|
7654
|
+
],
|
|
7655
|
+
"initial": "auto",
|
|
7656
|
+
"appliesto": "allElements",
|
|
7657
|
+
"computed": "asSpecified",
|
|
7658
|
+
"order": "perGrammar",
|
|
7659
|
+
"status": "standard",
|
|
7660
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scrollbar-gutter"
|
|
7661
|
+
},
|
|
7534
7662
|
"scrollbar-width": {
|
|
7535
7663
|
"syntax": "auto | thin | none",
|
|
7536
7664
|
"media": "visual",
|
|
@@ -8178,7 +8306,7 @@
|
|
|
8178
8306
|
"syntax": "none | all | [ digits <integer>? ]",
|
|
8179
8307
|
"media": "visual",
|
|
8180
8308
|
"inherited": true,
|
|
8181
|
-
"animationType": "
|
|
8309
|
+
"animationType": "notAnimatable",
|
|
8182
8310
|
"percentages": "no",
|
|
8183
8311
|
"groups": [
|
|
8184
8312
|
"CSS Writing Modes"
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"integer",
|
|
28
28
|
"length",
|
|
29
29
|
"lpc",
|
|
30
|
+
"notAnimatable",
|
|
30
31
|
"numberOrLength",
|
|
31
32
|
"number",
|
|
32
33
|
"position",
|
|
@@ -199,9 +200,13 @@
|
|
|
199
200
|
"flexContainers",
|
|
200
201
|
"flexItemsAndAbsolutelyPositionedFlexContainerChildren",
|
|
201
202
|
"flexItemsAndInFlowPseudos",
|
|
203
|
+
"flexItemsGridItemsAbsolutelyPositionedContainerChildren",
|
|
202
204
|
"flexItemsGridItemsAndAbsolutelyPositionedBoxes",
|
|
203
205
|
"floats",
|
|
204
206
|
"gridContainers",
|
|
207
|
+
"gridContainersWithMasonryLayout",
|
|
208
|
+
"gridContainersWithMasonryLayoutInTheirBlockAxis",
|
|
209
|
+
"gridContainersWithMasonryLayoutInTheirInlineAxis",
|
|
205
210
|
"gridItemsAndBoxesWithinGridContainer",
|
|
206
211
|
"iframeElements",
|
|
207
212
|
"images",
|
package/css/selectors.json
CHANGED
|
@@ -98,6 +98,24 @@
|
|
|
98
98
|
"status": "standard",
|
|
99
99
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Column_combinator"
|
|
100
100
|
},
|
|
101
|
+
"Pseudo-classes": {
|
|
102
|
+
"syntax": ":",
|
|
103
|
+
"groups": [
|
|
104
|
+
"Pseudo",
|
|
105
|
+
"Selectors"
|
|
106
|
+
],
|
|
107
|
+
"status": "standard",
|
|
108
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Pseudo-classes"
|
|
109
|
+
},
|
|
110
|
+
"Pseudo-elements": {
|
|
111
|
+
"syntax": "::",
|
|
112
|
+
"groups": [
|
|
113
|
+
"Pseudo",
|
|
114
|
+
"Selectors"
|
|
115
|
+
],
|
|
116
|
+
"status": "standard",
|
|
117
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Pseudo-elements"
|
|
118
|
+
},
|
|
101
119
|
":active": {
|
|
102
120
|
"syntax": ":active",
|
|
103
121
|
"groups": [
|
package/css/syntaxes.json
CHANGED
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"syntax": "[ common-ligatures | no-common-ligatures ]"
|
|
124
124
|
},
|
|
125
125
|
"compat-auto": {
|
|
126
|
-
"syntax": "searchfield | textarea | push-button | slider-horizontal | checkbox | radio | square-button | menulist | listbox | meter | progress-bar"
|
|
126
|
+
"syntax": "searchfield | textarea | push-button | slider-horizontal | checkbox | radio | square-button | menulist | listbox | meter | progress-bar | button"
|
|
127
127
|
},
|
|
128
128
|
"composite-style": {
|
|
129
129
|
"syntax": "clear | copy | source-over | source-in | source-out | source-atop | destination-over | destination-in | destination-out | destination-atop | xor"
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
"syntax": "[ normal | small-caps ]"
|
|
286
286
|
},
|
|
287
287
|
"font-weight-absolute": {
|
|
288
|
-
"syntax": "normal | bold | <number>"
|
|
288
|
+
"syntax": "normal | bold | <number [1,1000]>"
|
|
289
289
|
},
|
|
290
290
|
"frequency-percentage": {
|
|
291
291
|
"syntax": "<frequency> | <percentage>"
|
package/l10n/css.json
CHANGED
|
@@ -661,6 +661,10 @@
|
|
|
661
661
|
"ja": "フロー内の疑似要素を含むフレックスアイテム",
|
|
662
662
|
"ru": "flex-элементы, в том числе в потоке псевдоэлементов"
|
|
663
663
|
},
|
|
664
|
+
"flexItemsGridItemsAbsolutelyPositionedContainerChildren": {
|
|
665
|
+
"en-US": "Flex items, grid items, and absolutely-positioned flex and grid container children",
|
|
666
|
+
"ru": "flex-элементы, grid-элементы и абсолютно спозиционированные потомки flex- и grid-контейнеров"
|
|
667
|
+
},
|
|
664
668
|
"flexItemsGridItemsAndAbsolutelyPositionedBoxes": {
|
|
665
669
|
"en-US": "flex items, grid items, and absolutely-positioned boxes"
|
|
666
670
|
},
|
|
@@ -697,6 +701,15 @@
|
|
|
697
701
|
"fr": "conteneurs de grille",
|
|
698
702
|
"ru": "сеточные контейнеры"
|
|
699
703
|
},
|
|
704
|
+
"gridContainersWithMasonryLayout": {
|
|
705
|
+
"en-US": "Grid containers with masonry layout"
|
|
706
|
+
},
|
|
707
|
+
"gridContainersWithMasonryLayoutInTheirBlockAxis": {
|
|
708
|
+
"en-US": "Grid containers with masonry layout in their block axis"
|
|
709
|
+
},
|
|
710
|
+
"gridContainersWithMasonryLayoutInTheirInlineAxis": {
|
|
711
|
+
"en-US": "Grid containers with masonry layout in their inline axis"
|
|
712
|
+
},
|
|
700
713
|
"gridItemsAndBoxesWithinGridContainer": {
|
|
701
714
|
"de": "Gridelemente und absolut positionierte Boxen, deren beinhaltender Block ein Gridcontainer ist",
|
|
702
715
|
"en-US": "grid items and absolutely-positioned boxes whose containing block is a grid container",
|
|
@@ -980,6 +993,9 @@
|
|
|
980
993
|
"ja": "通常要素で使われると常に <code>normal</code>。{{cssxref(\"::before\")}} 及び {{cssxref(\"::after\")}} では: <code>normal</code> の指定があれば計算値は <code>none</code>。指定がなければ、<ul><li>URI 値は、絶対的 URI となる</li><li><code>attr()</code> 値は、計算値の文字列となる</li><li>その他のキーワードについては指定どおり</li></ul>",
|
|
981
994
|
"ru": "На элементах всегда вычисляется как <code>normal</code>. На {{cssxref(\"::before\")}} и {{cssxref(\"::after\")}}, если <code>normal</code> указано, интерпретируется как <code>none</code>. Иначе, для значений URI, абсолютного URI; для значений <code>attr()</code> - результирующая строка; для других ключевых слов, как указано."
|
|
982
995
|
},
|
|
996
|
+
"notAnimatable": {
|
|
997
|
+
"en-US": "Not animatable"
|
|
998
|
+
},
|
|
983
999
|
"number": {
|
|
984
1000
|
"de": "<a href=\"/de/docs/Web/CSS/number#Interpolation\">Nummer</a>",
|
|
985
1001
|
"en-US": "a <a href=\"/en-US/docs/Web/CSS/number#Interpolation\" title=\"Values of the <number> CSS data type are interpolated as real, floating-point, numbers.\">number</a>",
|
package/package.json
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mdn-data",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.14",
|
|
4
4
|
"description": "Open Web data by the Mozilla Developer Network",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
7
|
+
"api/index.js",
|
|
7
8
|
"api/*.json",
|
|
9
|
+
"css/index.js",
|
|
8
10
|
"css/*.json",
|
|
11
|
+
"l10n/index.js",
|
|
9
12
|
"l10n/*.json"
|
|
10
13
|
],
|
|
11
14
|
"repository": {
|
package/css/readme.md
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
# MDN CSS data
|
|
2
|
-
|
|
3
|
-
This folder contains data about the different features of the [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS) language.
|
|
4
|
-
|
|
5
|
-
## Different types of CSS data
|
|
6
|
-
|
|
7
|
-
The CSS data is split into these parts:
|
|
8
|
-
|
|
9
|
-
* **at-rules**:
|
|
10
|
-
[data](https://github.com/mdn/data/blob/master/css/at-rules.json) |
|
|
11
|
-
[schema](https://github.com/mdn/data/blob/master/css/at-rules.schema.json) |
|
|
12
|
-
[docs](https://github.com/mdn/data/blob/master/css/at-rules.md)
|
|
13
|
-
* **properties**:
|
|
14
|
-
[data](https://github.com/mdn/data/blob/master/css/properties.json) |
|
|
15
|
-
[schema](https://github.com/mdn/data/blob/master/css/properties.schema.json) |
|
|
16
|
-
[docs](https://github.com/mdn/data/blob/master/css/properties.md)
|
|
17
|
-
* **selectors**:
|
|
18
|
-
[data](https://github.com/mdn/data/blob/master/css/selectors.json) |
|
|
19
|
-
[schema](https://github.com/mdn/data/blob/master/css/selectors.schema.json) |
|
|
20
|
-
[docs](https://github.com/mdn/data/blob/master/css/selectors.md)
|
|
21
|
-
* **syntaxes**:
|
|
22
|
-
[data](https://github.com/mdn/data/blob/master/css/syntaxes.json) |
|
|
23
|
-
[schema](https://github.com/mdn/data/blob/master/css/syntaxes.schema.json) |
|
|
24
|
-
[docs](https://github.com/mdn/data/blob/master/css/syntaxes.md)
|
|
25
|
-
* **types**:
|
|
26
|
-
[data](https://github.com/mdn/data/blob/master/css/types.json) |
|
|
27
|
-
[schema](https://github.com/mdn/data/blob/master/css/types.schema.json) |
|
|
28
|
-
[docs](https://github.com/mdn/data/blob/master/css/types.md)
|
|
29
|
-
* **units**:
|
|
30
|
-
[data](https://github.com/mdn/data/blob/master/css/units.json) |
|
|
31
|
-
[schema](https://github.com/mdn/data/blob/master/css/units.schema.json) |
|
|
32
|
-
[docs](https://github.com/mdn/data/blob/master/css/units.md)
|