mdn-data 2.18.0 → 2.20.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.
@@ -1720,6 +1720,22 @@
1720
1720
  "order": "uniqueOrder",
1721
1721
  "status": "nonstandard"
1722
1722
  },
1723
+ "alignment-baseline": {
1724
+ "syntax": "baseline | alphabetic | ideographic | middle | central | mathematical | text-before-edge | text-after-edge",
1725
+ "media": "none",
1726
+ "inherited": false,
1727
+ "animationType": "discrete",
1728
+ "percentages": "no",
1729
+ "groups": [
1730
+ "CSS Inline"
1731
+ ],
1732
+ "initial": "baseline",
1733
+ "appliesto": "inlineLevelBoxesFlexItemsGridItemsTableCellsAndSVGTextContentElements",
1734
+ "computed": "theSpecifiedKeyword",
1735
+ "order": "perGrammar",
1736
+ "status": "standard",
1737
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/alignment-baseline"
1738
+ },
1723
1739
  "all": {
1724
1740
  "syntax": "initial | inherit | unset | revert | revert-layer",
1725
1741
  "media": "noPracticalMedia",
@@ -2368,6 +2384,21 @@
2368
2384
  "status": "standard",
2369
2385
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/background-size"
2370
2386
  },
2387
+ "baseline-shift": {
2388
+ "syntax": "<length-percentage> | sub | super | baseline",
2389
+ "media": "none",
2390
+ "inherited": false,
2391
+ "animationType": "byComputedValueType",
2392
+ "percentages": "referTtoTheUsedValueOfLineHeight",
2393
+ "groups": [
2394
+ "CSS Inline"
2395
+ ],
2396
+ "initial": "0",
2397
+ "appliesto": "inlineLevelBoxesAndSVGTextContentElements",
2398
+ "computed": "theSpecifiedKeywordOrAComputedLengthPercentageValue",
2399
+ "order": "perGrammar",
2400
+ "status": "standard"
2401
+ },
2371
2402
  "block-size": {
2372
2403
  "syntax": "<'width'>",
2373
2404
  "media": "visual",
@@ -3680,7 +3711,7 @@
3680
3711
  "animationType": "lpc",
3681
3712
  "percentages": "referToContainingBlockHeight",
3682
3713
  "groups": [
3683
- "CSS Positioning"
3714
+ "CSS Positioned Layout"
3684
3715
  ],
3685
3716
  "initial": "auto",
3686
3717
  "appliesto": "positionedElements",
@@ -4002,7 +4033,7 @@
4002
4033
  "animationType": "discrete",
4003
4034
  "percentages": "no",
4004
4035
  "groups": [
4005
- "CSS Positioning"
4036
+ "CSS Positioned Layout"
4006
4037
  ],
4007
4038
  "initial": "none",
4008
4039
  "appliesto": "blockLevelElements",
@@ -4445,7 +4476,7 @@
4445
4476
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/container-name"
4446
4477
  },
4447
4478
  "container-type": {
4448
- "syntax": "normal | size | inline-size",
4479
+ "syntax": "normal | [ [ size | inline-size ] || scroll-state ]",
4449
4480
  "media": "visual",
4450
4481
  "inherited": false,
4451
4482
  "animationType": "color",
@@ -4892,7 +4923,7 @@
4892
4923
  "animationType": "discrete",
4893
4924
  "percentages": "no",
4894
4925
  "groups": [
4895
- "CSS Positioning"
4926
+ "CSS Positioned Layout"
4896
4927
  ],
4897
4928
  "initial": "none",
4898
4929
  "appliesto": "allElementsNoEffectIfDisplayNone",
@@ -5108,18 +5139,18 @@
5108
5139
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-palette"
5109
5140
  },
5110
5141
  "font-size": {
5111
- "syntax": "<absolute-size> | <relative-size> | <length-percentage>",
5142
+ "syntax": "<absolute-size> | <relative-size> | <length-percentage [0,∞]> | math",
5112
5143
  "media": "visual",
5113
5144
  "inherited": true,
5114
- "animationType": "length",
5145
+ "animationType": "byComputedValueType",
5115
5146
  "percentages": "referToParentElementsFontSize",
5116
5147
  "groups": [
5117
5148
  "CSS Fonts"
5118
5149
  ],
5119
5150
  "initial": "medium",
5120
5151
  "appliesto": "allElementsAndText",
5121
- "computed": "asSpecifiedRelativeToAbsoluteLengths",
5122
- "order": "uniqueOrder",
5152
+ "computed": "absoluteLength",
5153
+ "order": "perGrammar",
5123
5154
  "alsoAppliesTo": [
5124
5155
  "::first-letter",
5125
5156
  "::first-line",
@@ -5183,7 +5214,7 @@
5183
5214
  "::first-line",
5184
5215
  "::placeholder"
5185
5216
  ],
5186
- "status": "standard",
5217
+ "status": "obsolete",
5187
5218
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-stretch"
5188
5219
  },
5189
5220
  "font-style": {
@@ -6132,7 +6163,8 @@
6132
6163
  "animationType": "lpc",
6133
6164
  "percentages": "logicalHeightOrWidthOfContainingBlock",
6134
6165
  "groups": [
6135
- "CSS Logical Properties and Values"
6166
+ "CSS Logical Properties and Values",
6167
+ "CSS Positioned Layout"
6136
6168
  ],
6137
6169
  "initial": [
6138
6170
  "top",
@@ -6158,7 +6190,8 @@
6158
6190
  "animationType": "lpc",
6159
6191
  "percentages": "logicalHeightOfContainingBlock",
6160
6192
  "groups": [
6161
- "CSS Logical Properties and Values"
6193
+ "CSS Logical Properties and Values",
6194
+ "CSS Positioned Layout"
6162
6195
  ],
6163
6196
  "initial": [
6164
6197
  "inset-block-start",
@@ -6180,7 +6213,8 @@
6180
6213
  "animationType": "lpc",
6181
6214
  "percentages": "logicalHeightOfContainingBlock",
6182
6215
  "groups": [
6183
- "CSS Logical Properties and Values"
6216
+ "CSS Logical Properties and Values",
6217
+ "CSS Positioned Layout"
6184
6218
  ],
6185
6219
  "initial": "auto",
6186
6220
  "appliesto": "positionedElements",
@@ -6196,7 +6230,8 @@
6196
6230
  "animationType": "lpc",
6197
6231
  "percentages": "logicalHeightOfContainingBlock",
6198
6232
  "groups": [
6199
- "CSS Logical Properties and Values"
6233
+ "CSS Logical Properties and Values",
6234
+ "CSS Positioned Layout"
6200
6235
  ],
6201
6236
  "initial": "auto",
6202
6237
  "appliesto": "positionedElements",
@@ -6212,7 +6247,8 @@
6212
6247
  "animationType": "lpc",
6213
6248
  "percentages": "logicalWidthOfContainingBlock",
6214
6249
  "groups": [
6215
- "CSS Logical Properties and Values"
6250
+ "CSS Logical Properties and Values",
6251
+ "CSS Positioned Layout"
6216
6252
  ],
6217
6253
  "initial": [
6218
6254
  "inset-inline-start",
@@ -6234,7 +6270,8 @@
6234
6270
  "animationType": "lpc",
6235
6271
  "percentages": "logicalWidthOfContainingBlock",
6236
6272
  "groups": [
6237
- "CSS Logical Properties and Values"
6273
+ "CSS Logical Properties and Values",
6274
+ "CSS Positioned Layout"
6238
6275
  ],
6239
6276
  "initial": "auto",
6240
6277
  "appliesto": "positionedElements",
@@ -6250,7 +6287,8 @@
6250
6287
  "animationType": "lpc",
6251
6288
  "percentages": "logicalWidthOfContainingBlock",
6252
6289
  "groups": [
6253
- "CSS Logical Properties and Values"
6290
+ "CSS Logical Properties and Values",
6291
+ "CSS Positioned Layout"
6254
6292
  ],
6255
6293
  "initial": "auto",
6256
6294
  "appliesto": "positionedElements",
@@ -6266,7 +6304,7 @@
6266
6304
  "animationType": "notAnimatable",
6267
6305
  "percentages": "no",
6268
6306
  "groups": [
6269
- "CSS Units"
6307
+ "CSS Values and Units"
6270
6308
  ],
6271
6309
  "initial": "numeric-only",
6272
6310
  "appliesto": "allElements",
@@ -6362,7 +6400,7 @@
6362
6400
  "animationType": "lpc",
6363
6401
  "percentages": "referToWidthOfContainingBlock",
6364
6402
  "groups": [
6365
- "CSS Positioning"
6403
+ "CSS Positioned Layout"
6366
6404
  ],
6367
6405
  "initial": "auto",
6368
6406
  "appliesto": "positionedElements",
@@ -7435,6 +7473,21 @@
7435
7473
  "status": "standard",
7436
7474
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/object-position"
7437
7475
  },
7476
+ "object-view-box": {
7477
+ "syntax": "none | <basic-shape-rect>",
7478
+ "media": "visual",
7479
+ "inherited": false,
7480
+ "animationType": "asIfPossibleOtherwiseDiscrete",
7481
+ "percentages": "no",
7482
+ "groups": [
7483
+ "CSS Images"
7484
+ ],
7485
+ "initial": "none",
7486
+ "appliesto": "replacedElements",
7487
+ "computed": "specifiedKeywordOrComputedFunction",
7488
+ "order": "perGrammar",
7489
+ "status": "experimental"
7490
+ },
7438
7491
  "offset": {
7439
7492
  "syntax": "[ <'offset-position'>? [ <'offset-path'> [ <'offset-distance'> || <'offset-rotate'> ]? ]? ]! [ / <'offset-anchor'> ]?",
7440
7493
  "media": "visual",
@@ -7866,7 +7919,7 @@
7866
7919
  "animationType": "discreteButVisibleForDurationWhenAnimatedNone",
7867
7920
  "percentages": "no",
7868
7921
  "groups": [
7869
- "CSS Positioning"
7922
+ "CSS Positioned Layout"
7870
7923
  ],
7871
7924
  "initial": "none",
7872
7925
  "appliesto": "allElements",
@@ -8387,7 +8440,7 @@
8387
8440
  "animationType": "discrete",
8388
8441
  "percentages": "no",
8389
8442
  "groups": [
8390
- "CSS Positioning"
8443
+ "CSS Positioned Layout"
8391
8444
  ],
8392
8445
  "initial": "static",
8393
8446
  "appliesto": "allElements",
@@ -8576,7 +8629,7 @@
8576
8629
  "animationType": "lpc",
8577
8630
  "percentages": "referToWidthOfContainingBlock",
8578
8631
  "groups": [
8579
- "CSS Positioning"
8632
+ "CSS Positioned Layout"
8580
8633
  ],
8581
8634
  "initial": "auto",
8582
8635
  "appliesto": "positionedElements",
@@ -8730,6 +8783,21 @@
8730
8783
  "status": "standard",
8731
8784
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/scroll-behavior"
8732
8785
  },
8786
+ "scroll-initial-target": {
8787
+ "syntax": "none | nearest",
8788
+ "media": "noPracticalMedia",
8789
+ "inherited": false,
8790
+ "animationType": "notAnimatable",
8791
+ "percentages": "no",
8792
+ "groups": [
8793
+ "CSS Scroll Snap"
8794
+ ],
8795
+ "initial": "none",
8796
+ "appliesto": "allElements",
8797
+ "computed": "theSpecifiedKeyword",
8798
+ "order": "perGrammar",
8799
+ "status": "experimental"
8800
+ },
8733
8801
  "scroll-margin": {
8734
8802
  "syntax": "<length>{1,4}",
8735
8803
  "media": "visual",
@@ -10267,7 +10335,7 @@
10267
10335
  "animationType": "lpc",
10268
10336
  "percentages": "referToContainingBlockHeight",
10269
10337
  "groups": [
10270
- "CSS Positioning"
10338
+ "CSS Positioned Layout"
10271
10339
  ],
10272
10340
  "initial": "auto",
10273
10341
  "appliesto": "positionedElements",
@@ -10553,7 +10621,7 @@
10553
10621
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/vertical-align"
10554
10622
  },
10555
10623
  "view-timeline": {
10556
- "syntax": "[ <'view-timeline-name'> <'view-timeline-axis'>? ]#",
10624
+ "syntax": "[ <'view-timeline-name'> [ <'view-timeline-axis'> || <'view-timeline-inset'> ]? ]#",
10557
10625
  "media": "visual",
10558
10626
  "inherited": false,
10559
10627
  "animationType": [
@@ -10610,7 +10678,7 @@
10610
10678
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/view-timeline-inset"
10611
10679
  },
10612
10680
  "view-timeline-name": {
10613
- "syntax": "none | <dashed-ident>#",
10681
+ "syntax": "[ none | <dashed-ident> ]#",
10614
10682
  "media": "interactive",
10615
10683
  "inherited": false,
10616
10684
  "animationType": "notAnimatable",
@@ -10861,7 +10929,7 @@
10861
10929
  "animationType": "integer",
10862
10930
  "percentages": "no",
10863
10931
  "groups": [
10864
- "CSS Positioning"
10932
+ "CSS Positioned Layout"
10865
10933
  ],
10866
10934
  "initial": "auto",
10867
10935
  "appliesto": "positionedElements",
@@ -16,6 +16,7 @@
16
16
  "enum": [
17
17
  "angleBasicShapeOrPath",
18
18
  "angleOrBasicShapeOrPath",
19
+ "asIfPossibleOtherwiseDiscrete",
19
20
  "basicShapeOtherwiseNo",
20
21
  "byComputedValue",
21
22
  "byComputedValueType",
@@ -80,6 +81,7 @@
80
81
  "referToSVGViewportSize",
81
82
  "referToSVGViewportWidth",
82
83
  "referToSVGViewportDiagonal",
84
+ "referTtoTheUsedValueOfLineHeight",
83
85
  "referToTotalPathLength",
84
86
  "referToWidthAndHeightOfElement",
85
87
  "referToWidthOfAffectedGlyph",
@@ -169,12 +171,14 @@
169
171
  "sameAsMinWidthAndMinHeight",
170
172
  "sameAsWidthAndHeight",
171
173
  "specifiedIntegerOrAbsoluteLength",
174
+ "specifiedKeywordOrComputedFunction",
172
175
  "specifiedValue",
173
176
  "specifiedValueClipped0To1",
174
177
  "specifiedValueNumberClipped0To1",
175
178
  "theComputedLengthAndVisualBox",
176
179
  "theKeywordListStyleImageNoneOrComputedValue",
177
180
  "theSpecifiedKeyword",
181
+ "theSpecifiedKeywordOrAComputedLengthPercentageValue",
178
182
  "translucentValuesRGBAOtherwiseRGB",
179
183
  "twoAbsoluteLengthOrPercentages",
180
184
  "twoAbsoluteLengths"
@@ -248,9 +252,11 @@
248
252
  "iframeElements",
249
253
  "images",
250
254
  "inFlowBlockLevelElements",
251
- "inFlowChildrenOfBoxElements",
252
255
  "inlineBoxesAndBlockContainers",
256
+ "inFlowChildrenOfBoxElements",
253
257
  "inlineLevelAndTableCellElements",
258
+ "inlineLevelBoxesAndSVGTextContentElements",
259
+ "inlineLevelBoxesFlexItemsGridItemsTableCellsAndSVGTextContentElements",
254
260
  "limitedSVGElements",
255
261
  "limitedSVGElementsCircle",
256
262
  "limitedSVGElementsEllipse",
@@ -569,6 +569,15 @@
569
569
  "status": "standard",
570
570
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:only-of-type"
571
571
  },
572
+ ":open": {
573
+ "syntax": ":open",
574
+ "groups": [
575
+ "Pseudo-classes",
576
+ "Selectors"
577
+ ],
578
+ "status": "standard",
579
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:open"
580
+ },
572
581
  ":optional": {
573
582
  "syntax": ":optional",
574
583
  "groups": [
@@ -1039,7 +1048,8 @@
1039
1048
  "syntax": "::backdrop",
1040
1049
  "groups": [
1041
1050
  "Pseudo-elements",
1042
- "Selectors"
1051
+ "Selectors",
1052
+ "CSS Positioned Layout"
1043
1053
  ],
1044
1054
  "status": "standard",
1045
1055
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::backdrop"
@@ -1053,6 +1063,14 @@
1053
1063
  "status": "standard",
1054
1064
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::before"
1055
1065
  },
1066
+ "::checkmark": {
1067
+ "syntax": "::checkmark",
1068
+ "groups": [
1069
+ "CSS Form Control Styling"
1070
+ ],
1071
+ "status": "standard",
1072
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::checkmark"
1073
+ },
1056
1074
  "::cue": {
1057
1075
  "syntax": "::cue",
1058
1076
  "groups": [
@@ -1077,7 +1095,7 @@
1077
1095
  "Pseudo-elements",
1078
1096
  "Selectors"
1079
1097
  ],
1080
- "status": "standard"
1098
+ "status": "experimental"
1081
1099
  },
1082
1100
  "::cue-region()": {
1083
1101
  "syntax": "::cue-region( <selector> )",
@@ -1085,7 +1103,7 @@
1085
1103
  "Pseudo-elements",
1086
1104
  "Selectors"
1087
1105
  ],
1088
- "status": "standard"
1106
+ "status": "experimental"
1089
1107
  },
1090
1108
  "::details-content": {
1091
1109
  "syntax": "::details-content",
@@ -1093,7 +1111,7 @@
1093
1111
  "Pseudo-elements",
1094
1112
  "Selectors"
1095
1113
  ],
1096
- "status": "experimental",
1114
+ "status": "standard",
1097
1115
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::details-content"
1098
1116
  },
1099
1117
  "::file-selector-button": {
@@ -1161,6 +1179,22 @@
1161
1179
  "status": "standard",
1162
1180
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::part"
1163
1181
  },
1182
+ "::picker-icon": {
1183
+ "syntax": "::picker-icon",
1184
+ "groups": [
1185
+ "CSS Form Control Styling"
1186
+ ],
1187
+ "status": "standard",
1188
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::picker-icon"
1189
+ },
1190
+ "::picker()": {
1191
+ "syntax": "::picker( <form-control-identifier>+ )",
1192
+ "groups": [
1193
+ "CSS Form Control Styling"
1194
+ ],
1195
+ "status": "standard",
1196
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::picker"
1197
+ },
1164
1198
  "::placeholder": {
1165
1199
  "syntax": "::placeholder",
1166
1200
  "groups": [