Comparing version 2.0.3 to 2.0.4
@@ -46,2 +46,3 @@ { | ||
"CSS Scroll Snap", | ||
"CSS Shadow Parts", | ||
"CSS Shapes", | ||
@@ -48,0 +49,0 @@ "CSS Speech", |
@@ -837,2 +837,11 @@ { | ||
}, | ||
"::marker": { | ||
"syntax": "::marker", | ||
"groups": [ | ||
"Pseudo-elements", | ||
"Selectors" | ||
], | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::marker" | ||
}, | ||
"::part": { | ||
@@ -839,0 +848,0 @@ "syntax": "::part( <ident>+ )", |
@@ -396,3 +396,3 @@ { | ||
"linear-color-stop": { | ||
"syntax": "<color> && <color-stop-length>" | ||
"syntax": "<color> <color-stop-length>?" | ||
}, | ||
@@ -418,6 +418,6 @@ "linear-gradient()": { | ||
"matrix()": { | ||
"syntax": "matrix( <number> [, <number> ]{5,5} )" | ||
"syntax": "matrix( <number>#{6} )" | ||
}, | ||
"matrix3d()": { | ||
"syntax": "matrix3d( <number> [, <number> ]{15,15} )" | ||
"syntax": "matrix3d( <number>#{16} )" | ||
}, | ||
@@ -575,15 +575,15 @@ "max()": { | ||
"rotate()": { | ||
"syntax": "rotate( <angle> )" | ||
"syntax": "rotate( [ <angle> | <zero> ] )" | ||
}, | ||
"rotate3d()": { | ||
"syntax": "rotate3d( <number> , <number> , <number> , <angle> )" | ||
"syntax": "rotate3d( <number> , <number> , <number> , [ <angle> | <zero> ] )" | ||
}, | ||
"rotateX()": { | ||
"syntax": "rotateX( <angle> )" | ||
"syntax": "rotateX( [ <angle> | <zero> ] )" | ||
}, | ||
"rotateY()": { | ||
"syntax": "rotateY( <angle> )" | ||
"syntax": "rotateY( [ <angle> | <zero> ] )" | ||
}, | ||
"rotateZ()": { | ||
"syntax": "rotateZ( <angle> )" | ||
"syntax": "rotateZ( [ <angle> | <zero> ] )" | ||
}, | ||
@@ -594,3 +594,3 @@ "saturate()": { | ||
"scale()": { | ||
"syntax": "scale( <number> [, <number> ]? )" | ||
"syntax": "scale( <number> , <number>? )" | ||
}, | ||
@@ -616,9 +616,9 @@ "scale3d()": { | ||
"skew()": { | ||
"syntax": "skew( <angle> [, <angle> ]? )" | ||
"syntax": "skew( [ <angle> | <zero> ] , [ <angle> | <zero> ]? )" | ||
}, | ||
"skewX()": { | ||
"syntax": "skewX( <angle> )" | ||
"syntax": "skewX( [ <angle> | <zero> ] )" | ||
}, | ||
"skewY()": { | ||
"syntax": "skewY( <angle> )" | ||
"syntax": "skewY( [ <angle> | <zero> ] )" | ||
}, | ||
@@ -731,3 +731,3 @@ "sepia()": { | ||
"translate()": { | ||
"syntax": "translate( <length-percentage> [, <length-percentage> ]? )" | ||
"syntax": "translate( <length-percentage> , <length-percentage>? )" | ||
}, | ||
@@ -734,0 +734,0 @@ "translate3d()": { |
{ | ||
"name": "mdn-data", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"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
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
548396
16563