mdn-data 2.0.8 → 2.0.12
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/properties.json +60 -12
- package/css/properties.schema.json +2 -0
- package/css/syntaxes.json +4 -4
- package/l10n/css.json +7 -0
- package/package.json +1 -1
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",
|
|
@@ -803,7 +835,7 @@
|
|
|
803
835
|
"computed": "asSpecified",
|
|
804
836
|
"order": "uniqueOrder",
|
|
805
837
|
"status": "nonstandard",
|
|
806
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS
|
|
838
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/appearance"
|
|
807
839
|
},
|
|
808
840
|
"-moz-binding": {
|
|
809
841
|
"syntax": "<url> | none",
|
|
@@ -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",
|
|
@@ -1191,7 +1223,7 @@
|
|
|
1191
1223
|
"computed": "asSpecified",
|
|
1192
1224
|
"order": "uniqueOrder",
|
|
1193
1225
|
"status": "nonstandard",
|
|
1194
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS
|
|
1226
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/appearance"
|
|
1195
1227
|
},
|
|
1196
1228
|
"-webkit-border-before": {
|
|
1197
1229
|
"syntax": "<'border-width'> || <'border-style'> || <'color'>",
|
|
@@ -1882,7 +1914,7 @@
|
|
|
1882
1914
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timing-function"
|
|
1883
1915
|
},
|
|
1884
1916
|
"appearance": {
|
|
1885
|
-
"syntax": "none | auto |
|
|
1917
|
+
"syntax": "none | auto | textfield | menulist-button | <compat-auto>",
|
|
1886
1918
|
"media": "all",
|
|
1887
1919
|
"inherited": false,
|
|
1888
1920
|
"animationType": "discrete",
|
|
@@ -1895,7 +1927,7 @@
|
|
|
1895
1927
|
"computed": "asSpecified",
|
|
1896
1928
|
"order": "perGrammar",
|
|
1897
1929
|
"status": "experimental",
|
|
1898
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS
|
|
1930
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/appearance"
|
|
1899
1931
|
},
|
|
1900
1932
|
"aspect-ratio": {
|
|
1901
1933
|
"syntax": "auto | <ratio>",
|
|
@@ -4612,6 +4644,22 @@
|
|
|
4612
4644
|
"status": "standard",
|
|
4613
4645
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-size-adjust"
|
|
4614
4646
|
},
|
|
4647
|
+
"font-smooth": {
|
|
4648
|
+
"syntax": "auto | never | always | <absolute-size> | <length>",
|
|
4649
|
+
"media": "visual",
|
|
4650
|
+
"inherited": true,
|
|
4651
|
+
"animationType": "discrete",
|
|
4652
|
+
"percentages": "no",
|
|
4653
|
+
"groups": [
|
|
4654
|
+
"CSS Fonts"
|
|
4655
|
+
],
|
|
4656
|
+
"initial": "auto",
|
|
4657
|
+
"appliesto": "allElements",
|
|
4658
|
+
"computed": "asSpecified",
|
|
4659
|
+
"order": "uniqueOrder",
|
|
4660
|
+
"status": "nonstandard",
|
|
4661
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-smooth"
|
|
4662
|
+
},
|
|
4615
4663
|
"font-stretch": {
|
|
4616
4664
|
"syntax": "<font-stretch-absolute>",
|
|
4617
4665
|
"media": "visual",
|
|
@@ -6628,7 +6676,7 @@
|
|
|
6628
6676
|
"CSS Flexible Box Layout"
|
|
6629
6677
|
],
|
|
6630
6678
|
"initial": "0",
|
|
6631
|
-
"appliesto": "
|
|
6679
|
+
"appliesto": "flexItemsGridItemsAbsolutelyPositionedContainerChildren",
|
|
6632
6680
|
"computed": "asSpecified",
|
|
6633
6681
|
"order": "uniqueOrder",
|
|
6634
6682
|
"status": "standard",
|
|
@@ -8178,7 +8226,7 @@
|
|
|
8178
8226
|
"syntax": "none | all | [ digits <integer>? ]",
|
|
8179
8227
|
"media": "visual",
|
|
8180
8228
|
"inherited": true,
|
|
8181
|
-
"animationType": "
|
|
8229
|
+
"animationType": "notAnimatable",
|
|
8182
8230
|
"percentages": "no",
|
|
8183
8231
|
"groups": [
|
|
8184
8232
|
"CSS Writing Modes"
|
|
@@ -8556,7 +8604,7 @@
|
|
|
8556
8604
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-transform"
|
|
8557
8605
|
},
|
|
8558
8606
|
"text-underline-offset": {
|
|
8559
|
-
"syntax": "auto |
|
|
8607
|
+
"syntax": "auto | <length> | <percentage> ",
|
|
8560
8608
|
"media": "visual",
|
|
8561
8609
|
"inherited": true,
|
|
8562
8610
|
"animationType": "byComputedValueType",
|
|
@@ -8642,7 +8690,7 @@
|
|
|
8642
8690
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform"
|
|
8643
8691
|
},
|
|
8644
8692
|
"transform-box": {
|
|
8645
|
-
"syntax": "border-box | fill-box | view-box",
|
|
8693
|
+
"syntax": "content-box | border-box | fill-box | stroke-box | view-box",
|
|
8646
8694
|
"media": "visual",
|
|
8647
8695
|
"inherited": false,
|
|
8648
8696
|
"animationType": "discrete",
|
|
@@ -8650,10 +8698,10 @@
|
|
|
8650
8698
|
"groups": [
|
|
8651
8699
|
"CSS Transforms"
|
|
8652
8700
|
],
|
|
8653
|
-
"initial": "
|
|
8701
|
+
"initial": "view-box",
|
|
8654
8702
|
"appliesto": "transformableElements",
|
|
8655
8703
|
"computed": "asSpecified",
|
|
8656
|
-
"order": "
|
|
8704
|
+
"order": "perGrammar",
|
|
8657
8705
|
"status": "standard",
|
|
8658
8706
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-box"
|
|
8659
8707
|
},
|
|
@@ -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,6 +200,7 @@
|
|
|
199
200
|
"flexContainers",
|
|
200
201
|
"flexItemsAndAbsolutelyPositionedFlexContainerChildren",
|
|
201
202
|
"flexItemsAndInFlowPseudos",
|
|
203
|
+
"flexItemsGridItemsAbsolutelyPositionedContainerChildren",
|
|
202
204
|
"flexItemsGridItemsAndAbsolutelyPositionedBoxes",
|
|
203
205
|
"floats",
|
|
204
206
|
"gridContainers",
|
package/css/syntaxes.json
CHANGED
|
@@ -122,8 +122,8 @@
|
|
|
122
122
|
"common-lig-values": {
|
|
123
123
|
"syntax": "[ common-ligatures | no-common-ligatures ]"
|
|
124
124
|
},
|
|
125
|
-
"compat": {
|
|
126
|
-
"syntax": "searchfield | textarea | push-button |
|
|
125
|
+
"compat-auto": {
|
|
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"
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"syntax": "cross-fade( <cf-mixing-image> , <cf-final-image>? )"
|
|
181
181
|
},
|
|
182
182
|
"cubic-bezier-timing-function": {
|
|
183
|
-
"syntax": "ease | ease-in | ease-out | ease-in-out | cubic-bezier(<number>, <number>, <number>, <number>)"
|
|
183
|
+
"syntax": "ease | ease-in | ease-out | ease-in-out | cubic-bezier(<number [0,1]>, <number>, <number [0,1]>, <number>)"
|
|
184
184
|
},
|
|
185
185
|
"deprecated-system-color": {
|
|
186
186
|
"syntax": "ActiveBorder | ActiveCaption | AppWorkspace | Background | ButtonFace | ButtonHighlight | ButtonShadow | ButtonText | CaptionText | GrayText | Highlight | HighlightText | InactiveBorder | InactiveCaption | InactiveCaptionText | InfoBackground | InfoText | Menu | MenuText | Scrollbar | ThreeDDarkShadow | ThreeDFace | ThreeDHighlight | ThreeDLightShadow | ThreeDShadow | Window | WindowFrame | WindowText"
|
|
@@ -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
|
},
|
|
@@ -980,6 +984,9 @@
|
|
|
980
984
|
"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
985
|
"ru": "На элементах всегда вычисляется как <code>normal</code>. На {{cssxref(\"::before\")}} и {{cssxref(\"::after\")}}, если <code>normal</code> указано, интерпретируется как <code>none</code>. Иначе, для значений URI, абсолютного URI; для значений <code>attr()</code> - результирующая строка; для других ключевых слов, как указано."
|
|
982
986
|
},
|
|
987
|
+
"notAnimatable": {
|
|
988
|
+
"en-US": "Not animatable"
|
|
989
|
+
},
|
|
983
990
|
"number": {
|
|
984
991
|
"de": "<a href=\"/de/docs/Web/CSS/number#Interpolation\">Nummer</a>",
|
|
985
992
|
"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>",
|