mdn-data 2.13.0 → 2.15.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 +98 -71
- package/css/at-rules.schema.json +4 -2
- package/css/definitions.json +4 -6
- package/css/functions.json +273 -53
- package/css/properties.json +527 -572
- package/css/properties.schema.json +2 -1
- package/css/selectors.json +289 -138
- package/css/selectors.schema.json +2 -1
- package/css/syntaxes.json +155 -89
- package/css/types.json +11 -11
- package/css/units.schema.json +2 -1
- package/l10n/css.json +46 -40
- package/package.json +1 -1
|
@@ -171,6 +171,7 @@
|
|
|
171
171
|
"specifiedValueNumberClipped0To1",
|
|
172
172
|
"theComputedLengthAndVisualBox",
|
|
173
173
|
"theKeywordListStyleImageNoneOrComputedValue",
|
|
174
|
+
"theSpecifiedKeyword",
|
|
174
175
|
"translucentValuesRGBAOtherwiseRGB",
|
|
175
176
|
"twoAbsoluteLengthOrPercentages",
|
|
176
177
|
"twoAbsoluteLengths"
|
|
@@ -207,6 +208,7 @@
|
|
|
207
208
|
"beforeAndAfterPseudos",
|
|
208
209
|
"blockContainerElements",
|
|
209
210
|
"blockContainers",
|
|
211
|
+
"blockContainersAndInlineBoxes",
|
|
210
212
|
"blockContainersAndMultiColumnContainers",
|
|
211
213
|
"blockContainersExceptMultiColumnContainers",
|
|
212
214
|
"blockContainersExceptTableWrappers",
|
|
@@ -280,7 +282,6 @@
|
|
|
280
282
|
"sameAsWidthAndHeight",
|
|
281
283
|
"scrollContainers",
|
|
282
284
|
"scrollingBoxes",
|
|
283
|
-
"sensitiveTextInputs",
|
|
284
285
|
"tableCaptionElements",
|
|
285
286
|
"tableCellElements",
|
|
286
287
|
"tableElements",
|