Comparing version 2.0.1 to 2.0.2
@@ -2516,3 +2516,136 @@ { | ||
"implements": [] | ||
}, | ||
"CSSStyleValue": { | ||
"inherits": null, | ||
"implements": [ | ||
"CSSImageValue", | ||
"CSSKeywordValue", | ||
"CSSNumericValue", | ||
"CSSPositionValue", | ||
"CSSTransformValue", | ||
"CSSUnitValue", | ||
"CSSUnparsedValue" | ||
] | ||
}, | ||
"CSSImageValue": { | ||
"inherits": "CSSStyleValue", | ||
"implements": [] | ||
}, | ||
"CSSKeywordValue": { | ||
"inherits": "CSSStyleValue", | ||
"implements": [] | ||
}, | ||
"CSSNumericValue": { | ||
"inherits": "CSSStyleValue", | ||
"implements": [ | ||
"CSSMathValue", | ||
"CSSUnitValue" | ||
] | ||
}, | ||
"CSSMathValue": { | ||
"inherits": "CSSNumericValue", | ||
"implements": [ | ||
"CSSMathInvert", | ||
"CSSMathMax", | ||
"CSSMathMin", | ||
"CSSMathNegate", | ||
"CSSMathProduct", | ||
"CSSMathSum" | ||
] | ||
}, | ||
"CSSMathInvert": { | ||
"inherits": "CSSMathValue", | ||
"implements": [] | ||
}, | ||
"CSSMathMax": { | ||
"inherits": "CSSMathValue", | ||
"implements": [] | ||
}, | ||
"CSSMathMin": { | ||
"inherits": "CSSMathValue", | ||
"implements": [] | ||
}, | ||
"CSSMathNegate": { | ||
"inherits": "CSSMathValue", | ||
"implements": [] | ||
}, | ||
"CSSMathProduct": { | ||
"inherits": "CSSMathValue", | ||
"implements": [] | ||
}, | ||
"CSSMathSum": { | ||
"inherits": "CSSMathValue", | ||
"implements": [] | ||
}, | ||
"CSSUnitValue": { | ||
"inherits": "CSSNumericValue", | ||
"implements": [] | ||
}, | ||
"CSSPositionValue": { | ||
"inherits": "CSSStyleValue", | ||
"implements": [] | ||
}, | ||
"CSSTransformValue": { | ||
"inherits": "CSSStyleValue", | ||
"implements": [] | ||
}, | ||
"CSSUnparsedValue": { | ||
"inherits": "CSSStyleValue", | ||
"implements": [] | ||
}, | ||
"CSSTransformComponent": { | ||
"inherits": null, | ||
"implements": [ | ||
"CSSMatrixComponent", | ||
"CSSPerspective", | ||
"CSSRotate", | ||
"CSSScale", | ||
"CSSSkew", | ||
"CSSSkewX", | ||
"CSSSkewY", | ||
"CSSTranslate" | ||
] | ||
}, | ||
"CSSMatrixComponent": { | ||
"inherits": "CSSTransformComponent", | ||
"implements": [] | ||
}, | ||
"CSSPerspective": { | ||
"inherits": "CSSTransformComponent", | ||
"implements": [] | ||
}, | ||
"CSSRotate": { | ||
"inherits": "CSSTransformComponent", | ||
"implements": [] | ||
}, | ||
"CSSScale": { | ||
"inherits": "CSSTransformComponent", | ||
"implements": [] | ||
}, | ||
"CSSSkew": { | ||
"inherits": "CSSTransformComponent", | ||
"implements": [] | ||
}, | ||
"CSSSkewX": { | ||
"inherits": "CSSTransformComponent", | ||
"implements": [] | ||
}, | ||
"CSSSkewY": { | ||
"inherits": "CSSTransformComponent", | ||
"implements": [] | ||
}, | ||
"CSSTranslate": { | ||
"inherits": "CSSTransformComponent", | ||
"implements": [] | ||
}, | ||
"StylePropertyMapReadOnly": { | ||
"inherits": null, | ||
"implements": [ | ||
"StylePropertyMap" | ||
] | ||
}, | ||
"StylePropertyMap": { | ||
"inherits": "StylePropertyMapReadOnly", | ||
"implements": [] | ||
} | ||
} |
@@ -18,2 +18,3 @@ { | ||
"angleBasicShapeOrPath", | ||
"angleOrBasicShapeOrPath", | ||
"basicShapeOtherwiseNo", | ||
@@ -37,2 +38,3 @@ "byComputedValueType", | ||
"simpleListOfLpc", | ||
"simpleListOfLpcDifferenceLpc", | ||
"transform", | ||
@@ -39,0 +41,0 @@ "visibility" |
@@ -227,2 +227,11 @@ { | ||
}, | ||
":focus-visible": { | ||
"syntax": ":focus-visible", | ||
"groups": [ | ||
"Pseudo-classes", | ||
"Selectors" | ||
], | ||
"status": "experimental", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:focus-visible" | ||
}, | ||
":focus-within": { | ||
@@ -229,0 +238,0 @@ "syntax": ":focus-within", |
@@ -11,2 +11,11 @@ { | ||
}, | ||
"angular-color-hint": { | ||
"syntax": "<angle-percentage>" | ||
}, | ||
"angular-color-stop": { | ||
"syntax": "<color> && <color-stop-angle>?" | ||
}, | ||
"angular-color-stop-list": { | ||
"syntax": "[ <angular-color-stop> [, <angular-color-hint>]? ]# , <angular-color-stop>" | ||
}, | ||
"animateable-feature": { | ||
@@ -25,3 +34,3 @@ "syntax": "scroll-position | contents | <custom-ident>" | ||
"attr-modifier": { | ||
"syntax": "i" | ||
"syntax": "i | s" | ||
}, | ||
@@ -101,6 +110,12 @@ "attribute-selector": { | ||
"color-stop": { | ||
"syntax": "<color> <length-percentage>?" | ||
"syntax": "<color-stop-length> | <color-stop-angle>" | ||
}, | ||
"color-stop-angle": { | ||
"syntax": "<angle-percentage>{1,2}" | ||
}, | ||
"color-stop-length": { | ||
"syntax": "<length-percentage>{1,2}" | ||
}, | ||
"color-stop-list": { | ||
"syntax": "<color-stop>#{2,}" | ||
"syntax": "[ <linear-color-stop> [, <linear-color-hint>]? ]# , <linear-color-stop>" | ||
}, | ||
@@ -113,2 +128,5 @@ "combinator": { | ||
}, | ||
"compat": { | ||
"syntax": "searchfield | textarea | push-button | button-bevel | slider-horizontal | checkbox | radio | square-button | menulist | menulist-button | listbox | meter | progress-bar" | ||
}, | ||
"composite-style": { | ||
@@ -132,2 +150,5 @@ "syntax": "clear | copy | source-over | source-in | source-out | source-atop | destination-over | destination-in | destination-out | destination-atop | xor" | ||
}, | ||
"conic-gradient()": { | ||
"syntax": "conic-gradient( [ from <angle> ]? [ at <position> ]?, <angular-color-stop-list> )" | ||
}, | ||
"contextual-alt-values": { | ||
@@ -206,3 +227,3 @@ "syntax": "[ contextual | no-contextual ]" | ||
"env()": { | ||
"syntax": "env( <custom-ident> [, <declaration-value> ]? )" | ||
"syntax": "env( <custom-ident> , <declaration-value>? )" | ||
}, | ||
@@ -222,3 +243,3 @@ "explicit-track-list": { | ||
"feature-value-block": { | ||
"syntax": "<feature-type> {\n <feature-value-declaration-list>\n}" | ||
"syntax": "<feature-type> '{' <feature-value-declaration-list> '}'" | ||
}, | ||
@@ -289,3 +310,3 @@ "feature-value-block-list": { | ||
"gradient": { | ||
"syntax": "<linear-gradient()> | <repeating-linear-gradient()> | <radial-gradient()> | <repeating-radial-gradient()>" | ||
"syntax": "<linear-gradient()> | <repeating-linear-gradient()> | <radial-gradient()> | <repeating-radial-gradient()> | <conic-gradient()>" | ||
}, | ||
@@ -320,3 +341,3 @@ "grayscale()": { | ||
"image()": { | ||
"syntax": "image( [ [ <image> | <string> ]? , <color>? ]! )" | ||
"syntax": "image( <image-tags>? [ <image-src>? , <color>? ]! )" | ||
}, | ||
@@ -329,2 +350,8 @@ "image-set()": { | ||
}, | ||
"image-src": { | ||
"syntax": "<url> | <string>" | ||
}, | ||
"image-tags": { | ||
"syntax": "ltr | rtl" | ||
}, | ||
"inflexible-breadth": { | ||
@@ -372,2 +399,8 @@ "syntax": "<length> | <percentage> | min-content | max-content | auto" | ||
}, | ||
"linear-color-hint": { | ||
"syntax": "<length-percentage>" | ||
}, | ||
"linear-color-stop": { | ||
"syntax": "<color> && <color-stop-length>" | ||
}, | ||
"linear-gradient()": { | ||
@@ -488,3 +521,3 @@ "syntax": "linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )" | ||
"page-margin-box": { | ||
"syntax": "<page-margin-box-type> {\n <declaration-list>\n}" | ||
"syntax": "<page-margin-box-type> '{' <declaration-list> '}'" | ||
}, | ||
@@ -708,3 +741,3 @@ "page-margin-box-type": { | ||
"var()": { | ||
"syntax": "var( <custom-property-name> [, <declaration-value> ]? )" | ||
"syntax": "var( <custom-property-name> , <declaration-value>? )" | ||
}, | ||
@@ -711,0 +744,0 @@ "viewport-length": { |
@@ -15,2 +15,9 @@ { | ||
}, | ||
"angle-percentage": { | ||
"groups": [ | ||
"CSS Types" | ||
], | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/angle-percentage" | ||
}, | ||
"basic-shape": { | ||
@@ -51,2 +58,9 @@ "groups": [ | ||
}, | ||
"dimension": { | ||
"groups": [ | ||
"CSS Types" | ||
], | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/dimension" | ||
}, | ||
"display-outside": { | ||
@@ -116,2 +130,9 @@ "groups": [ | ||
}, | ||
"frequency-percentage": { | ||
"groups": [ | ||
"CSS Types" | ||
], | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/frequency-percentage" | ||
}, | ||
"gradient": { | ||
@@ -153,2 +174,9 @@ "groups": [ | ||
}, | ||
"length-percentage": { | ||
"groups": [ | ||
"CSS Types" | ||
], | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/length-percentage" | ||
}, | ||
"number": { | ||
@@ -210,2 +238,9 @@ "groups": [ | ||
}, | ||
"time-percentage": { | ||
"groups": [ | ||
"CSS Types" | ||
], | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/time-percentage" | ||
}, | ||
"timing-function": { | ||
@@ -212,0 +247,0 @@ "groups": [ |
{ | ||
"name": "mdn-data", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Open Web data by the Mozilla Developer Network", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
545934
16477