mdn-data 2.0.11 → 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 +37 -5
- package/css/properties.schema.json +2 -0
- package/css/syntaxes.json +1 -1
- 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",
|
|
@@ -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",
|
|
@@ -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",
|
|
@@ -6644,7 +6676,7 @@
|
|
|
6644
6676
|
"CSS Flexible Box Layout"
|
|
6645
6677
|
],
|
|
6646
6678
|
"initial": "0",
|
|
6647
|
-
"appliesto": "
|
|
6679
|
+
"appliesto": "flexItemsGridItemsAbsolutelyPositionedContainerChildren",
|
|
6648
6680
|
"computed": "asSpecified",
|
|
6649
6681
|
"order": "uniqueOrder",
|
|
6650
6682
|
"status": "standard",
|
|
@@ -8194,7 +8226,7 @@
|
|
|
8194
8226
|
"syntax": "none | all | [ digits <integer>? ]",
|
|
8195
8227
|
"media": "visual",
|
|
8196
8228
|
"inherited": true,
|
|
8197
|
-
"animationType": "
|
|
8229
|
+
"animationType": "notAnimatable",
|
|
8198
8230
|
"percentages": "no",
|
|
8199
8231
|
"groups": [
|
|
8200
8232
|
"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,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
|
@@ -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"
|
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>",
|