mdn-data 2.3.1 → 2.3.3

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 CHANGED
@@ -249,15 +249,6 @@
249
249
  "order": "uniqueOrder",
250
250
  "status": "standard"
251
251
  },
252
- "font-variant": {
253
- "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 ]",
254
- "media": "all",
255
- "initial": "normal",
256
- "percentages": "no",
257
- "computed": "asSpecified",
258
- "order": "orderOfAppearance",
259
- "status": "standard"
260
- },
261
252
  "line-gap-override": {
262
253
  "syntax": "normal | <percentage>",
263
254
  "media": "all",
@@ -475,17 +466,6 @@
475
466
  "status": "standard",
476
467
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@scope"
477
468
  },
478
- "@scroll-timeline": {
479
- "syntax": "@scroll-timeline <timeline-name> { <declaration-list> }",
480
- "interfaces": [
481
- "ScrollTimeline"
482
- ],
483
- "groups": [
484
- "CSS Animations"
485
- ],
486
- "status": "standard",
487
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@scroll-timeline"
488
- },
489
469
  "@starting-style": {
490
470
  "syntax": "@starting-style {\n <declaration-list> | <group-rule-body>\n}",
491
471
  "interfaces": [
@@ -509,180 +489,5 @@
509
489
  ],
510
490
  "status": "standard",
511
491
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@supports"
512
- },
513
- "@viewport": {
514
- "syntax": "@viewport {\n <group-rule-body>\n}",
515
- "interfaces": [
516
- "CSSViewportRule"
517
- ],
518
- "groups": [
519
- "CSS Device Adaptation"
520
- ],
521
- "descriptors": {
522
- "height": {
523
- "syntax": "<viewport-length>{1,2}",
524
- "media": [
525
- "visual",
526
- "continuous"
527
- ],
528
- "initial": [
529
- "min-height",
530
- "max-height"
531
- ],
532
- "percentages": [
533
- "min-height",
534
- "max-height"
535
- ],
536
- "computed": [
537
- "min-height",
538
- "max-height"
539
- ],
540
- "order": "orderOfAppearance",
541
- "status": "standard"
542
- },
543
- "max-height": {
544
- "syntax": "<viewport-length>",
545
- "media": [
546
- "visual",
547
- "continuous"
548
- ],
549
- "initial": "auto",
550
- "percentages": "referToHeightOfInitialViewport",
551
- "computed": "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",
552
- "order": "uniqueOrder",
553
- "status": "standard"
554
- },
555
- "max-width": {
556
- "syntax": "<viewport-length>",
557
- "media": [
558
- "visual",
559
- "continuous"
560
- ],
561
- "initial": "auto",
562
- "percentages": "referToWidthOfInitialViewport",
563
- "computed": "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",
564
- "order": "uniqueOrder",
565
- "status": "standard"
566
- },
567
- "max-zoom": {
568
- "syntax": "auto | <number> | <percentage>",
569
- "media": [
570
- "visual",
571
- "continuous"
572
- ],
573
- "initial": "auto",
574
- "percentages": "the zoom factor itself",
575
- "computed": "autoNonNegativeOrPercentage",
576
- "order": "uniqueOrder",
577
- "status": "standard"
578
- },
579
- "min-height": {
580
- "syntax": "<viewport-length>",
581
- "media": [
582
- "visual",
583
- "continuous"
584
- ],
585
- "initial": "auto",
586
- "percentages": "referToHeightOfInitialViewport",
587
- "computed": "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",
588
- "order": "uniqueOrder",
589
- "status": "standard"
590
- },
591
- "min-width": {
592
- "syntax": "<viewport-length>",
593
- "media": [
594
- "visual",
595
- "continuous"
596
- ],
597
- "initial": "auto",
598
- "percentages": "referToWidthOfInitialViewport",
599
- "computed": "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",
600
- "order": "uniqueOrder",
601
- "status": "standard"
602
- },
603
- "min-zoom": {
604
- "syntax": "auto | <number> | <percentage>",
605
- "media": [
606
- "visual",
607
- "continuous"
608
- ],
609
- "initial": "auto",
610
- "percentages": "the zoom factor itself",
611
- "computed": "autoNonNegativeOrPercentage",
612
- "order": "uniqueOrder",
613
- "status": "standard"
614
- },
615
- "orientation": {
616
- "syntax": "auto | portrait | landscape",
617
- "media": [
618
- "visual",
619
- "continuous"
620
- ],
621
- "initial": "auto",
622
- "percentages": "referToSizeOfBoundingBox",
623
- "computed": "asSpecified",
624
- "order": "uniqueOrder",
625
- "status": "standard"
626
- },
627
- "user-zoom": {
628
- "syntax": "zoom | fixed",
629
- "media": [
630
- "visual",
631
- "continuous"
632
- ],
633
- "initial": "zoom",
634
- "percentages": "referToSizeOfBoundingBox",
635
- "computed": "asSpecified",
636
- "order": "uniqueOrder",
637
- "status": "standard"
638
- },
639
- "viewport-fit": {
640
- "syntax": "auto | contain | cover",
641
- "media": [
642
- "visual",
643
- "continuous"
644
- ],
645
- "initial": "auto",
646
- "percentages": "no",
647
- "computed": "asSpecified",
648
- "order": "uniqueOrder",
649
- "status": "standard"
650
- },
651
- "width": {
652
- "syntax": "<viewport-length>{1,2}",
653
- "media": [
654
- "visual",
655
- "continuous"
656
- ],
657
- "initial": [
658
- "min-width",
659
- "max-width"
660
- ],
661
- "percentages": [
662
- "min-width",
663
- "max-width"
664
- ],
665
- "computed": [
666
- "min-width",
667
- "max-width"
668
- ],
669
- "order": "orderOfAppearance",
670
- "status": "standard"
671
- },
672
- "zoom": {
673
- "syntax": "auto | <number> | <percentage>",
674
- "media": [
675
- "visual",
676
- "continuous"
677
- ],
678
- "initial": "auto",
679
- "percentages": "the zoom factor itself",
680
- "computed": "autoNonNegativeOrPercentage",
681
- "order": "uniqueOrder",
682
- "status": "standard"
683
- }
684
- },
685
- "status": "standard",
686
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@viewport"
687
492
  }
688
493
  }
@@ -326,11 +326,11 @@
326
326
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/radial-gradient"
327
327
  },
328
328
  "ray()": {
329
- "syntax": "ray( <angle> && <ray-size>? && contain? )",
329
+ "syntax": "ray( <angle> && <ray-size>? && contain? && [at <position>]? )",
330
330
  "groups": [
331
331
  "CSS Motion Path"
332
332
  ],
333
- "status": "experimental",
333
+ "status": "standard",
334
334
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ray"
335
335
  },
336
336
  "repeating-linear-gradient()": {
@@ -2390,21 +2390,6 @@
2390
2390
  "status": "standard",
2391
2391
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/background-size"
2392
2392
  },
2393
- "block-overflow": {
2394
- "syntax": "clip | ellipsis | <string>",
2395
- "media": "visual",
2396
- "inherited": true,
2397
- "animationType": "discrete",
2398
- "percentages": "no",
2399
- "groups": [
2400
- "CSS Overflow"
2401
- ],
2402
- "initial": "clip",
2403
- "appliesto": "blockContainers",
2404
- "computed": "asSpecified",
2405
- "order": "perGrammar",
2406
- "status": "experimental"
2407
- },
2408
2393
  "block-size": {
2409
2394
  "syntax": "<'width'>",
2410
2395
  "media": "visual",
@@ -4483,7 +4468,7 @@
4483
4468
  "syntax": "visible | auto | hidden",
4484
4469
  "media": "all",
4485
4470
  "inherited": false,
4486
- "animationType": "discreteHiddenSwapAt0",
4471
+ "animationType": "discreteButVisibleForDurationWhenAnimatedHidden",
4487
4472
  "percentages": "no",
4488
4473
  "groups": [
4489
4474
  "CSS Containment"
@@ -4582,7 +4567,7 @@
4582
4567
  "syntax": "[ <display-outside> || <display-inside> ] | <display-listitem> | <display-internal> | <display-box> | <display-legacy>",
4583
4568
  "media": "all",
4584
4569
  "inherited": false,
4585
- "animationType": "discreteNoneSwapAt0",
4570
+ "animationType": "discreteButVisibleForDurationWhenAnimatedNone",
4586
4571
  "percentages": "no",
4587
4572
  "groups": [
4588
4573
  "CSS Display"
@@ -7619,7 +7604,7 @@
7619
7604
  "syntax": "none | auto",
7620
7605
  "media": "visual",
7621
7606
  "inherited": false,
7622
- "animationType": "discreteSwapAt1",
7607
+ "animationType": "discreteButVisibleForDurationWhenAnimatedNone",
7623
7608
  "percentages": "no",
7624
7609
  "groups": [
7625
7610
  "CSS Positioning"
@@ -9953,22 +9938,6 @@
9953
9938
  "status": "standard",
9954
9939
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/white-space-collapse"
9955
9940
  },
9956
- "white-space-trim": {
9957
- "syntax": "none | discard-before || discard-after || discard-inner",
9958
- "media": "visual",
9959
- "inherited": false,
9960
- "animationType": "discrete",
9961
- "percentages": "no",
9962
- "groups": [
9963
- "CSS Text"
9964
- ],
9965
- "initial": "none",
9966
- "appliesto": "inlineBoxesAndBlockContainers",
9967
- "computed": "asSpecified",
9968
- "order": "perGrammar",
9969
- "status": "standard",
9970
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/white-space-trim"
9971
- },
9972
9941
  "widows": {
9973
9942
  "syntax": "<integer>",
9974
9943
  "media": "visual",
@@ -21,9 +21,8 @@
21
21
  "byComputedValueTypeNormalAnimatesAsObliqueZeroDeg",
22
22
  "color",
23
23
  "discrete",
24
- "discreteHiddenSwapAt0",
25
- "discreteNoneSwapAt0",
26
- "discreteSwapAt1",
24
+ "discreteButVisibleForDurationWhenAnimatedHidden",
25
+ "discreteButVisibleForDurationWhenAnimatedNone",
27
26
  "eachOfShorthandPropertiesExceptUnicodeBiDiAndDirection",
28
27
  "filterList",
29
28
  "fontStretch",
@@ -432,15 +432,6 @@
432
432
  "status": "standard",
433
433
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-child"
434
434
  },
435
- ":nth-col": {
436
- "syntax": ":nth-col",
437
- "groups": [
438
- "Pseudo-classes",
439
- "Selectors"
440
- ],
441
- "status": "experimental",
442
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-col"
443
- },
444
435
  ":nth-last-child": {
445
436
  "syntax": ":nth-last-child( <nth> [ of <complex-selector-list> ]? )",
446
437
  "groups": [
@@ -450,15 +441,6 @@
450
441
  "status": "standard",
451
442
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-last-child"
452
443
  },
453
- ":nth-last-col": {
454
- "syntax": ":nth-last-col",
455
- "groups": [
456
- "Pseudo-classes",
457
- "Selectors"
458
- ],
459
- "status": "experimental",
460
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-last-col"
461
- },
462
444
  ":nth-last-of-type": {
463
445
  "syntax": ":nth-last-of-type( <nth> )",
464
446
  "groups": [
package/css/syntaxes.json CHANGED
@@ -621,7 +621,7 @@
621
621
  "syntax": "<number [0,∞]> [ / <number [0,∞]> ]?"
622
622
  },
623
623
  "ray()": {
624
- "syntax": "ray( <angle> && <ray-size>? && contain? )"
624
+ "syntax": "{ <angle> && [closest-side | closest-corner | farthest-side | farthest-corner | sides] && contain? && [at [ left | center | right | top | bottom | <length-percentage> ] | [ left | center | right ] && [ top | center | bottom ] | [ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ] | [ [ left | right ] <length-percentage> ] && [ [ top | bottom ] <length-percentage> ]]"
625
625
  },
626
626
  "relative-selector": {
627
627
  "syntax": "<combinator>? <complex-selector>"
@@ -696,7 +696,7 @@
696
696
  "syntax": "scaleZ( [ <number> | <percentage> ] )"
697
697
  },
698
698
  "scroll()": {
699
- "syntax": "scroll([<axis> || <scroller>]?)"
699
+ "syntax": "scroll( [ <axis> || <scroller> ]? )"
700
700
  },
701
701
  "scroller": {
702
702
  "syntax": "root | nearest"
package/css/types.json CHANGED
@@ -111,6 +111,15 @@
111
111
  "status": "standard",
112
112
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/display-legacy"
113
113
  },
114
+ "easing-function": {
115
+ "groups": [
116
+ "CSS Animations",
117
+ "CSS Transitions",
118
+ "CSS Types"
119
+ ],
120
+ "status": "standard",
121
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/easing-function"
122
+ },
114
123
  "filter-function": {
115
124
  "groups": [
116
125
  "Filter Effects"
@@ -260,15 +269,6 @@
260
269
  "status": "standard",
261
270
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/time-percentage"
262
271
  },
263
- "timing-function": {
264
- "groups": [
265
- "CSS Animations",
266
- "CSS Transitions",
267
- "CSS Types"
268
- ],
269
- "status": "standard",
270
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/timing-function"
271
- },
272
272
  "transform-function": {
273
273
  "groups": [
274
274
  "CSS Transforms",
package/l10n/css.json CHANGED
@@ -654,14 +654,11 @@
654
654
  "fr": "discrète",
655
655
  "ja": "離散値"
656
656
  },
657
- "discreteHiddenSwapAt0": {
658
- "en-US": "Discrete behavior but when animating from <code>hidden</code> swaps to end value at progress > 0 rather than 0.5"
657
+ "discreteButVisibleForDurationWhenAnimatedHidden": {
658
+ "en-US": "Discrete behavior except when animating to or from <code>hidden</code> is visible for the entire duration"
659
659
  },
660
- "discreteNoneSwapAt0": {
661
- "en-US": "Discrete behavior but when animating from <code>none</code> swaps to end value at progress > 0 rather than 0.5"
662
- },
663
- "discreteSwapAt1": {
664
- "en-US": "Discrete behavior but swaps to end value at progress 1 rather than 0.5"
660
+ "discreteButVisibleForDurationWhenAnimatedNone": {
661
+ "en-US": "Discrete behavior except when animating to or from <code>none</code> is visible for the entire duration"
665
662
  },
666
663
  "eachOfShorthandPropertiesExceptUnicodeBiDiAndDirection": {
667
664
  "de": "wie jede der Kurzschreibweisen Eigenschaften (alle Eigenschaften außer {{cssxref(\"unicode-bidi\")}} und {{cssxref(\"direction\")}})",
@@ -1209,10 +1206,10 @@
1209
1206
  "ja": "文法通り"
1210
1207
  },
1211
1208
  "position": {
1212
- "de": "<a href=\"/de/docs/Web/CSS/number#interpolation\" title=\"Werte des <position> Datentyps werden unabhängig für Abszisse und Ordinate interpoliert. Da die Geschwindigkeit für beide durch dieselbe <timing-function> bestimmt wird, wird der Punkt einer Linie folgen.\">Position</a>",
1213
- "en-US": "a <a href=\"/en-US/docs/Web/CSS/position_value#interpolation\" title=\"Values of the <position> data type are interpolated independently for the abscissa and ordinate. As the speed is defined by the same <timing-function> for both, the point will move following a line.\">position</a>",
1214
- "fr": "une <a href=\"/fr/docs/Web/CSS/position_value#interpolation\" title=\"Les valeurs de type <position> sont interpolées indépendamment pour les abscisses et pour les ordonnées. La vitesse est définie par la même <timing-function>, le point se déplacera donc suivant une ligne.\">position</a>",
1215
- "ja": "<a href=\"/en-US/docs/Web/CSS/position_value#interpolation\" title=\"<position> データ型の値は、横軸と縦軸に対して個別に補間されます。速度は両方とも同じ <timing-function> で定義されているので、点は線に沿って移動します。\">position</a>",
1209
+ "de": "<a href=\"/de/docs/Web/CSS/number#interpolation\" title=\"Werte des <position> Datentyps werden unabhängig für Abszisse und Ordinate interpoliert. Da die Geschwindigkeit für beide durch dieselbe <easing-function> bestimmt wird, wird der Punkt einer Linie folgen.\">Position</a>",
1210
+ "en-US": "a <a href=\"/en-US/docs/Web/CSS/position_value#interpolation\" title=\"Values of the <position> data type are interpolated independently for the abscissa and ordinate. As the speed is defined by the same <easing-function> for both, the point will move following a line.\">position</a>",
1211
+ "fr": "une <a href=\"/fr/docs/Web/CSS/position_value#interpolation\" title=\"Les valeurs de type <position> sont interpolées indépendamment pour les abscisses et pour les ordonnées. La vitesse est définie par la même <easing-function>, le point se déplacera donc suivant une ligne.\">position</a>",
1212
+ "ja": "<a href=\"/en-US/docs/Web/CSS/position_value#interpolation\" title=\"<position> データ型の値は、横軸と縦軸に対して個別に補間されます。速度は両方とも同じ <easing-function> で定義されているので、点は線に沿って移動します。\">position</a>",
1216
1213
  "ru": "<a href=\"/ru/docs/Web/CSS/position_value#interpolation\" title=\"Значении типа данных <позиция> интерполизуются независимо как абсцисса или ордината. Скорость определяется по одной <временной функции> для обоих координат, точка будет двигаться следуя линии.\">позиция</a>"
1217
1214
  },
1218
1215
  "positionedElements": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdn-data",
3
- "version": "2.3.1",
3
+ "version": "2.3.3",
4
4
  "description": "Open Web data by the Mozilla Developer Network",
5
5
  "main": "index.js",
6
6
  "files": [