mdn-data 2.0.3 → 2.0.4

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.
@@ -43,6 +43,7 @@
43
43
  "CSS Scroll Anchoring",
44
44
  "CSS Scrollbars",
45
45
  "CSS Scroll Snap",
46
+ "CSS Shadow Parts",
46
47
  "CSS Shapes",
47
48
  "CSS Speech",
48
49
  "CSS Table",
@@ -4119,6 +4119,22 @@
4119
4119
  "status": "standard",
4120
4120
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/counter-reset"
4121
4121
  },
4122
+ "counter-set": {
4123
+ "syntax": "[ <custom-ident> <integer>? ]+ | none",
4124
+ "media": "all",
4125
+ "inherited": false,
4126
+ "animationType": "discrete",
4127
+ "percentages": "no",
4128
+ "groups": [
4129
+ "CSS Counter Styles"
4130
+ ],
4131
+ "initial": "none",
4132
+ "appliesto": "allElements",
4133
+ "computed": "asSpecified",
4134
+ "order": "uniqueOrder",
4135
+ "status": "standard",
4136
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/counter-set"
4137
+ },
4122
4138
  "cursor": {
4123
4139
  "syntax": "[ [ <url> [ <x> <y> ]? , ]* [ auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out | grab | grabbing ] ]",
4124
4140
  "media": [
@@ -7451,7 +7467,7 @@
7451
7467
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-behavior"
7452
7468
  },
7453
7469
  "scroll-margin": {
7454
- "syntax": "[ auto | <length> ]{1,4}",
7470
+ "syntax": "<length>{1,4}",
7455
7471
  "media": "visual",
7456
7472
  "inherited": false,
7457
7473
  "animationType": "byComputedValueType",
@@ -7467,7 +7483,7 @@
7467
7483
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin"
7468
7484
  },
7469
7485
  "scroll-margin-block": {
7470
- "syntax": "[ auto | <length> ]{1,2}",
7486
+ "syntax": "<length>{1,2}",
7471
7487
  "media": "visual",
7472
7488
  "inherited": false,
7473
7489
  "animationType": "byComputedValueType",
@@ -7483,7 +7499,7 @@
7483
7499
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block"
7484
7500
  },
7485
7501
  "scroll-margin-block-start": {
7486
- "syntax": "auto | <length> ",
7502
+ "syntax": "<length>",
7487
7503
  "media": "visual",
7488
7504
  "inherited": false,
7489
7505
  "animationType": "byComputedValueType",
@@ -7499,7 +7515,7 @@
7499
7515
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-start"
7500
7516
  },
7501
7517
  "scroll-margin-block-end": {
7502
- "syntax": "auto | <length>",
7518
+ "syntax": "<length>",
7503
7519
  "media": "visual",
7504
7520
  "inherited": false,
7505
7521
  "animationType": "byComputedValueType",
@@ -7515,7 +7531,7 @@
7515
7531
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-end"
7516
7532
  },
7517
7533
  "scroll-margin-bottom": {
7518
- "syntax": "auto | <length>",
7534
+ "syntax": "<length>",
7519
7535
  "media": "visual",
7520
7536
  "inherited": false,
7521
7537
  "animationType": "byComputedValueType",
@@ -7531,7 +7547,7 @@
7531
7547
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-bottom"
7532
7548
  },
7533
7549
  "scroll-margin-inline": {
7534
- "syntax": "[auto | <length> ]{1,2}",
7550
+ "syntax": "<length>{1,2}",
7535
7551
  "media": "visual",
7536
7552
  "inherited": false,
7537
7553
  "animationType": "byComputedValueType",
@@ -7547,7 +7563,7 @@
7547
7563
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline"
7548
7564
  },
7549
7565
  "scroll-margin-inline-start": {
7550
- "syntax": "auto | <length>",
7566
+ "syntax": "<length>",
7551
7567
  "media": "visual",
7552
7568
  "inherited": false,
7553
7569
  "animationType": "byComputedValueType",
@@ -7563,7 +7579,7 @@
7563
7579
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-start"
7564
7580
  },
7565
7581
  "scroll-margin-inline-end": {
7566
- "syntax": "auto | <length>",
7582
+ "syntax": "<length>",
7567
7583
  "media": "visual",
7568
7584
  "inherited": false,
7569
7585
  "animationType": "byComputedValueType",
@@ -7579,7 +7595,7 @@
7579
7595
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline-end"
7580
7596
  },
7581
7597
  "scroll-margin-left": {
7582
- "syntax": "auto | <length>",
7598
+ "syntax": "<length>",
7583
7599
  "media": "visual",
7584
7600
  "inherited": false,
7585
7601
  "animationType": "byComputedValueType",
@@ -7595,7 +7611,7 @@
7595
7611
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-left"
7596
7612
  },
7597
7613
  "scroll-margin-right": {
7598
- "syntax": "auto | <length>",
7614
+ "syntax": "<length>",
7599
7615
  "media": "visual",
7600
7616
  "inherited": false,
7601
7617
  "animationType": "byComputedValueType",
@@ -7611,7 +7627,7 @@
7611
7627
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-right"
7612
7628
  },
7613
7629
  "scroll-margin-top": {
7614
- "syntax": "auto | <length>",
7630
+ "syntax": "<length>",
7615
7631
  "media": "visual",
7616
7632
  "inherited": false,
7617
7633
  "animationType": "byComputedValueType",
@@ -7627,7 +7643,7 @@
7627
7643
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-margin-top"
7628
7644
  },
7629
7645
  "scroll-padding": {
7630
- "syntax": "[ auto | <length> | <percentage> ]{1,4}",
7646
+ "syntax": "[ auto | <length-percentage> ]{1,4}",
7631
7647
  "media": "visual",
7632
7648
  "inherited": false,
7633
7649
  "animationType": "byComputedValueType",
@@ -7643,7 +7659,7 @@
7643
7659
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding"
7644
7660
  },
7645
7661
  "scroll-padding-block": {
7646
- "syntax": "[auto | <length> | <percentage> ]{1,2}",
7662
+ "syntax": "[ auto | <length-percentage> ]{1,2}",
7647
7663
  "media": "visual",
7648
7664
  "inherited": false,
7649
7665
  "animationType": "byComputedValueType",
@@ -7659,7 +7675,7 @@
7659
7675
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block"
7660
7676
  },
7661
7677
  "scroll-padding-block-start": {
7662
- "syntax": "auto | <length> | <percentage>",
7678
+ "syntax": "auto | <length-percentage>",
7663
7679
  "media": "visual",
7664
7680
  "inherited": false,
7665
7681
  "animationType": "byComputedValueType",
@@ -7675,7 +7691,7 @@
7675
7691
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-start"
7676
7692
  },
7677
7693
  "scroll-padding-block-end": {
7678
- "syntax": "auto | <length> | <percentage>",
7694
+ "syntax": "auto | <length-percentage>",
7679
7695
  "media": "visual",
7680
7696
  "inherited": false,
7681
7697
  "animationType": "byComputedValueType",
@@ -7691,7 +7707,7 @@
7691
7707
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block-end"
7692
7708
  },
7693
7709
  "scroll-padding-bottom": {
7694
- "syntax": "auto | <length> | <percentage>",
7710
+ "syntax": "auto | <length-percentage>",
7695
7711
  "media": "visual",
7696
7712
  "inherited": false,
7697
7713
  "animationType": "byComputedValueType",
@@ -7707,7 +7723,7 @@
7707
7723
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-bottom"
7708
7724
  },
7709
7725
  "scroll-padding-inline": {
7710
- "syntax": "[auto | <length> | <percentage> ]{1,2}",
7726
+ "syntax": "[ auto | <length-percentage> ]{1,2}",
7711
7727
  "media": "visual",
7712
7728
  "inherited": false,
7713
7729
  "animationType": "byComputedValueType",
@@ -7723,7 +7739,7 @@
7723
7739
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline"
7724
7740
  },
7725
7741
  "scroll-padding-inline-start": {
7726
- "syntax": "auto | <length> | <percentage>",
7742
+ "syntax": "auto | <length-percentage>",
7727
7743
  "media": "visual",
7728
7744
  "inherited": false,
7729
7745
  "animationType": "byComputedValueType",
@@ -7739,7 +7755,7 @@
7739
7755
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-start"
7740
7756
  },
7741
7757
  "scroll-padding-inline-end": {
7742
- "syntax": "auto | <length> | <percentage>",
7758
+ "syntax": "auto | <length-percentage>",
7743
7759
  "media": "visual",
7744
7760
  "inherited": false,
7745
7761
  "animationType": "byComputedValueType",
@@ -7755,7 +7771,7 @@
7755
7771
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline-end"
7756
7772
  },
7757
7773
  "scroll-padding-left": {
7758
- "syntax": "auto | <length> | <percentage>",
7774
+ "syntax": "auto | <length-percentage>",
7759
7775
  "media": "visual",
7760
7776
  "inherited": false,
7761
7777
  "animationType": "byComputedValueType",
@@ -7771,7 +7787,7 @@
7771
7787
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-left"
7772
7788
  },
7773
7789
  "scroll-padding-right": {
7774
- "syntax": "auto | <length> | <percentage>",
7790
+ "syntax": "auto | <length-percentage>",
7775
7791
  "media": "visual",
7776
7792
  "inherited": false,
7777
7793
  "animationType": "byComputedValueType",
@@ -7787,7 +7803,7 @@
7787
7803
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-padding-right"
7788
7804
  },
7789
7805
  "scroll-padding-top": {
7790
- "syntax": "auto | <length> | <percentage>",
7806
+ "syntax": "auto | <length-percentage>",
7791
7807
  "media": "visual",
7792
7808
  "inherited": false,
7793
7809
  "animationType": "byComputedValueType",
@@ -7899,7 +7915,7 @@
7899
7915
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-snap-stop"
7900
7916
  },
7901
7917
  "scroll-snap-type": {
7902
- "syntax": "none | [ x | y | block | inline | both ] [ mandatory | proximity ]",
7918
+ "syntax": "none | [ x | y | block | inline | both ] [ mandatory | proximity ]?",
7903
7919
  "media": "interactive",
7904
7920
  "inherited": false,
7905
7921
  "animationType": "discrete",
@@ -834,6 +834,15 @@
834
834
  "status": "experimental",
835
835
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::grammar-error"
836
836
  },
837
+ "::marker": {
838
+ "syntax": "::marker",
839
+ "groups": [
840
+ "Pseudo-elements",
841
+ "Selectors"
842
+ ],
843
+ "status": "standard",
844
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::marker"
845
+ },
837
846
  "::part": {
838
847
  "syntax": "::part( <ident>+ )",
839
848
  "groups": [
package/css/syntaxes.json CHANGED
@@ -393,7 +393,7 @@
393
393
  "syntax": "<length-percentage>"
394
394
  },
395
395
  "linear-color-stop": {
396
- "syntax": "<color> && <color-stop-length>"
396
+ "syntax": "<color> <color-stop-length>?"
397
397
  },
398
398
  "linear-gradient()": {
399
399
  "syntax": "linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )"
@@ -414,10 +414,10 @@
414
414
  "syntax": "alpha | luminance | match-source"
415
415
  },
416
416
  "matrix()": {
417
- "syntax": "matrix( <number> [, <number> ]{5,5} )"
417
+ "syntax": "matrix( <number>#{6} )"
418
418
  },
419
419
  "matrix3d()": {
420
- "syntax": "matrix3d( <number> [, <number> ]{15,15} )"
420
+ "syntax": "matrix3d( <number>#{16} )"
421
421
  },
422
422
  "max()": {
423
423
  "syntax": "max( <calc-sum># )"
@@ -570,25 +570,25 @@
570
570
  "syntax": "rgba( <percentage>{3} [ / <alpha-value> ]? ) | rgba( <number>{3} [ / <alpha-value> ]? ) | rgba( <percentage>#{3} , <alpha-value>? ) | rgba( <number>#{3} , <alpha-value>? )"
571
571
  },
572
572
  "rotate()": {
573
- "syntax": "rotate( <angle> )"
573
+ "syntax": "rotate( [ <angle> | <zero> ] )"
574
574
  },
575
575
  "rotate3d()": {
576
- "syntax": "rotate3d( <number> , <number> , <number> , <angle> )"
576
+ "syntax": "rotate3d( <number> , <number> , <number> , [ <angle> | <zero> ] )"
577
577
  },
578
578
  "rotateX()": {
579
- "syntax": "rotateX( <angle> )"
579
+ "syntax": "rotateX( [ <angle> | <zero> ] )"
580
580
  },
581
581
  "rotateY()": {
582
- "syntax": "rotateY( <angle> )"
582
+ "syntax": "rotateY( [ <angle> | <zero> ] )"
583
583
  },
584
584
  "rotateZ()": {
585
- "syntax": "rotateZ( <angle> )"
585
+ "syntax": "rotateZ( [ <angle> | <zero> ] )"
586
586
  },
587
587
  "saturate()": {
588
588
  "syntax": "saturate( <number-percentage> )"
589
589
  },
590
590
  "scale()": {
591
- "syntax": "scale( <number> [, <number> ]? )"
591
+ "syntax": "scale( <number> , <number>? )"
592
592
  },
593
593
  "scale3d()": {
594
594
  "syntax": "scale3d( <number> , <number> , <number> )"
@@ -609,13 +609,13 @@
609
609
  "syntax": "<length-percentage> | closest-side | farthest-side"
610
610
  },
611
611
  "skew()": {
612
- "syntax": "skew( <angle> [, <angle> ]? )"
612
+ "syntax": "skew( [ <angle> | <zero> ] , [ <angle> | <zero> ]? )"
613
613
  },
614
614
  "skewX()": {
615
- "syntax": "skewX( <angle> )"
615
+ "syntax": "skewX( [ <angle> | <zero> ] )"
616
616
  },
617
617
  "skewY()": {
618
- "syntax": "skewY( <angle> )"
618
+ "syntax": "skewY( [ <angle> | <zero> ] )"
619
619
  },
620
620
  "sepia()": {
621
621
  "syntax": "sepia( <number-percentage> )"
@@ -723,7 +723,7 @@
723
723
  "syntax": "<transform-function>+"
724
724
  },
725
725
  "translate()": {
726
- "syntax": "translate( <length-percentage> [, <length-percentage> ]? )"
726
+ "syntax": "translate( <length-percentage> , <length-percentage>? )"
727
727
  },
728
728
  "translate3d()": {
729
729
  "syntax": "translate3d( <length-percentage> , <length-percentage> , <length> )"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdn-data",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "Open Web data by the Mozilla Developer Network",
5
5
  "main": "index.js",
6
6
  "files": [