mdn-data 2.25.0 → 2.26.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.
package/css/at-rules.json CHANGED
@@ -431,7 +431,7 @@
431
431
  "status": "standard"
432
432
  },
433
433
  "page-orientation": {
434
- "syntax": "upright | rotate-left | rotate-right ",
434
+ "syntax": "upright | rotate-left | rotate-right",
435
435
  "media": [
436
436
  "visual",
437
437
  "paged"
@@ -2913,7 +2913,7 @@
2913
2913
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-image"
2914
2914
  },
2915
2915
  "border-image-outset": {
2916
- "syntax": "[ <length [0,∞]> | <number [0,∞]> ]{1,4} ",
2916
+ "syntax": "[ <length [0,∞]> | <number [0,∞]> ]{1,4}",
2917
2917
  "media": "visual",
2918
2918
  "inherited": false,
2919
2919
  "animationType": "byComputedValueType",
@@ -2951,7 +2951,7 @@
2951
2951
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-image-repeat"
2952
2952
  },
2953
2953
  "border-image-slice": {
2954
- "syntax": "[ <number [0,∞]> | <percentage [0,∞]> ]{1,4} && fill?",
2954
+ "syntax": "[ <number [0,∞]> | <percentage [0,∞]> ]{1,4} && fill?",
2955
2955
  "media": "visual",
2956
2956
  "inherited": false,
2957
2957
  "animationType": "byComputedValueType",
@@ -8461,7 +8461,7 @@
8461
8461
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position"
8462
8462
  },
8463
8463
  "position-anchor": {
8464
- "syntax": "auto | <anchor-name>",
8464
+ "syntax": "auto | none | <anchor-name>",
8465
8465
  "media": "visual",
8466
8466
  "inherited": false,
8467
8467
  "animationType": "discrete",
@@ -8469,7 +8469,7 @@
8469
8469
  "groups": [
8470
8470
  "CSS Anchor Positioning"
8471
8471
  ],
8472
- "initial": "auto",
8472
+ "initial": "none",
8473
8473
  "appliesto": "absolutelyPositionedElements",
8474
8474
  "computed": "asSpecified",
8475
8475
  "order": "perGrammar",
@@ -10024,7 +10024,7 @@
10024
10024
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-decoration-style"
10025
10025
  },
10026
10026
  "text-decoration-thickness": {
10027
- "syntax": "auto | from-font | <length> | <percentage> ",
10027
+ "syntax": "auto | from-font | <length> | <percentage>",
10028
10028
  "media": "visual",
10029
10029
  "inherited": false,
10030
10030
  "animationType": "byComputedValueType",
@@ -10276,7 +10276,7 @@
10276
10276
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-transform"
10277
10277
  },
10278
10278
  "text-underline-offset": {
10279
- "syntax": "auto | <length> | <percentage> ",
10279
+ "syntax": "auto | <length> | <percentage>",
10280
10280
  "media": "visual",
10281
10281
  "inherited": true,
10282
10282
  "animationType": "byComputedValueType",
@@ -10786,7 +10786,7 @@
10786
10786
  "syntax": "visible | hidden | collapse",
10787
10787
  "media": "visual",
10788
10788
  "inherited": true,
10789
- "animationType": "visibility",
10789
+ "animationType": "discrete",
10790
10790
  "percentages": "no",
10791
10791
  "groups": [
10792
10792
  "CSS Display",
package/css/syntaxes.json CHANGED
@@ -234,7 +234,7 @@
234
234
  "syntax": "space-between | space-around | space-evenly | stretch"
235
235
  },
236
236
  "content-list": {
237
- "syntax": "[ <string> | <image | <attr()> | <quote> | <counter> ]+ "
237
+ "syntax": "[ <string> | <image> | <attr()> | <quote> | <counter> ]+"
238
238
  },
239
239
  "content-position": {
240
240
  "syntax": "center | start | end | flex-start | flex-end"
@@ -750,7 +750,7 @@
750
750
  "syntax": "pow( <calc-sum>, <calc-sum> )"
751
751
  },
752
752
  "predefined-rgb": {
753
- "syntax": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020"
753
+ "syntax": "srgb | srgb-linear | display-p3 | display-p3-linear | a98-rgb | prophoto-rgb | rec2020"
754
754
  },
755
755
  "predefined-rgb-params": {
756
756
  "syntax": "<predefined-rgb> [ <number> | <percentage> | none ]{3}"
@@ -798,7 +798,7 @@
798
798
  "syntax": "rect( [ <length-percentage> | auto ]{4} [ round <'border-radius'> ]? )"
799
799
  },
800
800
  "rectangular-color-space": {
801
- "syntax": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | xyz | xyz-d50 | xyz-d65"
801
+ "syntax": "srgb | srgb-linear | display-p3 | display-p3-linear | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | xyz | xyz-d50 | xyz-d65"
802
802
  },
803
803
  "relative-selector": {
804
804
  "syntax": "<combinator>? <complex-selector>"
@@ -891,7 +891,7 @@
891
891
  "syntax": "( <scroll-state-query> ) | ( <scroll-state-feature> ) | <general-enclosed>"
892
892
  },
893
893
  "scroll-state-query": {
894
- "syntax": "not <scroll-state-in-parens> | <scroll-state-in-parens> [ [ and <scroll-state-in-parens> ]* | [ or <scroll-state-in-parens> ]* ] | <scroll-state-feature> "
894
+ "syntax": "not <scroll-state-in-parens> | <scroll-state-in-parens> [ [ and <scroll-state-in-parens> ]* | [ or <scroll-state-in-parens> ]* ] | <scroll-state-feature>"
895
895
  },
896
896
  "selector-list": {
897
897
  "syntax": "<complex-selector-list>"
@@ -990,7 +990,7 @@
990
990
  "syntax": "( <style-query> ) | ( <style-feature> ) | <general-enclosed>"
991
991
  },
992
992
  "style-query": {
993
- "syntax": "not <style-in-parens> | <style-in-parens> [ [ and <style-in-parens> ]* | [ or <style-in-parens> ]* ] | <style-feature> "
993
+ "syntax": "not <style-in-parens> | <style-in-parens> [ [ and <style-in-parens> ]* | [ or <style-in-parens> ]* ] | <style-feature>"
994
994
  },
995
995
  "subclass-selector": {
996
996
  "syntax": "<id-selector> | <class-selector> | <attribute-selector> | <pseudo-class-selector>"