mdn-data 2.25.0 → 2.27.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.
@@ -21,6 +21,7 @@
21
21
  "byComputedValue",
22
22
  "byComputedValueType",
23
23
  "byComputedValueTypeNormalAnimatesAsObliqueZeroDeg",
24
+ "byDynamicRangeLimitMix",
24
25
  "color",
25
26
  "discrete",
26
27
  "discreteButVisibleForDurationWhenAnimatedHidden",
@@ -39,6 +40,7 @@
39
40
  "shadowList",
40
41
  "simpleListOfLpc",
41
42
  "simpleListOfLpcDifferenceLpc",
43
+ "superellipseInterpolation",
42
44
  "transform",
43
45
  "visibility"
44
46
  ]
@@ -138,10 +140,13 @@
138
140
  "asSpecifiedWithVarsSubstituted",
139
141
  "autoOnAbsolutelyPositionedElementsValueOfAlignItemsOnParent",
140
142
  "autoOrRectangle",
143
+ "autoOrAbsoluteLength",
141
144
  "colorPlusThreeAbsoluteLengths",
142
145
  "computedColor",
146
+ "computedValueForDynamicRangeLimit",
143
147
  "consistsOfTwoDimensionKeywords",
144
148
  "consistsOfTwoKeywordsForOriginAndOffsets",
149
+ "correspondingSuperellipse",
145
150
  "forLengthAbsoluteValueOtherwisePercentage",
146
151
  "autoForTranslucentColorRGBAOtherwiseRGB",
147
152
  "keywordOrNumericalValueBolderLighterTransformedToRealValue",
@@ -158,6 +163,7 @@
158
163
  "noneOrOrderedListOfIdentifiers",
159
164
  "normalizedAngle",
160
165
  "normalOnElementsForPseudosNoneAbsoluteURIStringOrAsSpecified",
166
+ "normalOrComputedTime",
161
167
  "oneToFourPercentagesOrAbsoluteLengthsPlusFill",
162
168
  "optimumValueOfAbsoluteLengthOrNormal",
163
169
  "percentage",
@@ -169,6 +175,7 @@
169
175
  "sameAsMaxWidthAndMaxHeight",
170
176
  "sameAsMinWidthAndMinHeight",
171
177
  "sameAsWidthAndHeight",
178
+ "specifiedInteger",
172
179
  "specifiedIntegerOrAbsoluteLength",
173
180
  "specifiedKeywordOrComputedFunction",
174
181
  "specifiedValue",
@@ -254,6 +261,7 @@
254
261
  "inlineBoxesAndBlockContainers",
255
262
  "inFlowChildrenOfBoxElements",
256
263
  "inlineLevelAndTableCellElements",
264
+ "inlineLevelBoxes",
257
265
  "inlineLevelBoxesAndSVGTextContentElements",
258
266
  "inlineLevelBoxesFlexItemsGridItemsTableCellsAndSVGTextContentElements",
259
267
  "limitedSVGElements",
@@ -296,6 +304,7 @@
296
304
  "textAndBlockContainers",
297
305
  "textAndSVGShapes",
298
306
  "textElements",
307
+ "textOrElementsThatAcceptInput",
299
308
  "textFields",
300
309
  "transformableElements"
301
310
  ]
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"
@@ -251,6 +251,9 @@
251
251
  "coord-box": {
252
252
  "syntax": "<paint-box> | view-box"
253
253
  },
254
+ "corner-shape-value": {
255
+ "syntax": "round | scoop | bevel | notch | square | squircle | <superellipse()>"
256
+ },
254
257
  "cos()": {
255
258
  "syntax": "cos( <calc-sum> )"
256
259
  },
@@ -323,6 +326,9 @@
323
326
  "drop-shadow()": {
324
327
  "syntax": "drop-shadow( [ <color>? && <length>{2,3} ] )"
325
328
  },
329
+ "dynamic-range-limit-mix()": {
330
+ "syntax": "dynamic-range-limit-mix( [ <'dynamic-range-limit'> && <percentage [0,100]> ]#{2,} )"
331
+ },
326
332
  "easing-function": {
327
333
  "syntax": "<linear-easing-function> | <cubic-bezier-easing-function> | <step-easing-function>"
328
334
  },
@@ -750,7 +756,7 @@
750
756
  "syntax": "pow( <calc-sum>, <calc-sum> )"
751
757
  },
752
758
  "predefined-rgb": {
753
- "syntax": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020"
759
+ "syntax": "srgb | srgb-linear | display-p3 | display-p3-linear | a98-rgb | prophoto-rgb | rec2020"
754
760
  },
755
761
  "predefined-rgb-params": {
756
762
  "syntax": "<predefined-rgb> [ <number> | <percentage> | none ]{3}"
@@ -798,7 +804,7 @@
798
804
  "syntax": "rect( [ <length-percentage> | auto ]{4} [ round <'border-radius'> ]? )"
799
805
  },
800
806
  "rectangular-color-space": {
801
- "syntax": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | xyz | xyz-d50 | xyz-d65"
807
+ "syntax": "srgb | srgb-linear | display-p3 | display-p3-linear | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | xyz | xyz-d50 | xyz-d65"
802
808
  },
803
809
  "relative-selector": {
804
810
  "syntax": "<combinator>? <complex-selector>"
@@ -891,7 +897,7 @@
891
897
  "syntax": "( <scroll-state-query> ) | ( <scroll-state-feature> ) | <general-enclosed>"
892
898
  },
893
899
  "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> "
900
+ "syntax": "not <scroll-state-in-parens> | <scroll-state-in-parens> [ [ and <scroll-state-in-parens> ]* | [ or <scroll-state-in-parens> ]* ] | <scroll-state-feature>"
895
901
  },
896
902
  "selector-list": {
897
903
  "syntax": "<complex-selector-list>"
@@ -990,11 +996,14 @@
990
996
  "syntax": "( <style-query> ) | ( <style-feature> ) | <general-enclosed>"
991
997
  },
992
998
  "style-query": {
993
- "syntax": "not <style-in-parens> | <style-in-parens> [ [ and <style-in-parens> ]* | [ or <style-in-parens> ]* ] | <style-feature> "
999
+ "syntax": "not <style-in-parens> | <style-in-parens> [ [ and <style-in-parens> ]* | [ or <style-in-parens> ]* ] | <style-feature>"
994
1000
  },
995
1001
  "subclass-selector": {
996
1002
  "syntax": "<id-selector> | <class-selector> | <attribute-selector> | <pseudo-class-selector>"
997
1003
  },
1004
+ "superellipse()": {
1005
+ "syntax": "superellipse(<number> | infinity | -infinity)"
1006
+ },
998
1007
  "supports-condition": {
999
1008
  "syntax": "not <supports-in-parens> | <supports-in-parens> [ and <supports-in-parens> ]* | <supports-in-parens> [ or <supports-in-parens> ]*"
1000
1009
  },