Comparing version 1.1.4 to 1.2.0
@@ -1200,2 +1200,6 @@ { | ||
}, | ||
"Clipboard": { | ||
"inherits": "EventTarget", | ||
"implements": [] | ||
}, | ||
"ClipboardEvent": { | ||
@@ -1202,0 +1206,0 @@ "inherits": "Event", |
@@ -7,3 +7,4 @@ { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@charset" | ||
}, | ||
@@ -110,3 +111,4 @@ "@counter-style": { | ||
}, | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style" | ||
}, | ||
@@ -122,3 +124,4 @@ "@document": { | ||
], | ||
"status": "nonstandard" | ||
"status": "nonstandard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@document" | ||
}, | ||
@@ -171,3 +174,3 @@ "@font-face": { | ||
"font-stretch": { | ||
"syntax": "normal | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded", | ||
"syntax": "<font-stretch-absolute>{1,2}", | ||
"media": "all", | ||
@@ -181,3 +184,3 @@ "initial": "normal", | ||
"font-style": { | ||
"syntax": "normal | italic | oblique", | ||
"syntax": "normal | italic | oblique <angle>{0,2}", | ||
"media": "all", | ||
@@ -191,3 +194,3 @@ "initial": "normal", | ||
"font-weight": { | ||
"syntax": "normal | bold | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900", | ||
"syntax": "<font-weight-absolute>{1,2}", | ||
"media": "all", | ||
@@ -228,3 +231,4 @@ "initial": "normal", | ||
}, | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face" | ||
}, | ||
@@ -239,3 +243,4 @@ "@font-feature-values": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-feature-values" | ||
}, | ||
@@ -247,3 +252,4 @@ "@import": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@import" | ||
}, | ||
@@ -259,3 +265,4 @@ "@keyframes": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@keyframes" | ||
}, | ||
@@ -274,3 +281,4 @@ "@media": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@media" | ||
}, | ||
@@ -282,3 +290,4 @@ "@namespace": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@namespace" | ||
}, | ||
@@ -319,3 +328,4 @@ "@page": { | ||
}, | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@page" | ||
}, | ||
@@ -332,3 +342,4 @@ "@supports": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@supports" | ||
}, | ||
@@ -495,4 +506,5 @@ "@viewport": { | ||
}, | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@viewport" | ||
} | ||
} |
@@ -120,2 +120,6 @@ { | ||
] | ||
}, | ||
"mdn_url": { | ||
"type": "string", | ||
"pattern": "^https://developer.mozilla.org/docs/Web/CSS/" | ||
} | ||
@@ -122,0 +126,0 @@ }, |
@@ -262,2 +262,6 @@ { | ||
] | ||
}, | ||
"mdn_url": { | ||
"type": "string", | ||
"pattern": "^https://developer.mozilla.org/docs/" | ||
} | ||
@@ -382,2 +386,5 @@ }, | ||
"$ref": "#/definitions/status" | ||
}, | ||
"mdn_url": { | ||
"$ref": "#/definitions/mdn_url" | ||
} | ||
@@ -384,0 +391,0 @@ } |
@@ -8,3 +8,4 @@ { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Type_selectors" | ||
}, | ||
@@ -17,3 +18,4 @@ "Class selectors": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Class_selectors" | ||
}, | ||
@@ -26,3 +28,4 @@ "ID selectors": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ID_selectors" | ||
}, | ||
@@ -35,3 +38,4 @@ "Universal selectors": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Universal_selectors" | ||
}, | ||
@@ -44,3 +48,4 @@ "Attribute selectors": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Attribute_selectors" | ||
}, | ||
@@ -53,3 +58,4 @@ "Adjacent sibling selectors": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Adjacent_sibling_selectors" | ||
}, | ||
@@ -62,3 +68,4 @@ "General sibling selectors": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/General_sibling_selectors" | ||
}, | ||
@@ -71,3 +78,4 @@ "Child selectors": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Child_selectors" | ||
}, | ||
@@ -80,3 +88,4 @@ "Descendant selectors": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Descendant_selectors" | ||
}, | ||
@@ -89,3 +98,4 @@ ":active": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:active" | ||
}, | ||
@@ -98,3 +108,4 @@ ":any": { | ||
], | ||
"status": "experimental" | ||
"status": "experimental", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:matches" | ||
}, | ||
@@ -107,3 +118,4 @@ ":any-link": { | ||
], | ||
"status": "experimental" | ||
"status": "experimental", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:any-link" | ||
}, | ||
@@ -116,3 +128,4 @@ ":checked": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:checked" | ||
}, | ||
@@ -125,3 +138,4 @@ ":default": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:default" | ||
}, | ||
@@ -134,3 +148,4 @@ ":defined": { | ||
], | ||
"status": "experimental" | ||
"status": "experimental", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:defined" | ||
}, | ||
@@ -143,3 +158,4 @@ ":dir": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:dir" | ||
}, | ||
@@ -152,3 +168,4 @@ ":disabled": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:disabled" | ||
}, | ||
@@ -161,3 +178,4 @@ ":empty": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:empty" | ||
}, | ||
@@ -170,3 +188,4 @@ ":enabled": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:enabled" | ||
}, | ||
@@ -179,3 +198,4 @@ ":first": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:first" | ||
}, | ||
@@ -188,3 +208,4 @@ ":first-child": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:first-child" | ||
}, | ||
@@ -197,3 +218,4 @@ ":first-of-type": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:first-of-type" | ||
}, | ||
@@ -206,3 +228,4 @@ ":fullscreen": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:fullscreen" | ||
}, | ||
@@ -215,3 +238,4 @@ ":focus": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:focus" | ||
}, | ||
@@ -224,3 +248,4 @@ ":focus-visible": { | ||
], | ||
"status": "experimental" | ||
"status": "experimental", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:focus-visible" | ||
}, | ||
@@ -233,3 +258,4 @@ ":focus-within": { | ||
], | ||
"status": "experimental" | ||
"status": "experimental", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:focus-within" | ||
}, | ||
@@ -242,3 +268,4 @@ ":host": { | ||
], | ||
"status": "experimental" | ||
"status": "experimental", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:host" | ||
}, | ||
@@ -251,3 +278,4 @@ ":host()": { | ||
], | ||
"status": "experimental" | ||
"status": "experimental", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:host()" | ||
}, | ||
@@ -268,3 +296,4 @@ ":host-context": { | ||
], | ||
"status": "experimental" | ||
"status": "experimental", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:host-context()" | ||
}, | ||
@@ -277,3 +306,4 @@ ":hover": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:hover" | ||
}, | ||
@@ -286,3 +316,4 @@ ":indeterminate": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:indeterminate" | ||
}, | ||
@@ -295,3 +326,4 @@ ":in-range": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:in-range" | ||
}, | ||
@@ -304,3 +336,4 @@ ":invalid": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:invalid" | ||
}, | ||
@@ -313,3 +346,4 @@ ":lang": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:lang" | ||
}, | ||
@@ -322,3 +356,4 @@ ":last-child": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:last-child" | ||
}, | ||
@@ -331,3 +366,4 @@ ":last-of-type": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:last-of-type" | ||
}, | ||
@@ -341,3 +377,4 @@ ":left": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:left" | ||
}, | ||
@@ -350,3 +387,4 @@ ":link": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:link" | ||
}, | ||
@@ -359,3 +397,4 @@ ":not": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:not" | ||
}, | ||
@@ -368,3 +407,4 @@ ":nth-child": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-child" | ||
}, | ||
@@ -377,3 +417,4 @@ ":nth-last-child": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-last-child" | ||
}, | ||
@@ -386,3 +427,4 @@ ":nth-last-of-type": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-last-of-type" | ||
}, | ||
@@ -395,3 +437,4 @@ ":nth-of-type": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-of-type" | ||
}, | ||
@@ -404,3 +447,4 @@ ":only-child": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:only-child" | ||
}, | ||
@@ -413,3 +457,4 @@ ":only-of-type": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:only-of-type" | ||
}, | ||
@@ -422,3 +467,4 @@ ":optional": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:optional" | ||
}, | ||
@@ -431,3 +477,4 @@ ":out-of-range": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:out-of-range" | ||
}, | ||
@@ -440,3 +487,4 @@ ":placeholder-shown": { | ||
], | ||
"status": "experimental" | ||
"status": "experimental", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:placeholder-shown" | ||
}, | ||
@@ -449,3 +497,4 @@ ":read-only": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:read-only" | ||
}, | ||
@@ -458,3 +507,4 @@ ":read-write": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:read-write" | ||
}, | ||
@@ -467,3 +517,4 @@ ":required": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:required" | ||
}, | ||
@@ -477,3 +528,4 @@ ":right": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:right" | ||
}, | ||
@@ -487,3 +539,4 @@ ":root": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:root" | ||
}, | ||
@@ -496,3 +549,4 @@ ":scope": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:scope" | ||
}, | ||
@@ -505,3 +559,4 @@ ":target": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:target" | ||
}, | ||
@@ -514,3 +569,4 @@ ":valid": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:valid" | ||
}, | ||
@@ -523,3 +579,4 @@ ":visited": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:visited" | ||
}, | ||
@@ -533,3 +590,4 @@ "::-moz-progress-bar": { | ||
], | ||
"status": "nonstandard" | ||
"status": "nonstandard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-moz-progress-bar" | ||
}, | ||
@@ -543,3 +601,4 @@ "::-moz-range-progress": { | ||
], | ||
"status": "nonstandard" | ||
"status": "nonstandard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-moz-range-progress" | ||
}, | ||
@@ -553,3 +612,4 @@ "::-moz-range-thumb": { | ||
], | ||
"status": "nonstandard" | ||
"status": "nonstandard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-moz-range-thumb" | ||
}, | ||
@@ -563,3 +623,4 @@ "::-moz-range-track": { | ||
], | ||
"status": "nonstandard" | ||
"status": "nonstandard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-moz-range-track" | ||
}, | ||
@@ -573,3 +634,4 @@ "::-ms-browse": { | ||
], | ||
"status": "nonstandard" | ||
"status": "nonstandard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-browse" | ||
}, | ||
@@ -583,3 +645,4 @@ "::-ms-check": { | ||
], | ||
"status": "nonstandard" | ||
"status": "nonstandard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-check" | ||
}, | ||
@@ -593,3 +656,4 @@ "::-ms-clear": { | ||
], | ||
"status": "nonstandard" | ||
"status": "nonstandard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-clear" | ||
}, | ||
@@ -603,3 +667,4 @@ "::-ms-expand": { | ||
], | ||
"status": "nonstandard" | ||
"status": "nonstandard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-expand" | ||
}, | ||
@@ -613,3 +678,4 @@ "::-ms-fill": { | ||
], | ||
"status": "nonstandard" | ||
"status": "nonstandard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-fill" | ||
}, | ||
@@ -623,3 +689,4 @@ "::-ms-fill-lower": { | ||
], | ||
"status": "nonstandard" | ||
"status": "nonstandard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-fill-lower" | ||
}, | ||
@@ -633,3 +700,4 @@ "::-ms-fill-upper": { | ||
], | ||
"status": "nonstandard" | ||
"status": "nonstandard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-fill-upper" | ||
}, | ||
@@ -643,3 +711,4 @@ "::-ms-reveal": { | ||
], | ||
"status": "nonstandard" | ||
"status": "nonstandard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-reveal" | ||
}, | ||
@@ -653,3 +722,4 @@ "::-ms-thumb": { | ||
], | ||
"status": "nonstandard" | ||
"status": "nonstandard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-thumb" | ||
}, | ||
@@ -663,3 +733,4 @@ "::-ms-ticks-after": { | ||
], | ||
"status": "nonstandard" | ||
"status": "nonstandard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-ticks-after" | ||
}, | ||
@@ -673,3 +744,4 @@ "::-ms-ticks-before": { | ||
], | ||
"status": "nonstandard" | ||
"status": "nonstandard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-ticks-before" | ||
}, | ||
@@ -683,3 +755,4 @@ "::-ms-tooltip": { | ||
], | ||
"status": "nonstandard" | ||
"status": "nonstandard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-tooltip" | ||
}, | ||
@@ -693,3 +766,4 @@ "::-ms-track": { | ||
], | ||
"status": "nonstandard" | ||
"status": "nonstandard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-track" | ||
}, | ||
@@ -703,3 +777,4 @@ "::-ms-value": { | ||
], | ||
"status": "nonstandard" | ||
"status": "nonstandard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-value" | ||
}, | ||
@@ -713,3 +788,4 @@ "::-webkit-progress-bar": { | ||
], | ||
"status": "nonstandard" | ||
"status": "nonstandard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-progress-bar" | ||
}, | ||
@@ -732,3 +808,4 @@ "::-webkit-progress-inner-value": { | ||
], | ||
"status": "nonstandard" | ||
"status": "nonstandard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-progress-value" | ||
}, | ||
@@ -742,3 +819,4 @@ "::-webkit-slider-runnable-track": { | ||
], | ||
"status": "nonstandard" | ||
"status": "nonstandard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-slider-runnable-track" | ||
}, | ||
@@ -752,3 +830,4 @@ "::-webkit-slider-thumb": { | ||
], | ||
"status": "nonstandard" | ||
"status": "nonstandard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-slider-thumb" | ||
}, | ||
@@ -761,3 +840,4 @@ "::after": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::after" | ||
}, | ||
@@ -770,3 +850,4 @@ "::backdrop": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::backdrop" | ||
}, | ||
@@ -779,3 +860,4 @@ "::before": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::before" | ||
}, | ||
@@ -788,3 +870,4 @@ "::cue": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::cue" | ||
}, | ||
@@ -797,3 +880,4 @@ "::first-letter": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::first-letter" | ||
}, | ||
@@ -806,3 +890,4 @@ "::first-line": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::first-line" | ||
}, | ||
@@ -815,3 +900,4 @@ "::grammar-error": { | ||
], | ||
"status": "experimental" | ||
"status": "experimental", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::grammar-error" | ||
}, | ||
@@ -824,3 +910,4 @@ "::placeholder": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::placeholder" | ||
}, | ||
@@ -833,3 +920,4 @@ "::selection": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::selection" | ||
}, | ||
@@ -842,3 +930,4 @@ "::slotted": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::slotted" | ||
}, | ||
@@ -851,4 +940,5 @@ "::spelling-error": { | ||
], | ||
"status": "experimental" | ||
"status": "experimental", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::spelling-error" | ||
} | ||
} |
@@ -24,2 +24,6 @@ { | ||
] | ||
}, | ||
"mdn_url": { | ||
"type": "string", | ||
"pattern": "^https://developer.mozilla.org/docs/Web/CSS/" | ||
} | ||
@@ -26,0 +30,0 @@ }, |
@@ -315,3 +315,3 @@ { | ||
"inset()": { | ||
"syntax": "inset( <length-percentage>{1,4} [ round <border-radius> ]? )" | ||
"syntax": "inset( <length-percentage>{1,4} [ round <'border-radius'> ]? )" | ||
}, | ||
@@ -318,0 +318,0 @@ "invert()": { |
@@ -12,3 +12,4 @@ { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/angle" | ||
}, | ||
@@ -20,3 +21,4 @@ "basic-shape": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/basic-shape" | ||
}, | ||
@@ -28,3 +30,4 @@ "blend-mode": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/blend-mode" | ||
}, | ||
@@ -36,3 +39,4 @@ "color": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value" | ||
}, | ||
@@ -47,3 +51,4 @@ "custom-ident": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/custom-ident" | ||
}, | ||
@@ -54,3 +59,4 @@ "filter-function": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function" | ||
}, | ||
@@ -62,3 +68,4 @@ "flex": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/flex_value" | ||
}, | ||
@@ -69,3 +76,4 @@ "frequency": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/frequency" | ||
}, | ||
@@ -77,3 +85,4 @@ "gradient": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient" | ||
}, | ||
@@ -91,3 +100,4 @@ "ident": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/image" | ||
}, | ||
@@ -98,3 +108,4 @@ "integer": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/integer" | ||
}, | ||
@@ -105,3 +116,4 @@ "length": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/length" | ||
}, | ||
@@ -112,3 +124,4 @@ "number": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/number" | ||
}, | ||
@@ -119,3 +132,4 @@ "percentage": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/percentage" | ||
}, | ||
@@ -126,3 +140,4 @@ "position": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position_value" | ||
}, | ||
@@ -133,3 +148,4 @@ "ratio": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ratio" | ||
}, | ||
@@ -140,3 +156,4 @@ "resolution": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/resolution" | ||
}, | ||
@@ -147,3 +164,4 @@ "shape": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/shape" | ||
}, | ||
@@ -154,3 +172,4 @@ "string": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/string" | ||
}, | ||
@@ -161,3 +180,4 @@ "time": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/time" | ||
}, | ||
@@ -170,3 +190,4 @@ "timing-function": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/single-transition-timing-function" | ||
}, | ||
@@ -178,3 +199,4 @@ "transform-function": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function" | ||
}, | ||
@@ -185,4 +207,5 @@ "url": { | ||
], | ||
"status": "standard" | ||
"status": "standard", | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/url" | ||
} | ||
} |
@@ -21,2 +21,6 @@ { | ||
] | ||
}, | ||
"mdn_url": { | ||
"type": "string", | ||
"pattern": "^https://developer.mozilla.org/docs/Web/CSS/" | ||
} | ||
@@ -23,0 +27,0 @@ }, |
@@ -191,3 +191,10 @@ { | ||
"status": "standard" | ||
}, | ||
"x": { | ||
"groups": [ | ||
"CSS Units", | ||
"CSS Resolutions" | ||
], | ||
"status": "standard" | ||
} | ||
} |
{ | ||
"name": "mdn-data", | ||
"version": "1.1.4", | ||
"version": "1.2.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
523762
15383
2
64
2