mdn-data 2.14.0 → 2.16.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 +72 -37
- package/css/at-rules.schema.json +4 -2
- package/css/definitions.json +17 -13
- package/css/functions.json +115 -90
- package/css/properties.json +280 -346
- package/css/properties.schema.json +3 -1
- package/css/selectors.json +253 -74
- package/css/selectors.schema.json +2 -1
- package/css/syntaxes.json +114 -39
- package/css/types.json +1 -10
- package/css/units.json +0 -1
- package/css/units.schema.json +2 -1
- package/l10n/css.json +9 -0
- package/package.json +1 -1
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
"percentages": {
|
|
48
48
|
"enum": [
|
|
49
49
|
"blockSizeOfContainingBlock",
|
|
50
|
+
"convertedToNumber",
|
|
50
51
|
"dependsOnLayoutModel",
|
|
51
52
|
"inlineSizeOfContainingBlock",
|
|
52
53
|
"lengthsAsPercentages",
|
|
@@ -126,6 +127,7 @@
|
|
|
126
127
|
"asSpecified",
|
|
127
128
|
"asSpecifiedAppliesToEachProperty",
|
|
128
129
|
"asSpecifiedButVisibleOrClipReplacedToAutoOrHiddenIfOtherValueDifferent",
|
|
130
|
+
"asSpecifiedButWithPercentageConvertedToTheEquivalentNumber",
|
|
129
131
|
"asSpecifiedExceptMatchParent",
|
|
130
132
|
"asSpecifiedExceptPositionedFloatingAndRootElementsKeywordMaybeDifferent",
|
|
131
133
|
"asSpecifiedRelativeToAbsoluteLengths",
|
|
@@ -167,6 +169,7 @@
|
|
|
167
169
|
"sameAsMinWidthAndMinHeight",
|
|
168
170
|
"sameAsWidthAndHeight",
|
|
169
171
|
"specifiedIntegerOrAbsoluteLength",
|
|
172
|
+
"specifiedValue",
|
|
170
173
|
"specifiedValueClipped0To1",
|
|
171
174
|
"specifiedValueNumberClipped0To1",
|
|
172
175
|
"theComputedLengthAndVisualBox",
|
|
@@ -282,7 +285,6 @@
|
|
|
282
285
|
"sameAsWidthAndHeight",
|
|
283
286
|
"scrollContainers",
|
|
284
287
|
"scrollingBoxes",
|
|
285
|
-
"sensitiveTextInputs",
|
|
286
288
|
"tableCaptionElements",
|
|
287
289
|
"tableCellElements",
|
|
288
290
|
"tableElements",
|