Comparing version 2.11.1 to 2.12.0
{ | ||
"anchor()": { | ||
"syntax": "anchor( <anchor-element>? <anchor-side>, <length-percentage>? )", | ||
"syntax": "anchor( <anchor-name>? && <anchor-side>, <length-percentage>? )", | ||
"groups": [ | ||
@@ -11,3 +11,3 @@ "CSS Positioning" | ||
"anchor-size()": { | ||
"syntax": "anchor-size( <anchor-element>? <anchor-size>, <length-percentage>? )", | ||
"syntax": "anchor-size( [ <anchor-name> || <anchor-size> ]? , <length-percentage>? )", | ||
"groups": [ | ||
@@ -14,0 +14,0 @@ "CSS Positioning" |
@@ -140,2 +140,5 @@ { | ||
}, | ||
"color-interpolation-method": { | ||
"syntax": "in [ <rectangular-color-space> | <polar-color-space> <hue-interpolation-method>? ]" | ||
}, | ||
"combinator": { | ||
@@ -360,2 +363,5 @@ "syntax": "'>' | '+' | '~' | [ '||' ]" | ||
}, | ||
"hue-interpolation-method": { | ||
"syntax": "[ shorter | longer | increasing | decreasing ] hue" | ||
}, | ||
"hwb()": { | ||
@@ -452,3 +458,3 @@ "syntax": "hwb( [<hue> | none] [<percentage> | none] [<percentage> | none] [ / [<alpha-value> | none] ]? )" | ||
"linear-gradient()": { | ||
"syntax": "linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )" | ||
"syntax": "linear-gradient( [ [ <angle> | to <side-or-corner> ] || <color-interpolation-method> ]? , <color-stop-list> )" | ||
}, | ||
@@ -602,2 +608,5 @@ "log()": { | ||
}, | ||
"polar-color-space": { | ||
"syntax": "hsl | hwb | lch | oklch" | ||
}, | ||
"position": { | ||
@@ -633,2 +642,5 @@ "syntax": "[ [ left | center | right ] || [ top | center | bottom ] | [ left | center | right | <length-percentage> ] [ top | center | bottom | <length-percentage> ]? | [ [ left | right ] <length-percentage> ] && [ [ top | bottom ] <length-percentage> ] ]" | ||
}, | ||
"rectangular-color-space": { | ||
"syntax": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | xyz | xyz-d50 | xyz-d65" | ||
}, | ||
"relative-selector": { | ||
@@ -635,0 +647,0 @@ "syntax": "<combinator>? <complex-selector>" |
{ | ||
"name": "mdn-data", | ||
"version": "2.11.1", | ||
"version": "2.12.0", | ||
"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
661986
19930