mdn-data 2.22.1 → 2.24.0

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.
@@ -911,22 +911,6 @@
911
911
  "status": "nonstandard",
912
912
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-moz-force-broken-image-icon"
913
913
  },
914
- "-moz-image-region": {
915
- "syntax": "<shape> | auto",
916
- "media": "visual",
917
- "inherited": true,
918
- "animationType": "discrete",
919
- "percentages": "no",
920
- "groups": [
921
- "Mozilla Extensions"
922
- ],
923
- "initial": "auto",
924
- "appliesto": "xulImageElements",
925
- "computed": "asSpecified",
926
- "order": "uniqueOrder",
927
- "status": "nonstandard",
928
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/-moz-image-region"
929
- },
930
914
  "-moz-orient": {
931
915
  "syntax": "inline | block | horizontal | vertical",
932
916
  "media": "visual",
@@ -1672,7 +1656,7 @@
1672
1656
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/align-content"
1673
1657
  },
1674
1658
  "align-items": {
1675
- "syntax": "normal | stretch | <baseline-position> | [ <overflow-position>? <self-position> ]",
1659
+ "syntax": "normal | stretch | <baseline-position> | [ <overflow-position>? <self-position> ] | anchor-center",
1676
1660
  "media": "visual",
1677
1661
  "inherited": false,
1678
1662
  "animationType": "discrete",
@@ -1689,7 +1673,7 @@
1689
1673
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/align-items"
1690
1674
  },
1691
1675
  "align-self": {
1692
- "syntax": "auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position>",
1676
+ "syntax": "auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position> | anchor-center",
1693
1677
  "media": "visual",
1694
1678
  "inherited": false,
1695
1679
  "animationType": "discrete",
@@ -1868,7 +1852,7 @@
1868
1852
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-direction"
1869
1853
  },
1870
1854
  "animation-duration": {
1871
- "syntax": "<time>#",
1855
+ "syntax": "[ auto | <time [0s,∞]> ]#",
1872
1856
  "media": "visual",
1873
1857
  "inherited": false,
1874
1858
  "animationType": "notAnimatable",
@@ -2037,7 +2021,7 @@
2037
2021
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timing-function"
2038
2022
  },
2039
2023
  "appearance": {
2040
- "syntax": "none | auto | textfield | menulist-button | <compat-auto>",
2024
+ "syntax": "none | auto | <compat-auto> | <compat-special>",
2041
2025
  "media": "all",
2042
2026
  "inherited": false,
2043
2027
  "animationType": "discrete",
@@ -2101,7 +2085,7 @@
2101
2085
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/backface-visibility"
2102
2086
  },
2103
2087
  "background": {
2104
- "syntax": "[ <bg-layer> , ]* <final-bg-layer>",
2088
+ "syntax": "<bg-layer>#? , <final-bg-layer>",
2105
2089
  "media": "visual",
2106
2090
  "inherited": false,
2107
2091
  "animationType": [
@@ -2725,7 +2709,7 @@
2725
2709
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-bottom-color"
2726
2710
  },
2727
2711
  "border-bottom-left-radius": {
2728
- "syntax": "<length-percentage>{1,2}",
2712
+ "syntax": "<length-percentage [0,∞]>{1,2}",
2729
2713
  "media": "visual",
2730
2714
  "inherited": false,
2731
2715
  "animationType": "lpc",
@@ -2744,7 +2728,7 @@
2744
2728
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-bottom-left-radius"
2745
2729
  },
2746
2730
  "border-bottom-right-radius": {
2747
- "syntax": "<length-percentage>{1,2}",
2731
+ "syntax": "<length-percentage [0,∞]>{1,2}",
2748
2732
  "media": "visual",
2749
2733
  "inherited": false,
2750
2734
  "animationType": "lpc",
@@ -2801,7 +2785,7 @@
2801
2785
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-bottom-width"
2802
2786
  },
2803
2787
  "border-collapse": {
2804
- "syntax": "collapse | separate",
2788
+ "syntax": "separate | collapse",
2805
2789
  "media": "visual",
2806
2790
  "inherited": true,
2807
2791
  "animationType": "discrete",
@@ -2929,7 +2913,7 @@
2929
2913
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-image"
2930
2914
  },
2931
2915
  "border-image-outset": {
2932
- "syntax": "[ <length> | <number> ]{1,4}",
2916
+ "syntax": "[ <length [0,∞]> | <number [0,∞]> ]{1,4} ",
2933
2917
  "media": "visual",
2934
2918
  "inherited": false,
2935
2919
  "animationType": "byComputedValueType",
@@ -2967,7 +2951,7 @@
2967
2951
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-image-repeat"
2968
2952
  },
2969
2953
  "border-image-slice": {
2970
- "syntax": "<number-percentage>{1,4} && fill?",
2954
+ "syntax": "[ <number [0,∞]> | <percentage [0,∞]> ]{1,4} && fill?",
2971
2955
  "media": "visual",
2972
2956
  "inherited": false,
2973
2957
  "animationType": "byComputedValueType",
@@ -3005,7 +2989,7 @@
3005
2989
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-image-source"
3006
2990
  },
3007
2991
  "border-image-width": {
3008
- "syntax": "[ <length-percentage> | <number> | auto ]{1,4}",
2992
+ "syntax": "[ <length-percentage [0,∞]> | <number [0,∞]> | auto ]{1,4}",
3009
2993
  "media": "visual",
3010
2994
  "inherited": false,
3011
2995
  "animationType": "byComputedValueType",
@@ -3340,7 +3324,7 @@
3340
3324
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-left-width"
3341
3325
  },
3342
3326
  "border-radius": {
3343
- "syntax": "<length-percentage>{1,4} [ / <length-percentage>{1,4} ]?",
3327
+ "syntax": "<length-percentage [0,∞]>{1,4} [ / <length-percentage [0,∞]>{1,4} ]?",
3344
3328
  "media": "visual",
3345
3329
  "inherited": false,
3346
3330
  "animationType": [
@@ -3462,7 +3446,7 @@
3462
3446
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-right-width"
3463
3447
  },
3464
3448
  "border-spacing": {
3465
- "syntax": "<length> <length>?",
3449
+ "syntax": "<length>{1,2}",
3466
3450
  "media": "visual",
3467
3451
  "inherited": true,
3468
3452
  "animationType": "discrete",
@@ -3595,7 +3579,7 @@
3595
3579
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-top-color"
3596
3580
  },
3597
3581
  "border-top-left-radius": {
3598
- "syntax": "<length-percentage>{1,2}",
3582
+ "syntax": "<length-percentage [0,∞]>{1,2}",
3599
3583
  "media": "visual",
3600
3584
  "inherited": false,
3601
3585
  "animationType": "lpc",
@@ -3614,7 +3598,7 @@
3614
3598
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-top-left-radius"
3615
3599
  },
3616
3600
  "border-top-right-radius": {
3617
- "syntax": "<length-percentage>{1,2}",
3601
+ "syntax": "<length-percentage [0,∞]>{1,2}",
3618
3602
  "media": "visual",
3619
3603
  "inherited": false,
3620
3604
  "animationType": "lpc",
@@ -3705,12 +3689,13 @@
3705
3689
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-width"
3706
3690
  },
3707
3691
  "bottom": {
3708
- "syntax": "<length> | <percentage> | auto",
3692
+ "syntax": "auto | <length-percentage> | <anchor()> | <anchor-size()>",
3709
3693
  "media": "visual",
3710
3694
  "inherited": false,
3711
3695
  "animationType": "lpc",
3712
3696
  "percentages": "referToContainingBlockHeight",
3713
3697
  "groups": [
3698
+ "CSS Anchor Positioning",
3714
3699
  "CSS Positioned Layout"
3715
3700
  ],
3716
3701
  "initial": "auto",
@@ -3848,7 +3833,7 @@
3848
3833
  "Mozilla Extensions",
3849
3834
  "WebKit Extensions"
3850
3835
  ],
3851
- "initial": "inlineAxisHorizontalInXUL",
3836
+ "initial": "inline-axis",
3852
3837
  "appliesto": "elementsWithDisplayBoxOrInlineBox",
3853
3838
  "computed": "asSpecified",
3854
3839
  "order": "uniqueOrder",
@@ -4492,7 +4477,7 @@
4492
4477
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/container-type"
4493
4478
  },
4494
4479
  "content": {
4495
- "syntax": "normal | none | [ <content-replacement> | <content-list> ] [/ [ <string> | <counter> ]+ ]?",
4480
+ "syntax": "normal | none | [ <content-replacement> | <content-list> ] [ / [ <string> | <counter> | <attr()> ]+ ]?",
4496
4481
  "media": "all",
4497
4482
  "inherited": false,
4498
4483
  "animationType": "discrete",
@@ -5200,7 +5185,7 @@
5200
5185
  "syntax": "<font-stretch-absolute>",
5201
5186
  "media": "visual",
5202
5187
  "inherited": true,
5203
- "animationType": "fontStretch",
5188
+ "animationType": "byComputedValueType",
5204
5189
  "percentages": "no",
5205
5190
  "groups": [
5206
5191
  "CSS Fonts"
@@ -5536,7 +5521,7 @@
5536
5521
  "syntax": "<font-weight-absolute> | bolder | lighter",
5537
5522
  "media": "visual",
5538
5523
  "inherited": true,
5539
- "animationType": "fontWeight",
5524
+ "animationType": "byComputedValueType",
5540
5525
  "percentages": "no",
5541
5526
  "groups": [
5542
5527
  "CSS Fonts"
@@ -6367,7 +6352,7 @@
6367
6352
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/justify-content"
6368
6353
  },
6369
6354
  "justify-items": {
6370
- "syntax": "normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ] | legacy | legacy && [ left | right | center ]",
6355
+ "syntax": "normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ] | legacy | legacy && [ left | right | center ] | anchor-center",
6371
6356
  "media": "visual",
6372
6357
  "inherited": false,
6373
6358
  "animationType": "discrete",
@@ -6383,7 +6368,7 @@
6383
6368
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/justify-items"
6384
6369
  },
6385
6370
  "justify-self": {
6386
- "syntax": "auto | normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ]",
6371
+ "syntax": "auto | normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ] | anchor-center",
6387
6372
  "media": "visual",
6388
6373
  "inherited": false,
6389
6374
  "animationType": "discrete",
@@ -6414,12 +6399,13 @@
6414
6399
  "status": "nonstandard"
6415
6400
  },
6416
6401
  "left": {
6417
- "syntax": "<length> | <percentage> | auto",
6402
+ "syntax": "auto | <length-percentage> | <anchor()> | <anchor-size()>",
6418
6403
  "media": "visual",
6419
6404
  "inherited": false,
6420
6405
  "animationType": "lpc",
6421
6406
  "percentages": "referToWidthOfContainingBlock",
6422
6407
  "groups": [
6408
+ "CSS Anchor Positioning",
6423
6409
  "CSS Positioned Layout"
6424
6410
  ],
6425
6411
  "initial": "auto",
@@ -6694,12 +6680,13 @@
6694
6680
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/margin-block-start"
6695
6681
  },
6696
6682
  "margin-bottom": {
6697
- "syntax": "<length-percentage> | auto",
6683
+ "syntax": "<length-percentage> | auto | <anchor-size()>",
6698
6684
  "media": "visual",
6699
6685
  "inherited": false,
6700
6686
  "animationType": "length",
6701
6687
  "percentages": "referToWidthOfContainingBlock",
6702
6688
  "groups": [
6689
+ "CSS Anchor Positioning",
6703
6690
  "CSS Box Model"
6704
6691
  ],
6705
6692
  "initial": "0",
@@ -6767,12 +6754,13 @@
6767
6754
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/margin-inline-start"
6768
6755
  },
6769
6756
  "margin-left": {
6770
- "syntax": "<length-percentage> | auto",
6757
+ "syntax": "<length-percentage> | auto | <anchor-size()>",
6771
6758
  "media": "visual",
6772
6759
  "inherited": false,
6773
6760
  "animationType": "length",
6774
6761
  "percentages": "referToWidthOfContainingBlock",
6775
6762
  "groups": [
6763
+ "CSS Anchor Positioning",
6776
6764
  "CSS Box Model"
6777
6765
  ],
6778
6766
  "initial": "0",
@@ -6786,12 +6774,13 @@
6786
6774
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/margin-left"
6787
6775
  },
6788
6776
  "margin-right": {
6789
- "syntax": "<length-percentage> | auto",
6777
+ "syntax": "<length-percentage> | auto | <anchor-size()>",
6790
6778
  "media": "visual",
6791
6779
  "inherited": false,
6792
6780
  "animationType": "length",
6793
6781
  "percentages": "referToWidthOfContainingBlock",
6794
6782
  "groups": [
6783
+ "CSS Anchor Positioning",
6795
6784
  "CSS Box Model"
6796
6785
  ],
6797
6786
  "initial": "0",
@@ -6805,12 +6794,13 @@
6805
6794
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/margin-right"
6806
6795
  },
6807
6796
  "margin-top": {
6808
- "syntax": "<length-percentage> | auto",
6797
+ "syntax": "<length-percentage> | auto | <anchor-size()>",
6809
6798
  "media": "visual",
6810
6799
  "inherited": false,
6811
6800
  "animationType": "length",
6812
6801
  "percentages": "referToWidthOfContainingBlock",
6813
6802
  "groups": [
6803
+ "CSS Anchor Positioning",
6814
6804
  "CSS Box Model"
6815
6805
  ],
6816
6806
  "initial": "0",
@@ -7445,7 +7435,7 @@
7445
7435
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/min-width"
7446
7436
  },
7447
7437
  "mix-blend-mode": {
7448
- "syntax": "<blend-mode> | plus-lighter",
7438
+ "syntax": "<blend-mode> | plus-darker | plus-lighter",
7449
7439
  "media": "visual",
7450
7440
  "inherited": false,
7451
7441
  "animationType": "notAnimatable",
@@ -8643,12 +8633,13 @@
8643
8633
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/resize"
8644
8634
  },
8645
8635
  "right": {
8646
- "syntax": "<length> | <percentage> | auto",
8636
+ "syntax": "auto | <length-percentage> | <anchor()> | <anchor-size()>",
8647
8637
  "media": "visual",
8648
8638
  "inherited": false,
8649
8639
  "animationType": "lpc",
8650
8640
  "percentages": "referToWidthOfContainingBlock",
8651
8641
  "groups": [
8642
+ "CSS Anchor Positioning",
8652
8643
  "CSS Positioned Layout"
8653
8644
  ],
8654
8645
  "initial": "auto",
@@ -10379,12 +10370,13 @@
10379
10370
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/timeline-scope"
10380
10371
  },
10381
10372
  "top": {
10382
- "syntax": "<length> | <percentage> | auto",
10373
+ "syntax": "auto | <length-percentage> | <anchor()> | <anchor-size()>",
10383
10374
  "media": "visual",
10384
10375
  "inherited": false,
10385
10376
  "animationType": "lpc",
10386
10377
  "percentages": "referToContainingBlockHeight",
10387
10378
  "groups": [
10379
+ "CSS Anchor Positioning",
10388
10380
  "CSS Positioned Layout"
10389
10381
  ],
10390
10382
  "initial": "auto",
@@ -27,8 +27,6 @@
27
27
  "discreteButVisibleForDurationWhenAnimatedNone",
28
28
  "eachOfShorthandPropertiesExceptUnicodeBiDiAndDirection",
29
29
  "filterList",
30
- "fontStretch",
31
- "fontWeight",
32
30
  "integer",
33
31
  "length",
34
32
  "lpc",
@@ -299,8 +297,7 @@
299
297
  "textAndSVGShapes",
300
298
  "textElements",
301
299
  "textFields",
302
- "transformableElements",
303
- "xulImageElements"
300
+ "transformableElements"
304
301
  ]
305
302
  },
306
303
  "alsoApplyTo": {
package/css/syntaxes.json CHANGED
@@ -90,7 +90,7 @@
90
90
  "syntax": "<visual-box> | border-area | text"
91
91
  },
92
92
  "bg-image": {
93
- "syntax": "none | <image>"
93
+ "syntax": "<image> | none"
94
94
  },
95
95
  "bg-layer": {
96
96
  "syntax": "<bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <visual-box> || <visual-box>"
@@ -99,7 +99,7 @@
99
99
  "syntax": "[ [ left | center | right | top | bottom | <length-percentage> ] | [ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ] | [ center | [ left | right ] <length-percentage>? ] && [ center | [ top | bottom ] <length-percentage>? ] ]"
100
100
  },
101
101
  "bg-size": {
102
- "syntax": "[ <length-percentage> | auto ]{1,2} | cover | contain"
102
+ "syntax": "[ <length-percentage [0,∞]> | auto ]{1,2} | cover | contain"
103
103
  },
104
104
  "blend-mode": {
105
105
  "syntax": "normal | multiply | screen | overlay | darken | lighten | color-dodge | color-burn | hard-light | soft-light | difference | exclusion | hue | saturation | color | luminosity"
@@ -189,7 +189,10 @@
189
189
  "syntax": "[ common-ligatures | no-common-ligatures ]"
190
190
  },
191
191
  "compat-auto": {
192
- "syntax": "searchfield | textarea | push-button | slider-horizontal | checkbox | radio | square-button | menulist | listbox | meter | progress-bar | button"
192
+ "syntax": "searchfield | textarea | checkbox | radio | menulist | listbox | meter | progress-bar | button"
193
+ },
194
+ "compat-special": {
195
+ "syntax": "textfield | menulist-button"
193
196
  },
194
197
  "complex-selector": {
195
198
  "syntax": "<compound-selector> [ <combinator>? <compound-selector> ]*"
@@ -228,7 +231,7 @@
228
231
  "syntax": "space-between | space-around | space-evenly | stretch"
229
232
  },
230
233
  "content-list": {
231
- "syntax": "[ <string> | contents | <image> | <counter> | <quote> | <target> | <leader()> ]+"
234
+ "syntax": "[ <string> | <image | <attr()> | <quote> | <counter> ]+ "
232
235
  },
233
236
  "content-position": {
234
237
  "syntax": "center | start | end | flex-start | flex-end"
@@ -369,7 +372,7 @@
369
372
  "syntax": "[ <filter-function> | <url> ]+"
370
373
  },
371
374
  "final-bg-layer": {
372
- "syntax": "<'background-color'> || <bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <visual-box> || <visual-box>"
375
+ "syntax": "<bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <visual-box> || <visual-box> || <'background-color'>"
373
376
  },
374
377
  "fit-content()": {
375
378
  "syntax": "fit-content( <length-percentage [0,∞]> )"
package/l10n/css.json CHANGED
@@ -713,11 +713,11 @@
713
713
  "ru": "зависит от браузера"
714
714
  },
715
715
  "directChildrenOfElementsWithDisplayMozBoxMozInlineBox": {
716
- "de": "Elemente, die direkte Kinder eines Elements mit einem CSS {{cssxref(\"display\")}} Wert von {{cssxref(\"-moz-box\")}} oder {{cssxref(\"-moz-inline-box\")}} oder {{cssxref(\"-webkit-box\")}} oder {{cssxref(\"-webkit-inline-box\")}} sind",
717
- "en-US": "elements that are direct children of an element with a CSS {{cssxref(\"display\")}} value of {{cssxref(\"-moz-box\")}} or {{cssxref(\"-moz-inline-box\")}} or {{cssxref(\"-webkit-box\")}} or {{cssxref(\"-webkit-inline-box\")}}",
718
- "fr": "éléments qui sont des fils direct d'un élément avec {{cssxref(\"display\")}} qui vaut {{cssxref(\"-moz-box\")}} ou {{cssxref(\"-moz-inline-box\")}} ou {{cssxref(\"-webkit-box\")}} ou {{cssxref(\"-webkit-inline-box\")}}",
719
- "ja": "CSS の {{cssxref(\"display\")}} の値が {{cssxref(\"-moz-box\")}}, {{cssxref(\"-moz-inline-box\")}}, {{cssxref(\"-webkit-box\")}}, {{cssxref(\"-webkit-inline-box\")}} のいずれかである要素の直接の子要素",
720
- "ru": "элементы, являющиеся прямыми потомками элемента со свойством {cssxref(\"display\")}} равным {{cssxref(\"-moz-box\")}}, {{cssxref(\"-moz-inline-box\")}}, {{cssxref(\"-webkit-box\")}} или {{cssxref(\"-webkit-inline-box\")}}"
716
+ "de": "Elemente, die direkte Kinder eines Elements mit einem CSS {{cssxref(\"display\")}} Wert von <code>-moz-box</code> oder <code>-moz-inline-box</code> oder <code>-webkit-box</code> oder <code>-webkit-inline-box</code> sind",
717
+ "en-US": "elements that are direct children of an element with a CSS {{cssxref(\"display\")}} value of <code>-moz-box</code> or <code>-moz-inline-box</code> or <code>-webkit-box</code> or <code>-webkit-inline-box</code>",
718
+ "fr": "éléments qui sont des fils direct d'un élément avec {{cssxref(\"display\")}} qui vaut <code>-moz-box</code> ou <code>-moz-inline-box</code> ou <code>-webkit-box</code> ou <code>-webkit-inline-box</code>",
719
+ "ja": "CSS の {{cssxref(\"display\")}} の値が <code>-moz-box</code>, <code>-moz-inline-box</code>, <code>-webkit-box</code>, <code>-webkit-inline-box</code> のいずれかである要素の直接の子要素",
720
+ "ru": "элементы, являющиеся прямыми потомками элемента со свойством {cssxref(\"display\")}} равным <code>-moz-box</code>, <code>-moz-inline-box</code>, <code>-webkit-box</code> или <code>-webkit-inline-box</code>"
721
721
  },
722
722
  "discrete": {
723
723
  "de": "diskret",
@@ -834,20 +834,6 @@
834
834
  "ru": "плавает",
835
835
  "zh-CN": "浮动元素"
836
836
  },
837
- "fontStretch": {
838
- "de": "<a href=\"/de/docs/Web/CSS/font-stretch#interpolation\">Schriftbreite</a>",
839
- "en-US": "a <a href=\"/en-US/docs/Web/CSS/font-stretch#interpolation\" title=\"Font stretch values are interpolated in discrete steps. The interpolation happens as though the ordered values are equally spaced real numbers; the result is rounded to the nearest value, with values exactly halfway between two values rounded towards the later value, that is the most expanded one.\">font stretch</a>",
840
- "fr": "une <a href=\"/fr/docs/Web/CSS/font-stretch#interpolation\" title=\"Les valeurs de font stretch sont interpolées de façon discrète. L'interpolation s'effectue comme si les valeurs, dans l'ordre, étaient des nombres également distribués : le résultat est arrondi à la valeur la plus proche, les valeurs situées exactement entre deux valeurs sont arrondies à la valeur supérieure.\"><code>font stretch</code></a>",
841
- "ja": "<a href=\"/ja/docs/Web/CSS/font-stretch#interpolation\" title=\"フォントの伸張値は、離散的な段階で補間されます。補間は、順序づけられた値が等間隔の実数であるかのように行われます。結果は、最も近い値に丸められ、 2 つの値のちょうど中間の値は、最も拡張された値である後の値に向かって丸められます。\">フォントの伸長値</a>",
842
- "ru": "<a href=\"/ru/docs/Web/CSS/font-stretch#interpolation\" title=\"Значения ширины начертания шрифта интерполируются по дискретным шагам. Интерполяция происходит по упорядоченно расположенным значениям в пространстве действительных чисел; результат округляется к ближайшему значению, точно между двумя соседними значениями, округляется в сторону большего значения, которое является наиболее широким.\">ширина начертания шрифта</a>"
843
- },
844
- "fontWeight": {
845
- "de": "<a href=\"/de/docs/Web/CSS/font-weight#interpolation\">Schriftgewichtung</a>",
846
- "en-US": "a <a href=\"/en-US/docs/Web/CSS/font-weight#interpolation\" title=\"Font weight values are interpolated via discrete steps (multiples of 100). The interpolation happens in real number space and is converted to an integer by rounding to the nearest multiple of 100, with values halfway between multiples of 100 rounded towards positive infinity.\">font weight</a>",
847
- "fr": "une <a href=\"/fr/docs/Web/CSS/font-weight#interpolation\" title=\"Les valeurs de graisse de police sont interpolées via des étapes discrètes (multiple de 100). L'interpolation a lieu dans un espace de nombres réels et est convertis en un entier arroundi au plus proche multiple de 100, avec les valeurs à mis chemin entre les multiples de 100, arrondies vers l'infini positif.\">graisse de police</a>",
848
- "ja": "<a href=\"/ja/docs/Web/CSS/font-weight#interpolation\" title=\"フォントの太さは、離散的な段階 (100 の倍数) で補間されます。補間は実数空間で行われ、 100 の倍数に最も近い倍数に丸めて整数に変換され、 100 の倍数の中間の値は正の無限大に向けて丸められます。\">フォントの太さ</a>",
849
- "ru": "<a href=\"/ru/docs/Web/CSS/font-weight#interpolation\" title=\"Значения жирности шрифта интерполируются через целое число дискретных шагов (умноженных на 100). Интерполяция происходит в пространстве действительных чисел, а получившееся значение преобразуется в целое путём округления до ближайшей сотни, со значениями точно между соседними множителями, округляемыми в сторону положительной бесконечности.\">жирность шрифта</a>"
850
- },
851
837
  "forLengthAbsoluteValueOtherwisePercentage": {
852
838
  "de": "for {{cssxref(\"length\")}} the absolute value, otherwise a percentage",
853
839
  "en-US": "for {{cssxref(\"length\")}} the absolute value, otherwise a percentage",
@@ -910,13 +896,6 @@
910
896
  "ja": "フロー内のボックス要素の子",
911
897
  "ru": "потомки блочных элементов в потоке"
912
898
  },
913
- "inlineAxisHorizontalInXUL": {
914
- "de": "<code>inline-axis</code> (<code>horizontal</code> in <a href=\"/de/docs/Mozilla/Tech/XUL\">XUL</a>)",
915
- "en-US": "<code>inline-axis</code> (<code>horizontal</code> in <a href=\"/en-US/docs/Mozilla/Tech/XUL\">XUL</a>)",
916
- "fr": "<code>inline-axis</code> (<code>horizontal</code> en <a href=\"/fr/docs/Mozilla/Tech/XUL\">XUL</a>)",
917
- "ja": "<code>inline-axis</code> (<a href=\"/ja/docs/Mozilla/Tech/XUL\">XUL</a> における <code>horizontal</code>)",
918
- "ru": "<code>inline-axis</code> (<code>horizontal</code> в <a href=\"/ru/docs/Mozilla/Tech/XUL\">XUL</a>)"
919
- },
920
899
  "inlineBoxesAndBlockContainers": {
921
900
  "en-US": "Inline boxes and block containers"
922
901
  },
@@ -1902,14 +1881,6 @@
1902
1881
  "ru": "<code>visual</code>, но в сплошной среде, не имеет никакого эффекта при переполнении колонок",
1903
1882
  "zh-CN": "<code>visual</code>,但在连续媒体中,对溢出的列没有影响"
1904
1883
  },
1905
- "xulImageElements": {
1906
- "de": "XUL {{XULElem(\"image\")}} Elementen und {{cssxref(\":-moz-tree-image\")}}, {{cssxref(\":-moz-tree-twisty\")}} und {{cssxref(\":-moz-tree-checkbox\")}} Pseudoelementen. <strong>Hinweis:</strong> <code>-moz-image-region</code> funktioniert nur mit {{XULElem(\"image\")}} Elementen, bei denen das Symbol durch {{cssxref(\"list-style-image\")}} angegeben wird. Es funktioniert nicht mit XUL <code>&lt;image src=\"url\" /&gt;</code>.",
1907
- "en-US": "XUL {{XULElem(\"image\")}} elements and {{cssxref(\":-moz-tree-image\")}}, {{cssxref(\":-moz-tree-twisty\")}}, and {{cssxref(\":-moz-tree-checkbox\")}} pseudo-elements. <strong>Note:</strong> <code>-moz-image-region</code> only works with {{XULElem(\"image\")}} elements where the icon is specified using {{cssxref(\"list-style-image\")}}. It will not work with XUL <code>&lt;image src=\"url\" /&gt;</code>.",
1908
- "fr": "éléments XUL {{XULElem(\"image\")}} et aux pseudo-éléments {{cssxref(\":-moz-tree-image\")}}, {{cssxref(\":-moz-tree-twisty\")}} et {{cssxref(\":-moz-tree-checkbox\")}}. <strong>Note&nbsp;:</strong> <code>-moz-image-region</code> ne fonctionnera qu'avec les éléments {{XULElem(\"image\")}} où l'icône est définie avec {{cssxref(\"list-style-image\")}}. Cela ne fonctionnera pas avec l'<code>&lt;image src=\"url\" /&gt;</code> XUL.",
1909
- "ja": "XUL の {{XULElem(\"image\")}} 要素と {{cssxref(\":-moz-tree-image\")}}, {{cssxref(\":-moz-tree-twisty\")}}, {{cssxref(\":-moz-tree-checkbox\")}} の各擬似要素。 <strong>注:</strong> <code>-moz-image-region</code> はアイコンが {{cssxref(\"list-style-image\")}} を使用して指定された {{XULElem(\"image\")}} 要素でしか機能しません。 XUL の <code>&lt;image src=\"url\" /&gt;</code> では機能しません。",
1910
- "ru": "XUL {{XULElem(\"image\")}} элементы и {{cssxref(\":-moz-tree-image\")}}, {{cssxref(\":-moz-tree-twisty\")}} и {{cssxref(\":-moz-tree-checkbox\")}} псевдоэлементы. <strong>Заметьте:</strong> <code>-moz-image-region</code> работает только с элементами {{XULElem(\"image\")}}, где иконка определяется использованием {{cssxref(\"list-style-image\")}}. Это не будет работать с XUL <code>&lt;image src=\"url\" /&gt;</code>.",
1911
- "zh-CN": "XUL {{XULElem(\"image\")}} 元素以及 {{cssxref(\":-moz-tree-image\")}}、{{cssxref(\":-moz-tree-twisty\")}} 和 {{cssxref(\":-moz-tree-checkbox\")}} 伪元素。<strong>注意:</strong><code>-moz-image-region</code> 属性仅适用于通过 {{cssxref(\"list-style-image\")}} 来指定图标的 XUL {{XULElem(\"image\")}} 元素。它不适用于 XUL 标签为 <code>&lt;image src=\"url\" /&gt;</code> 的元素。"
1912
- },
1913
1884
  "yes": {
1914
1885
  "de": "Ja",
1915
1886
  "en-US": "yes",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdn-data",
3
- "version": "2.22.1",
3
+ "version": "2.24.0",
4
4
  "description": "Open Web data by the Mozilla Developer Network",
5
5
  "main": "index.js",
6
6
  "files": [