mdn-data 2.0.32 → 2.1.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.
@@ -456,6 +456,14 @@
456
456
  "status": "standard",
457
457
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/scaleZ"
458
458
  },
459
+ "scroll()": {
460
+ "syntax": "scroll([<axis> || <scroller>]?)",
461
+ "groups": [
462
+ "CSS Animations"
463
+ ],
464
+ "status": "experimental",
465
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timeline/scroll"
466
+ },
459
467
  "skew()": {
460
468
  "syntax": "skew( [ <angle> | <zero> ] , [ <angle> | <zero> ]? )",
461
469
  "groups": [
@@ -557,5 +565,13 @@
557
565
  ],
558
566
  "status": "standard",
559
567
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/var"
568
+ },
569
+ "view()": {
570
+ "syntax": "view([<axis> || <'view-timeline-inset'>]?)",
571
+ "groups": [
572
+ "CSS Animations"
573
+ ],
574
+ "status": "experimental",
575
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timeline/view"
560
576
  }
561
577
  }
@@ -1803,7 +1803,7 @@
1803
1803
  "animation-play-state",
1804
1804
  "animation-timeline"
1805
1805
  ],
1806
- "appliesto": "allElementsAndPseudos",
1806
+ "appliesto": "allElements",
1807
1807
  "computed": [
1808
1808
  "animation-name",
1809
1809
  "animation-duration",
@@ -1815,7 +1815,7 @@
1815
1815
  "animation-play-state",
1816
1816
  "animation-timeline"
1817
1817
  ],
1818
- "order": "orderOfAppearance",
1818
+ "order": "perGrammar",
1819
1819
  "status": "standard",
1820
1820
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation"
1821
1821
  },
@@ -1947,6 +1947,63 @@
1947
1947
  "status": "standard",
1948
1948
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-play-state"
1949
1949
  },
1950
+ "animation-range": {
1951
+ "syntax": "[ <'animation-range-start'> <'animation-range-end'>? ]#",
1952
+ "media": "visual",
1953
+ "inherited": false,
1954
+ "animationType": [
1955
+ "animation-range-start",
1956
+ "animation-range-end"
1957
+ ],
1958
+ "percentages": "relativeToTimelineRangeIfSpecifiedOtherwiseEntireTimeline",
1959
+ "groups": [
1960
+ "CSS Animations"
1961
+ ],
1962
+ "initial": [
1963
+ "animation-range-start",
1964
+ "animation-range-end"
1965
+ ],
1966
+ "appliesto": "allElements",
1967
+ "computed": [
1968
+ "animation-range-start",
1969
+ "animation-range-end"
1970
+ ],
1971
+ "order": "perGrammar",
1972
+ "status": "experimental",
1973
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-range"
1974
+ },
1975
+ "animation-range-end": {
1976
+ "syntax": "[ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
1977
+ "media": "visual",
1978
+ "inherited": false,
1979
+ "animationType": "notAnimatable",
1980
+ "percentages": "relativeToTimelineRangeIfSpecifiedOtherwiseEntireTimeline",
1981
+ "groups": [
1982
+ "CSS Animations"
1983
+ ],
1984
+ "initial": "normal",
1985
+ "appliesto": "allElements",
1986
+ "computed": "listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage",
1987
+ "order": "perGrammar",
1988
+ "status": "experimental",
1989
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-range-end"
1990
+ },
1991
+ "animation-range-start": {
1992
+ "syntax": "[ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]#",
1993
+ "media": "visual",
1994
+ "inherited": false,
1995
+ "animationType": "notAnimatable",
1996
+ "percentages": "relativeToTimelineRangeIfSpecifiedOtherwiseEntireTimeline",
1997
+ "groups": [
1998
+ "CSS Animations"
1999
+ ],
2000
+ "initial": "normal",
2001
+ "appliesto": "allElements",
2002
+ "computed": "listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage",
2003
+ "order": "perGrammar",
2004
+ "status": "experimental",
2005
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-range-start"
2006
+ },
1950
2007
  "animation-timing-function": {
1951
2008
  "syntax": "<easing-function>#",
1952
2009
  "media": "visual",
@@ -1975,7 +2032,7 @@
1975
2032
  "initial": "auto",
1976
2033
  "appliesto": "allElements",
1977
2034
  "computed": "listEachItemIdentifierOrNoneAuto",
1978
- "order": "uniqueOrder",
2035
+ "order": "perGrammar",
1979
2036
  "status": "experimental",
1980
2037
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timeline"
1981
2038
  },
@@ -4258,7 +4315,7 @@
4258
4315
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/contain"
4259
4316
  },
4260
4317
  "contain-intrinsic-size": {
4261
- "syntax": "[ none | <length> | auto <length> ]{1,2}",
4318
+ "syntax": "[ auto? [ none | <length> ] ]{1,2}",
4262
4319
  "media": "visual",
4263
4320
  "inherited": false,
4264
4321
  "animationType": [
@@ -4282,11 +4339,11 @@
4282
4339
  "contain-intrinsic-height"
4283
4340
  ],
4284
4341
  "order": "perGrammar",
4285
- "status": "experimental",
4342
+ "status": "standard",
4286
4343
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-size"
4287
4344
  },
4288
4345
  "contain-intrinsic-block-size": {
4289
- "syntax": "none | <length> | auto <length>",
4346
+ "syntax": "auto? [ none | <length> ]",
4290
4347
  "inherited": false,
4291
4348
  "animationType": "byComputedValueType",
4292
4349
  "percentages": "no",
@@ -4297,11 +4354,11 @@
4297
4354
  "appliesto": "elementsForWhichSizeContainmentCanApply",
4298
4355
  "computed": "asSpecifiedWithLengthValuesComputed",
4299
4356
  "order": "perGrammar",
4300
- "status": "experimental",
4357
+ "status": "standard",
4301
4358
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-block-size"
4302
4359
  },
4303
4360
  "contain-intrinsic-height": {
4304
- "syntax": "none | <length> | auto <length>",
4361
+ "syntax": "auto? [ none | <length> ]",
4305
4362
  "inherited": false,
4306
4363
  "animationType": "byComputedValueType",
4307
4364
  "percentages": "no",
@@ -4312,11 +4369,11 @@
4312
4369
  "appliesto": "elementsForWhichSizeContainmentCanApply",
4313
4370
  "computed": "asSpecifiedWithLengthValuesComputed",
4314
4371
  "order": "perGrammar",
4315
- "status": "experimental",
4372
+ "status": "standard",
4316
4373
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-height"
4317
4374
  },
4318
4375
  "contain-intrinsic-inline-size": {
4319
- "syntax": "none | <length> | auto <length>",
4376
+ "syntax": "auto? [ none | <length> ]",
4320
4377
  "inherited": false,
4321
4378
  "animationType": "byComputedValueType",
4322
4379
  "percentages": "no",
@@ -4327,11 +4384,11 @@
4327
4384
  "appliesto": "elementsForWhichSizeContainmentCanApply",
4328
4385
  "computed": "asSpecifiedWithLengthValuesComputed",
4329
4386
  "order": "perGrammar",
4330
- "status": "experimental",
4387
+ "status": "standard",
4331
4388
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-inline-size"
4332
4389
  },
4333
4390
  "contain-intrinsic-width": {
4334
- "syntax": "none | <length> | auto <length>",
4391
+ "syntax": "auto? [ none | <length> ]",
4335
4392
  "media": "visual",
4336
4393
  "inherited": false,
4337
4394
  "animationType": "byComputedValueType",
@@ -4343,7 +4400,7 @@
4343
4400
  "appliesto": "elementsForWhichSizeContainmentCanApply",
4344
4401
  "computed": "asSpecifiedWithLengthValuesComputed",
4345
4402
  "order": "perGrammar",
4346
- "status": "experimental",
4403
+ "status": "standard",
4347
4404
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-width"
4348
4405
  },
4349
4406
  "container": {
@@ -5021,7 +5078,7 @@
5021
5078
  "groups": [
5022
5079
  "CSS Fonts"
5023
5080
  ],
5024
- "initial": "weight style",
5081
+ "initial": "weight style small-caps",
5025
5082
  "appliesto": "allElements",
5026
5083
  "computed": "asSpecified",
5027
5084
  "order": "orderOfAppearance",
@@ -5033,6 +5090,69 @@
5033
5090
  "status": "standard",
5034
5091
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-synthesis"
5035
5092
  },
5093
+ "font-synthesis-small-caps": {
5094
+ "syntax": "auto | none",
5095
+ "media": "visual",
5096
+ "inherited": true,
5097
+ "animationType": "discrete",
5098
+ "percentages": "no",
5099
+ "groups": [
5100
+ "CSS Fonts"
5101
+ ],
5102
+ "initial": "auto",
5103
+ "appliesto": "allElements",
5104
+ "computed": "asSpecified",
5105
+ "order": "orderOfAppearance",
5106
+ "alsoAppliesTo": [
5107
+ "::first-letter",
5108
+ "::first-line",
5109
+ "::placeholder"
5110
+ ],
5111
+ "status": "standard",
5112
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-synthesis-small-caps"
5113
+ },
5114
+ "font-synthesis-style": {
5115
+ "syntax": "auto | none",
5116
+ "media": "visual",
5117
+ "inherited": true,
5118
+ "animationType": "discrete",
5119
+ "percentages": "no",
5120
+ "groups": [
5121
+ "CSS Fonts"
5122
+ ],
5123
+ "initial": "auto",
5124
+ "appliesto": "allElements",
5125
+ "computed": "asSpecified",
5126
+ "order": "orderOfAppearance",
5127
+ "alsoAppliesTo": [
5128
+ "::first-letter",
5129
+ "::first-line",
5130
+ "::placeholder"
5131
+ ],
5132
+ "status": "standard",
5133
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-synthesis-style"
5134
+ },
5135
+ "font-synthesis-weight": {
5136
+ "syntax": "auto | none",
5137
+ "media": "visual",
5138
+ "inherited": true,
5139
+ "animationType": "discrete",
5140
+ "percentages": "no",
5141
+ "groups": [
5142
+ "CSS Fonts"
5143
+ ],
5144
+ "initial": "auto",
5145
+ "appliesto": "allElements",
5146
+ "computed": "asSpecified",
5147
+ "order": "orderOfAppearance",
5148
+ "alsoAppliesTo": [
5149
+ "::first-letter",
5150
+ "::first-line",
5151
+ "::placeholder"
5152
+ ],
5153
+ "status": "standard",
5154
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-synthesis-weight"
5155
+ },
5036
5156
  "font-variant": {
5037
5157
  "syntax": "normal | none | [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> || stylistic( <feature-value-name> ) || historical-forms || styleset( <feature-value-name># ) || character-variant( <feature-value-name># ) || swash( <feature-value-name> ) || ornaments( <feature-value-name> ) || annotation( <feature-value-name> ) || [ small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps ] || <numeric-figure-values> || <numeric-spacing-values> || <numeric-fraction-values> || ordinal || slashed-zero || <east-asian-variant-values> || <east-asian-width-values> || ruby ]",
5038
5158
  "media": "visual",
@@ -7126,10 +7246,10 @@
7126
7246
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/offset-distance"
7127
7247
  },
7128
7248
  "offset-path": {
7129
- "syntax": "none | ray( [ <angle> && <size> && contain? ] ) | <path()> | <url> | [ <basic-shape> || <geometry-box> ]",
7249
+ "syntax": "none | <offset-path> || <coord-box>",
7130
7250
  "media": "visual",
7131
7251
  "inherited": false,
7132
- "animationType": "angleOrBasicShapeOrPath",
7252
+ "animationType": "byComputedValueType",
7133
7253
  "percentages": "no",
7134
7254
  "groups": [
7135
7255
  "CSS Motion Path"
@@ -7143,7 +7263,7 @@
7143
7263
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/offset-path"
7144
7264
  },
7145
7265
  "offset-position": {
7146
- "syntax": "auto | <position>",
7266
+ "syntax": "normal | auto | <position>",
7147
7267
  "media": "visual",
7148
7268
  "inherited": false,
7149
7269
  "animationType": "position",
@@ -8762,7 +8882,7 @@
8762
8882
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type-y"
8763
8883
  },
8764
8884
  "scroll-timeline": {
8765
- "syntax": "[<'scroll-timeline-name'> <'scroll-timeline-axis'>?]#",
8885
+ "syntax": "[ <'scroll-timeline-name'> <'scroll-timeline-axis'>? ]#",
8766
8886
  "media": "visual",
8767
8887
  "inherited": false,
8768
8888
  "animationType": [
@@ -8787,7 +8907,7 @@
8787
8907
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-timeline"
8788
8908
  },
8789
8909
  "scroll-timeline-axis": {
8790
- "syntax": "[ block | inline | vertical | horizontal ]#",
8910
+ "syntax": "[ block | inline | x | y ]#",
8791
8911
  "media": "interactive",
8792
8912
  "inherited": false,
8793
8913
  "animationType": "notAnimatable",
@@ -8803,7 +8923,7 @@
8803
8923
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-timeline-axis"
8804
8924
  },
8805
8925
  "scroll-timeline-name": {
8806
- "syntax": "none | <custom-ident>#",
8926
+ "syntax": "none | <dashed-ident>#",
8807
8927
  "media": "interactive",
8808
8928
  "inherited": false,
8809
8929
  "animationType": "notAnimatable",
@@ -8813,7 +8933,7 @@
8813
8933
  ],
8814
8934
  "initial": "none",
8815
8935
  "appliesto": "scrollContainers",
8816
- "computed": "asSpecified",
8936
+ "computed": "noneOrOrderedListOfIdentifiers",
8817
8937
  "order": "perGrammar",
8818
8938
  "status": "experimental",
8819
8939
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-timeline-name"
@@ -9103,7 +9223,7 @@
9103
9223
  "text-emphasis": {
9104
9224
  "syntax": "<'text-emphasis-style'> || <'text-emphasis-color'>",
9105
9225
  "media": "visual",
9106
- "inherited": false,
9226
+ "inherited": true,
9107
9227
  "animationType": [
9108
9228
  "text-emphasis-color",
9109
9229
  "text-emphasis-style"
@@ -9128,7 +9248,7 @@
9128
9248
  "text-emphasis-color": {
9129
9249
  "syntax": "<color>",
9130
9250
  "media": "visual",
9131
- "inherited": false,
9251
+ "inherited": true,
9132
9252
  "animationType": "color",
9133
9253
  "percentages": "no",
9134
9254
  "groups": [
@@ -9144,7 +9264,7 @@
9144
9264
  "text-emphasis-position": {
9145
9265
  "syntax": "[ over | under ] && [ right | left ]",
9146
9266
  "media": "visual",
9147
- "inherited": false,
9267
+ "inherited": true,
9148
9268
  "animationType": "discrete",
9149
9269
  "percentages": "no",
9150
9270
  "groups": [
@@ -9160,7 +9280,7 @@
9160
9280
  "text-emphasis-style": {
9161
9281
  "syntax": "none | [ [ filled | open ] || [ dot | circle | double-circle | triangle | sesame ] ] | <string>",
9162
9282
  "media": "visual",
9163
- "inherited": false,
9283
+ "inherited": true,
9164
9284
  "animationType": "discrete",
9165
9285
  "percentages": "no",
9166
9286
  "groups": [
@@ -9351,6 +9471,38 @@
9351
9471
  "status": "standard",
9352
9472
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-underline-position"
9353
9473
  },
9474
+ "text-wrap": {
9475
+ "syntax": "wrap | nowrap | balance | stable | pretty",
9476
+ "media": "visual",
9477
+ "inherited": true,
9478
+ "animationType": "discrete",
9479
+ "percentages": "no",
9480
+ "groups": [
9481
+ "CSS Text"
9482
+ ],
9483
+ "initial": "wrap",
9484
+ "appliesto": "textAndBlockContainers",
9485
+ "computed": "asSpecified",
9486
+ "order": "perGrammar",
9487
+ "status": "standard",
9488
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-wrap"
9489
+ },
9490
+ "timeline-scope": {
9491
+ "syntax": "none | <dashed-ident>#",
9492
+ "media": "interactive",
9493
+ "inherited": false,
9494
+ "animationType": "notAnimatable",
9495
+ "percentages": "no",
9496
+ "groups": [
9497
+ "CSS Animations"
9498
+ ],
9499
+ "initial": "none",
9500
+ "appliesto": "allElements",
9501
+ "computed": "noneOrOrderedListOfIdentifiers",
9502
+ "order": "perGrammar",
9503
+ "status": "experimental",
9504
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/timeline-scope"
9505
+ },
9354
9506
  "top": {
9355
9507
  "syntax": "<length> | <percentage> | auto",
9356
9508
  "media": "visual",
@@ -9609,6 +9761,79 @@
9609
9761
  "status": "standard",
9610
9762
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/vertical-align"
9611
9763
  },
9764
+ "view-timeline": {
9765
+ "syntax": "[ <'view-timeline-name'> <'view-timeline-axis'>? ]#",
9766
+ "media": "visual",
9767
+ "inherited": false,
9768
+ "animationType": [
9769
+ "view-timeline-name",
9770
+ "view-timeline-axis"
9771
+ ],
9772
+ "percentages": "no",
9773
+ "groups": [
9774
+ "CSS Animations"
9775
+ ],
9776
+ "initial": [
9777
+ "view-timeline-name",
9778
+ "view-timeline-axis"
9779
+ ],
9780
+ "appliesto": "allElements",
9781
+ "computed": [
9782
+ "view-timeline-name",
9783
+ "view-timeline-axis"
9784
+ ],
9785
+ "order": "perGrammar",
9786
+ "status": "experimental",
9787
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/view-timeline"
9788
+ },
9789
+ "view-timeline-axis": {
9790
+ "syntax": "[ block | inline | x | y ]#",
9791
+ "media": "interactive",
9792
+ "inherited": false,
9793
+ "animationType": "notAnimatable",
9794
+ "percentages": "no",
9795
+ "groups": [
9796
+ "CSS Animations"
9797
+ ],
9798
+ "initial": "block",
9799
+ "appliesto": "allElements",
9800
+ "computed": "asSpecified",
9801
+ "order": "perGrammar",
9802
+ "status": "experimental",
9803
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/view-timeline-axis"
9804
+ },
9805
+ "view-timeline-inset": {
9806
+ "syntax": "[ [ auto | <length-percentage> ]{1,2} ]#",
9807
+ "media": "interactive",
9808
+ "inherited": false,
9809
+ "animationType": "byComputedValueType",
9810
+ "percentages": "relativeToCorrespondingDimensionOfRelevantScrollport",
9811
+ "groups": [
9812
+ "CSS Animations"
9813
+ ],
9814
+ "initial": "auto",
9815
+ "appliesto": "allElements",
9816
+ "computed": "listEachItemConsistingOfPairsOfAutoOrLengthPercentage",
9817
+ "order": "perGrammar",
9818
+ "status": "experimental",
9819
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/view-timeline-inset"
9820
+ },
9821
+ "view-timeline-name": {
9822
+ "syntax": "none | <dashed-ident>#",
9823
+ "media": "interactive",
9824
+ "inherited": false,
9825
+ "animationType": "notAnimatable",
9826
+ "percentages": "no",
9827
+ "groups": [
9828
+ "CSS Animations"
9829
+ ],
9830
+ "initial": "none",
9831
+ "appliesto": "allElements",
9832
+ "computed": "noneOrOrderedListOfIdentifiers",
9833
+ "order": "perGrammar",
9834
+ "status": "experimental",
9835
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/view-timeline-name"
9836
+ },
9612
9837
  "view-transition-name": {
9613
9838
  "syntax": "none | <custom-ident>",
9614
9839
  "media": "visual",
@@ -9642,7 +9867,7 @@
9642
9867
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/visibility"
9643
9868
  },
9644
9869
  "white-space": {
9645
- "syntax": "normal | pre | nowrap | pre-wrap | pre-line | break-spaces",
9870
+ "syntax": "normal | pre | nowrap | pre-wrap | pre-line | break-spaces | [ <'white-space-collapse'> || <'text-wrap'> || <'white-space-trim'> ]",
9646
9871
  "media": "visual",
9647
9872
  "inherited": true,
9648
9873
  "animationType": "discrete",
@@ -9657,6 +9882,38 @@
9657
9882
  "status": "standard",
9658
9883
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/white-space"
9659
9884
  },
9885
+ "white-space-collapse": {
9886
+ "syntax": "collapse | discard | preserve | preserve-breaks | preserve-spaces | break-spaces",
9887
+ "media": "visual",
9888
+ "inherited": true,
9889
+ "animationType": "discrete",
9890
+ "percentages": "no",
9891
+ "groups": [
9892
+ "CSS Text"
9893
+ ],
9894
+ "initial": "collapse",
9895
+ "appliesto": "allElements",
9896
+ "computed": "asSpecified",
9897
+ "order": "perGrammar",
9898
+ "status": "standard",
9899
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/white-space-collapse"
9900
+ },
9901
+ "white-space-trim": {
9902
+ "syntax": "none | discard-before || discard-after || discard-inner",
9903
+ "media": "visual",
9904
+ "inherited": false,
9905
+ "animationType": "discrete",
9906
+ "percentages": "no",
9907
+ "groups": [
9908
+ "CSS Text"
9909
+ ],
9910
+ "initial": "none",
9911
+ "appliesto": "inlineBoxesAndBlockContainers",
9912
+ "computed": "asSpecified",
9913
+ "order": "perGrammar",
9914
+ "status": "standard",
9915
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/white-space-trim"
9916
+ },
9660
9917
  "widows": {
9661
9918
  "syntax": "<integer>",
9662
9919
  "media": "visual",
@@ -83,9 +83,11 @@
83
83
  "regardingHeightOfGeneratedBoxContainingBlockPercentagesNone",
84
84
  "regardingHeightOfGeneratedBoxContainingBlockPercentagesRelativeToContainingBlock",
85
85
  "relativeToBackgroundPositioningArea",
86
+ "relativeToCorrespondingDimensionOfRelevantScrollport",
86
87
  "relativeToMaskBorderImageArea",
87
88
  "relativeToScrollContainerPaddingBoxAxis",
88
89
  "relativeToTheScrollContainersScrollport",
90
+ "relativeToTimelineRangeIfSpecifiedOtherwiseEntireTimeline",
89
91
  "relativeToWidthAndHeight"
90
92
  ]
91
93
  },
@@ -134,6 +136,8 @@
134
136
  "keywordPlusIntegerIfDigits",
135
137
  "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",
136
138
  "listEachItemConsistingOfAbsoluteLengthPercentageAndOrigin",
139
+ "listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage",
140
+ "listEachItemConsistingOfPairsOfAutoOrLengthPercentage",
137
141
  "listEachItemHasTwoKeywordsOnePerDimension",
138
142
  "listEachItemIdentifierOrNoneAuto",
139
143
  "listEachItemTwoKeywordsOriginOffsets",
@@ -224,6 +228,7 @@
224
228
  "images",
225
229
  "inFlowBlockLevelElements",
226
230
  "inFlowChildrenOfBoxElements",
231
+ "inlineBoxesAndBlockContainers",
227
232
  "inlineLevelAndTableCellElements",
228
233
  "listItems",
229
234
  "maskElements",
@@ -246,6 +251,7 @@
246
251
  "tableCaptionElements",
247
252
  "tableCellElements",
248
253
  "tableElements",
254
+ "textAndBlockContainers",
249
255
  "textElements",
250
256
  "textFields",
251
257
  "transformableElements",
package/css/syntaxes.json CHANGED
@@ -402,7 +402,7 @@
402
402
  "syntax": "<keyframe-block>+"
403
403
  },
404
404
  "keyframe-selector": {
405
- "syntax": "from | to | <percentage>"
405
+ "syntax": "from | to | <percentage> | <timeline-range-name> <percentage>"
406
406
  },
407
407
  "lab()": {
408
408
  "syntax": "lab( [<percentage> | <number> | none] [ <percentage> | <number> | none] [ <percentage> | <number> | none] [ / [<alpha-value> | none] ]? )"
@@ -692,6 +692,9 @@
692
692
  "scaleZ()": {
693
693
  "syntax": "scaleZ( [ <number> | <percentage> ] )"
694
694
  },
695
+ "scroll()": {
696
+ "syntax": "scroll([<axis> || <scroller>]?)"
697
+ },
695
698
  "scroller": {
696
699
  "syntax": "root | nearest"
697
700
  },
@@ -735,7 +738,7 @@
735
738
  "syntax": "sin( <calc-sum> )"
736
739
  },
737
740
  "single-animation": {
738
- "syntax": "<time> || <easing-function> || <time> || <single-animation-iteration-count> || <single-animation-direction> || <single-animation-fill-mode> || <single-animation-play-state> || [ none | <keyframes-name> ]"
741
+ "syntax": "<'animation-duration'> || <easing-function> || <'animation-delay'> || <single-animation-iteration-count> || <single-animation-direction> || <single-animation-fill-mode> || <single-animation-play-state> || [ none | <keyframes-name> ] || <single-animation-timeline>"
739
742
  },
740
743
  "single-animation-direction": {
741
744
  "syntax": "normal | reverse | alternate | alternate-reverse"
@@ -750,7 +753,7 @@
750
753
  "syntax": "running | paused"
751
754
  },
752
755
  "single-animation-timeline": {
753
- "syntax": "auto | none | <timeline-name> | scroll(<axis>? <scroller>?)"
756
+ "syntax": "auto | none | <dashed-ident> | <scroll()> | <view()>"
754
757
  },
755
758
  "single-transition": {
756
759
  "syntax": "[ none | <single-transition-property> ] || <time> || <easing-function> || <time>"
@@ -809,8 +812,8 @@
809
812
  "time-percentage": {
810
813
  "syntax": "<time> | <percentage>"
811
814
  },
812
- "timeline-name": {
813
- "syntax": "<custom-ident> | <string>"
815
+ "timeline-range-name": {
816
+ "syntax": "cover | contain | entry | exit | entry-crossing | exit-crossing"
814
817
  },
815
818
  "easing-function": {
816
819
  "syntax": "linear | <cubic-bezier-timing-function> | <step-timing-function>"
@@ -857,6 +860,9 @@
857
860
  "var()": {
858
861
  "syntax": "var( <custom-property-name> , <declaration-value>? )"
859
862
  },
863
+ "view()": {
864
+ "syntax": "view([<axis> || <'view-timeline-inset'>]?)"
865
+ },
860
866
  "viewport-length": {
861
867
  "syntax": "auto | <length-percentage>"
862
868
  },
package/css/types.json CHANGED
@@ -54,6 +54,14 @@
54
54
  "status": "standard",
55
55
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/custom-ident"
56
56
  },
57
+ "dashed-ident": {
58
+ "groups": [
59
+ "CSS Animations",
60
+ "CSS Types"
61
+ ],
62
+ "status": "standard",
63
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/dashed-ident"
64
+ },
57
65
  "dimension": {
58
66
  "groups": [
59
67
  "CSS Types"
package/l10n/css.json CHANGED
@@ -825,6 +825,9 @@
825
825
  "ja": "<code>inline-axis</code> (<a href=\"/ja/docs/Mozilla/Tech/XUL\">XUL</a> における <code>horizontal</code>)",
826
826
  "ru": "<code>inline-axis</code> (<code>horizontal</code> в <a href=\"/ru/docs/Mozilla/Tech/XUL\">XUL</a>)"
827
827
  },
828
+ "inlineBoxesAndBlockContainers": {
829
+ "en-US": "Inline boxes and block containers"
830
+ },
828
831
  "inlineLevelAndTableCellElements": {
829
832
  "de": "Inline- und table-cell Elemente",
830
833
  "en-US": "inline-level and table-cell elements",
@@ -919,6 +922,12 @@
919
922
  "ja": "絶対長とパーセント値の組み合わせで与えられるオフセットと原点のキーワードを、各項目として構成されるリスト。",
920
923
  "ru": "Список, каждый элемент которого состоит из: смещения, данного комбинацией абсолютной длины и процентов плюс ключевое слово"
921
924
  },
925
+ "listEachItemConsistingOfNormalLengthPercentageOrNameLengthPercentage": {
926
+ "en-US": "A list where each item may be 'normal', a length percentage, or a timeline range name and a length percentage"
927
+ },
928
+ "listEachItemConsistingOfPairsOfAutoOrLengthPercentage": {
929
+ "en-US": "A list where each item may be either 'auto' or a length percentage"
930
+ },
922
931
  "listEachItemHasTwoKeywordsOnePerDimension": {
923
932
  "de": "eine Liste, wobei jedes Element aus zwei Schlüsselwörtern besteht, eins pro Dimension",
924
933
  "en-US": "a list, each item consisting of two keywords, one per dimension",
@@ -1430,6 +1439,9 @@
1430
1439
  "ja": "背景配置領域に対する相対値",
1431
1440
  "ru": "относительно области позиционирования фона"
1432
1441
  },
1442
+ "relativeToCorrespondingDimensionOfRelevantScrollport": {
1443
+ "en-US": "Relative to the corresponding dimension of the relevant scrollport"
1444
+ },
1433
1445
  "relativeToMaskBorderImageArea": {
1434
1446
  "en-US": "relative to width/height of the mask border image area",
1435
1447
  "ja": "境界マスク画像領域の幅/高さに対する相対値"
@@ -1445,13 +1457,15 @@
1445
1457
  "en-US": "relative to the scroll container's scrollport",
1446
1458
  "ja": "スクロールコンテナーのスクロールポートに対する相対値"
1447
1459
  },
1460
+ "relativeToTimelineRangeIfSpecifiedOtherwiseEntireTimeline": {
1461
+ "en-US": "Relative to the specified named timeline range if specified, otherwise relative to the entire timeline"
1462
+ },
1448
1463
  "relativeToWidthAndHeight": {
1449
1464
  "en-US": "relative to the width and the height of the element's reference box"
1450
1465
  },
1451
1466
  "repeatableList": {
1452
- "de": "mehrfache Werte der folgenden Eigenschaften: ",
1453
- "en-US": "a repeatable list of ",
1454
- "fr": "une liste répétable de ",
1467
+ "en-US": "a repeatable list",
1468
+ "fr": "une liste répétable",
1455
1469
  "ja": "反復可能リスト",
1456
1470
  "ru": "повторяющийся список из "
1457
1471
  },
@@ -1603,6 +1617,9 @@
1603
1617
  "ja": "<code>table</code> および <code>inline-table</code> 要素",
1604
1618
  "ru": "<code>table</code> и <code>inline-table</code> элементы"
1605
1619
  },
1620
+ "textAndBlockContainers": {
1621
+ "en-US": "text and block containers"
1622
+ },
1606
1623
  "textElements": {
1607
1624
  "de": "Textelemente",
1608
1625
  "en-US": "text elements",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdn-data",
3
- "version": "2.0.32",
3
+ "version": "2.1.0",
4
4
  "description": "Open Web data by the Mozilla Developer Network",
5
5
  "main": "index.js",
6
6
  "files": [