format: prettify entire project

This commit is contained in:
Rim
2025-04-02 06:50:39 -04:00
parent 86f0782a98
commit 7ccc0be712
1711 changed files with 755867 additions and 235931 deletions

2
node_modules/mdn-data/api/index.js generated vendored
View File

@ -1,3 +1,3 @@
module.exports = {
inheritance: require('./inheritance'),
}
};

View File

@ -17,9 +17,7 @@
},
"AnalyserNode": {
"inherits": "AudioNode",
"implements": [
"AudioNodePassThrough"
]
"implements": ["AudioNodePassThrough"]
},
"AnimationEvent": {
"inherits": "Event",
@ -35,9 +33,7 @@
},
"AudioBufferSourceNode": {
"inherits": "AudioScheduledSourceNode",
"implements": [
"AudioNodePassThrough"
]
"implements": ["AudioNodePassThrough"]
},
"AudioChannelManager": {
"inherits": "EventTarget",
@ -101,9 +97,7 @@
},
"BiquadFilterNode": {
"inherits": "AudioNode",
"implements": [
"AudioNodePassThrough"
]
"implements": ["AudioNodePassThrough"]
},
"BlobEvent": {
"inherits": "Event",
@ -163,10 +157,7 @@
},
"BrowserElement": {
"inherits": null,
"implements": [
"BrowserElementCommon",
"BrowserElementPrivileged"
]
"implements": ["BrowserElementCommon", "BrowserElementPrivileged"]
},
"CDATASection": {
"inherits": "Text",
@ -233,10 +224,7 @@
},
"CSSNumericValue": {
"inherits": "CSSStyleValue",
"implements": [
"CSSMathValue",
"CSSUnitValue"
]
"implements": ["CSSMathValue", "CSSUnitValue"]
},
"CSSPerspective": {
"inherits": "CSSTransformComponent",
@ -252,9 +240,7 @@
},
"CSSPseudoElement": {
"inherits": "EventTarget",
"implements": [
"Animatable"
]
"implements": ["Animatable"]
},
"CSSRotate": {
"inherits": "CSSTransformComponent",
@ -375,10 +361,7 @@
},
"CharacterData": {
"inherits": "Node",
"implements": [
"ChildNode",
"NonDocumentTypeChildNode"
]
"implements": ["ChildNode", "NonDocumentTypeChildNode"]
},
"ChromeWorker": {
"inherits": "Worker",
@ -422,9 +405,7 @@
},
"ConvolverNode": {
"inherits": "AudioNode",
"implements": [
"AudioNodePassThrough"
]
"implements": ["AudioNodePassThrough"]
},
"Crypto": {
"inherits": null,
@ -444,9 +425,7 @@
},
"DOMCursor": {
"inherits": "EventTarget",
"implements": [
"DOMRequestShared"
]
"implements": ["DOMRequestShared"]
},
"DOMDownload": {
"inherits": "EventTarget",
@ -458,9 +437,7 @@
},
"DOMException": {
"inherits": null,
"implements": [
"ExceptionMembers"
]
"implements": ["ExceptionMembers"]
},
"DOMImplementation": {
"inherits": null,
@ -488,9 +465,7 @@
},
"DOMRequest": {
"inherits": "EventTarget",
"implements": [
"DOMRequestShared"
]
"implements": ["DOMRequestShared"]
},
"DOMSettableTokenList": {
"inherits": "DOMTokenList",
@ -530,9 +505,7 @@
},
"DelayNode": {
"inherits": "AudioNode",
"implements": [
"AudioNodePassThrough"
]
"implements": ["AudioNodePassThrough"]
},
"DesktopNotification": {
"inherits": "EventTarget",
@ -576,15 +549,11 @@
},
"DocumentFragment": {
"inherits": "Node",
"implements": [
"ParentNode"
]
"implements": ["ParentNode"]
},
"DocumentType": {
"inherits": "Node",
"implements": [
"ChildNode"
]
"implements": ["ChildNode"]
},
"DownloadEvent": {
"inherits": "Event",
@ -596,9 +565,7 @@
},
"DynamicsCompressorNode": {
"inherits": "AudioNode",
"implements": [
"AudioNodePassThrough"
]
"implements": ["AudioNodePassThrough"]
},
"Element": {
"inherits": "Node",
@ -628,9 +595,7 @@
},
"Exception": {
"inherits": null,
"implements": [
"ExceptionMembers"
]
"implements": ["ExceptionMembers"]
},
"ExtendableEvent": {
"inherits": "Event",
@ -670,9 +635,7 @@
},
"GainNode": {
"inherits": "AudioNode",
"implements": [
"AudioNodePassThrough"
]
"implements": ["AudioNodePassThrough"]
},
"GamepadAxisMoveEvent": {
"inherits": "GamepadEvent",
@ -696,10 +659,7 @@
},
"HTMLAnchorElement": {
"inherits": "HTMLElement",
"implements": [
"HTMLHyperlinkElementUtils",
"URLUtilsSearchParams"
]
"implements": ["HTMLHyperlinkElementUtils", "URLUtilsSearchParams"]
},
"HTMLAppletElement": {
"inherits": "HTMLElement",
@ -711,10 +671,7 @@
},
"HTMLAreaElement": {
"inherits": "HTMLElement",
"implements": [
"HTMLHyperlinkElementUtils",
"URLUtilsSearchParams"
]
"implements": ["HTMLHyperlinkElementUtils", "URLUtilsSearchParams"]
},
"HTMLAudioElement": {
"inherits": "HTMLMediaElement",
@ -730,9 +687,7 @@
},
"HTMLBodyElement": {
"inherits": "HTMLElement",
"implements": [
"WindowEventHandlers"
]
"implements": ["WindowEventHandlers"]
},
"HTMLButtonElement": {
"inherits": "HTMLElement",
@ -808,15 +763,11 @@
},
"HTMLFrameElement": {
"inherits": "HTMLElement",
"implements": [
"MozFrameLoaderOwner"
]
"implements": ["MozFrameLoaderOwner"]
},
"HTMLFrameSetElement": {
"inherits": "HTMLElement",
"implements": [
"WindowEventHandlers"
]
"implements": ["WindowEventHandlers"]
},
"HTMLHRElement": {
"inherits": "HTMLElement",
@ -836,23 +787,15 @@
},
"HTMLIFrameElement": {
"inherits": "HTMLElement",
"implements": [
"BrowserElement",
"MozFrameLoaderOwner"
]
"implements": ["BrowserElement", "MozFrameLoaderOwner"]
},
"HTMLImageElement": {
"inherits": "HTMLElement",
"implements": [
"MozImageLoadingContent"
]
"implements": ["MozImageLoadingContent"]
},
"HTMLInputElement": {
"inherits": "HTMLElement",
"implements": [
"MozImageLoadingContent",
"MozPhonetic"
]
"implements": ["MozImageLoadingContent", "MozPhonetic"]
},
"HTMLLIElement": {
"inherits": "HTMLElement",
@ -868,9 +811,7 @@
},
"HTMLLinkElement": {
"inherits": "HTMLElement",
"implements": [
"LinkStyle"
]
"implements": ["LinkStyle"]
},
"HTMLMapElement": {
"inherits": "HTMLElement",
@ -982,9 +923,7 @@
},
"HTMLStyleElement": {
"inherits": "HTMLElement",
"implements": [
"LinkStyle"
]
"implements": ["LinkStyle"]
},
"HTMLTableCaptionElement": {
"inherits": "HTMLElement",
@ -1120,9 +1059,7 @@
},
"KeyboardEvent": {
"inherits": "UIEvent",
"implements": [
"KeyEvent"
]
"implements": ["KeyEvent"]
},
"LinearAccelerationSensor": {
"inherits": "Accelerometer",
@ -1150,9 +1087,7 @@
},
"MediaElementAudioSourceNode": {
"inherits": "AudioNode",
"implements": [
"AudioNodePassThrough"
]
"implements": ["AudioNodePassThrough"]
},
"MediaEncryptedEvent": {
"inherits": "Event",
@ -1188,9 +1123,7 @@
},
"MediaStreamAudioSourceNode": {
"inherits": "AudioNode",
"implements": [
"AudioNodePassThrough"
]
"implements": ["AudioNodePassThrough"]
},
"MediaStreamEvent": {
"inherits": "Event",
@ -1214,9 +1147,7 @@
},
"MessagePort": {
"inherits": "EventTarget",
"implements": [
"Transferable"
]
"implements": ["Transferable"]
},
"MimeTypeArray": {
"inherits": null,
@ -1308,9 +1239,7 @@
},
"MozNFC": {
"inherits": "EventTarget",
"implements": [
"MozNFCManager"
]
"implements": ["MozNFCManager"]
},
"MozNFCPeerEvent": {
"inherits": "Event",
@ -1445,9 +1374,7 @@
},
"OscillatorNode": {
"inherits": "AudioNode",
"implements": [
"AudioNodePassThrough"
]
"implements": ["AudioNodePassThrough"]
},
"PageTransitionEvent": {
"inherits": "Event",
@ -1463,9 +1390,7 @@
},
"PannerNode": {
"inherits": "AudioNode",
"implements": [
"AudioNodePassThrough"
]
"implements": ["AudioNodePassThrough"]
},
"PaymentAddress": {
"inherits": null,
@ -1569,9 +1494,7 @@
},
"PseudoElement": {
"inherits": null,
"implements": [
"GeometryUtils"
]
"implements": ["GeometryUtils"]
},
"RTCDTMFSender": {
"inherits": "EventTarget",
@ -1643,15 +1566,11 @@
},
"Request": {
"inherits": null,
"implements": [
"Body"
]
"implements": ["Body"]
},
"Response": {
"inherits": null,
"implements": [
"Body"
]
"implements": ["Body"]
},
"StaticRange": {
"inherits": "AbstractRange",
@ -1659,15 +1578,11 @@
},
"SVGAElement": {
"inherits": "SVGGraphicsElement",
"implements": [
"SVGURIReference"
]
"implements": ["SVGURIReference"]
},
"SVGAltGlyphElement": {
"inherits": "SVGTextPositioningElement",
"implements": [
"SVGURIReference"
]
"implements": ["SVGURIReference"]
},
"SVGAnimateElement": {
"inherits": "SVGAnimationElement",
@ -1707,9 +1622,7 @@
},
"SVGAnimationElement": {
"inherits": "SVGElement",
"implements": [
"SVGTests"
]
"implements": ["SVGTests"]
},
"SVGCircleElement": {
"inherits": "SVGGeometryElement",
@ -1717,9 +1630,7 @@
},
"SVGClipPathElement": {
"inherits": "SVGElement",
"implements": [
"SVGUnitTypes"
]
"implements": ["SVGUnitTypes"]
},
"SVGComponentTransferFunctionElement": {
"inherits": "SVGElement",
@ -1727,9 +1638,7 @@
},
"SVGCursorElement": {
"inherits": "SVGElement",
"implements": [
"SVGURIReference"
]
"implements": ["SVGURIReference"]
},
"SVGDefsElement": {
"inherits": "SVGGraphicsElement",
@ -1757,45 +1666,31 @@
},
"SVGFEBlendElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
"implements": ["SVGFilterPrimitiveStandardAttributes"]
},
"SVGFEColorMatrixElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
"implements": ["SVGFilterPrimitiveStandardAttributes"]
},
"SVGFEComponentTransferElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
"implements": ["SVGFilterPrimitiveStandardAttributes"]
},
"SVGFECompositeElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
"implements": ["SVGFilterPrimitiveStandardAttributes"]
},
"SVGFEConvolveMatrixElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
"implements": ["SVGFilterPrimitiveStandardAttributes"]
},
"SVGFEDiffuseLightingElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
"implements": ["SVGFilterPrimitiveStandardAttributes"]
},
"SVGFEDisplacementMapElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
"implements": ["SVGFilterPrimitiveStandardAttributes"]
},
"SVGFEDistantLightElement": {
"inherits": "SVGElement",
@ -1803,15 +1698,11 @@
},
"SVGFEDropShadowElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
"implements": ["SVGFilterPrimitiveStandardAttributes"]
},
"SVGFEFloodElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
"implements": ["SVGFilterPrimitiveStandardAttributes"]
},
"SVGFEFuncAElement": {
"inherits": "SVGComponentTransferFunctionElement",
@ -1831,22 +1722,15 @@
},
"SVGFEGaussianBlurElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
"implements": ["SVGFilterPrimitiveStandardAttributes"]
},
"SVGFEImageElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes",
"SVGURIReference"
]
"implements": ["SVGFilterPrimitiveStandardAttributes", "SVGURIReference"]
},
"SVGFEMergeElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
"implements": ["SVGFilterPrimitiveStandardAttributes"]
},
"SVGFEMergeNodeElement": {
"inherits": "SVGElement",
@ -1854,15 +1738,11 @@
},
"SVGFEMorphologyElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
"implements": ["SVGFilterPrimitiveStandardAttributes"]
},
"SVGFEOffsetElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
"implements": ["SVGFilterPrimitiveStandardAttributes"]
},
"SVGFEPointLightElement": {
"inherits": "SVGElement",
@ -1870,9 +1750,7 @@
},
"SVGFESpecularLightingElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
"implements": ["SVGFilterPrimitiveStandardAttributes"]
},
"SVGFESpotLightElement": {
"inherits": "SVGElement",
@ -1880,22 +1758,15 @@
},
"SVGFETileElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
"implements": ["SVGFilterPrimitiveStandardAttributes"]
},
"SVGFETurbulenceElement": {
"inherits": "SVGElement",
"implements": [
"SVGFilterPrimitiveStandardAttributes"
]
"implements": ["SVGFilterPrimitiveStandardAttributes"]
},
"SVGFilterElement": {
"inherits": "SVGElement",
"implements": [
"SVGURIReference",
"SVGUnitTypes"
]
"implements": ["SVGURIReference", "SVGUnitTypes"]
},
"SVGForeignObjectElement": {
"inherits": "SVGGraphicsElement",
@ -1911,23 +1782,15 @@
},
"SVGGradientElement": {
"inherits": "SVGElement",
"implements": [
"SVGURIReference",
"SVGUnitTypes"
]
"implements": ["SVGURIReference", "SVGUnitTypes"]
},
"SVGGraphicsElement": {
"inherits": "SVGElement",
"implements": [
"SVGTests"
]
"implements": ["SVGTests"]
},
"SVGImageElement": {
"inherits": "SVGGraphicsElement",
"implements": [
"MozImageLoadingContent",
"SVGURIReference"
]
"implements": ["MozImageLoadingContent", "SVGURIReference"]
},
"SVGLengthList": {
"inherits": null,
@ -1943,21 +1806,15 @@
},
"SVGMPathElement": {
"inherits": "SVGElement",
"implements": [
"SVGURIReference"
]
"implements": ["SVGURIReference"]
},
"SVGMarkerElement": {
"inherits": "SVGElement",
"implements": [
"SVGFitToViewBox"
]
"implements": ["SVGFitToViewBox"]
},
"SVGMaskElement": {
"inherits": "SVGElement",
"implements": [
"SVGUnitTypes"
]
"implements": ["SVGUnitTypes"]
},
"SVGMetadataElement": {
"inherits": "SVGElement",
@ -1969,9 +1826,7 @@
},
"SVGPathElement": {
"inherits": "SVGGeometryElement",
"implements": [
"SVGAnimatedPathData"
]
"implements": ["SVGAnimatedPathData"]
},
"SVGPathSegArcAbs": {
"inherits": "SVGPathSeg",
@ -2055,11 +1910,7 @@
},
"SVGPatternElement": {
"inherits": "SVGElement",
"implements": [
"SVGFitToViewBox",
"SVGURIReference",
"SVGUnitTypes"
]
"implements": ["SVGFitToViewBox", "SVGURIReference", "SVGUnitTypes"]
},
"SVGPoint": {
"inherits": null,
@ -2071,15 +1922,11 @@
},
"SVGPolygonElement": {
"inherits": "SVGGeometryElement",
"implements": [
"SVGAnimatedPoints"
]
"implements": ["SVGAnimatedPoints"]
},
"SVGPolylineElement": {
"inherits": "SVGGeometryElement",
"implements": [
"SVGAnimatedPoints"
]
"implements": ["SVGAnimatedPoints"]
},
"SVGPreserveAspectRatio": {
"inherits": null,
@ -2099,16 +1946,11 @@
},
"SVGSVGElement": {
"inherits": "SVGGraphicsElement",
"implements": [
"SVGFitToViewBox",
"SVGZoomAndPan"
]
"implements": ["SVGFitToViewBox", "SVGZoomAndPan"]
},
"SVGScriptElement": {
"inherits": "SVGElement",
"implements": [
"SVGURIReference"
]
"implements": ["SVGURIReference"]
},
"SVGSetElement": {
"inherits": "SVGAnimationElement",
@ -2132,10 +1974,7 @@
},
"SVGSymbolElement": {
"inherits": "SVGElement",
"implements": [
"SVGFitToViewBox",
"SVGTests"
]
"implements": ["SVGFitToViewBox", "SVGTests"]
},
"SVGTSpanElement": {
"inherits": "SVGTextPositioningElement",
@ -2151,9 +1990,7 @@
},
"SVGTextPathElement": {
"inherits": "SVGTextContentElement",
"implements": [
"SVGURIReference"
]
"implements": ["SVGURIReference"]
},
"SVGTextPositioningElement": {
"inherits": "SVGTextContentElement",
@ -2169,16 +2006,11 @@
},
"SVGUseElement": {
"inherits": "SVGGraphicsElement",
"implements": [
"SVGURIReference"
]
"implements": ["SVGURIReference"]
},
"SVGViewElement": {
"inherits": "SVGElement",
"implements": [
"SVGFitToViewBox",
"SVGZoomAndPan"
]
"implements": ["SVGFitToViewBox", "SVGZoomAndPan"]
},
"SVGZoomEvent": {
"inherits": "UIEvent",
@ -2190,9 +2022,7 @@
},
"ScriptProcessorNode": {
"inherits": "AudioNode",
"implements": [
"AudioNodePassThrough"
]
"implements": ["AudioNodePassThrough"]
},
"ScrollAreaEvent": {
"inherits": "UIEvent",
@ -2224,9 +2054,7 @@
},
"ServiceWorker": {
"inherits": "EventTarget",
"implements": [
"AbstractWorker"
]
"implements": ["AbstractWorker"]
},
"ServiceWorkerContainer": {
"inherits": "EventTarget",
@ -2234,9 +2062,7 @@
},
"ServiceWorkerGlobalScope": {
"inherits": "WorkerGlobalScope",
"implements": [
"GlobalFetch"
]
"implements": ["GlobalFetch"]
},
"ServiceWorkerRegistration": {
"inherits": "EventTarget",
@ -2256,9 +2082,7 @@
},
"SharedWorker": {
"inherits": "EventTarget",
"implements": [
"AbstractWorker"
]
"implements": ["AbstractWorker"]
},
"SharedWorkerGlobalScope": {
"inherits": "WorkerGlobalScope",
@ -2298,9 +2122,7 @@
},
"StereoPannerNode": {
"inherits": "AudioNode",
"implements": [
"AudioNodePassThrough"
]
"implements": ["AudioNodePassThrough"]
},
"StorageEvent": {
"inherits": "Event",
@ -2312,9 +2134,7 @@
},
"StylePropertyMapReadOnly": {
"inherits": null,
"implements": [
"StylePropertyMap"
]
"implements": ["StylePropertyMap"]
},
"StyleRuleChangeEvent": {
"inherits": "Event",
@ -2386,9 +2206,7 @@
},
"Text": {
"inherits": "CharacterData",
"implements": [
"GeometryUtils"
]
"implements": ["GeometryUtils"]
},
"TextTrack": {
"inherits": "EventTarget",
@ -2448,10 +2266,7 @@
},
"URL": {
"inherits": null,
"implements": [
"URLUtils",
"URLUtilsSearchParams"
]
"implements": ["URLUtils", "URLUtilsSearchParams"]
},
"USSDReceivedEvent": {
"inherits": "Event",
@ -2487,9 +2302,7 @@
},
"WaveShaperNode": {
"inherits": "AudioNode",
"implements": [
"AudioNodePassThrough"
]
"implements": ["AudioNodePassThrough"]
},
"WebGL2RenderingContext": {
"inherits": "WebGLRenderingContext",
@ -2531,22 +2344,15 @@
},
"Worker": {
"inherits": "EventTarget",
"implements": [
"AbstractWorker"
]
"implements": ["AbstractWorker"]
},
"WorkerGlobalScope": {
"inherits": "EventTarget",
"implements": [
"GlobalCrypto",
"WindowOrWorkerGlobalScope"
]
"implements": ["GlobalCrypto", "WindowOrWorkerGlobalScope"]
},
"WorkerLocation": {
"inherits": null,
"implements": [
"URLUtilsReadOnly"
]
"implements": ["URLUtilsReadOnly"]
},
"WorkerNavigator": {
"inherits": null,

View File

@ -23,9 +23,6 @@
}
}
},
"required": [
"inherits",
"implements"
]
"required": ["inherits", "implements"]
}
}

View File

@ -1,20 +1,14 @@
{
"@charset": {
"syntax": "@charset \"<charset>\";",
"groups": [
"CSS Charsets"
],
"groups": ["CSS Charsets"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@charset"
},
"@counter-style": {
"syntax": "@counter-style <counter-style-name> {\n [ system: <counter-system>; ] ||\n [ symbols: <counter-symbols>; ] ||\n [ additive-symbols: <additive-symbols>; ] ||\n [ negative: <negative-symbol>; ] ||\n [ prefix: <prefix>; ] ||\n [ suffix: <suffix>; ] ||\n [ range: <range>; ] ||\n [ pad: <padding>; ] ||\n [ speak-as: <speak-as>; ] ||\n [ fallback: <counter-style-name>; ]\n}",
"interfaces": [
"CSSCounterStyleRule"
],
"groups": [
"CSS Counter Styles"
],
"interfaces": ["CSSCounterStyleRule"],
"groups": ["CSS Counter Styles"],
"descriptors": {
"additive-symbols": {
"syntax": "[ <integer> && <symbol> ]#",
@ -112,24 +106,15 @@
},
"@document": {
"syntax": "@document [ <url> | url-prefix(<string>) | domain(<string>) | media-document(<string>) | regexp(<string>) ]# {\n <group-rule-body>\n}",
"interfaces": [
"CSSGroupingRule",
"CSSConditionRule"
],
"groups": [
"CSS Conditional Rules"
],
"interfaces": ["CSSGroupingRule", "CSSConditionRule"],
"groups": ["CSS Conditional Rules"],
"status": "nonstandard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@document"
},
"@font-face": {
"syntax": "@font-face {\n [ font-family: <family-name>; ] ||\n [ src: <src>; ] ||\n [ unicode-range: <unicode-range>; ] ||\n [ font-variant: <font-variant>; ] ||\n [ font-feature-settings: <font-feature-settings>; ] ||\n [ font-variation-settings: <font-variation-settings>; ] ||\n [ font-stretch: <font-stretch>; ] ||\n [ font-weight: <font-weight>; ] ||\n [ font-style: <font-style>; ] ||\n [ size-adjust: <size-adjust>; ] ||\n [ ascent-override: <ascent-override>; ] ||\n [ descent-override: <descent-override>; ] ||\n [ line-gap-override: <line-gap-override>; ]\n}",
"interfaces": [
"CSSFontFaceRule"
],
"groups": [
"CSS Fonts"
],
"interfaces": ["CSSFontFaceRule"],
"groups": ["CSS Fonts"],
"descriptors": {
"ascent-override": {
"syntax": "normal | <percentage>",
@ -263,45 +248,28 @@
},
"@font-feature-values": {
"syntax": "@font-feature-values <family-name># {\n <feature-value-block-list>\n}",
"interfaces": [
"CSSFontFeatureValuesRule"
],
"groups": [
"CSS Fonts"
],
"interfaces": ["CSSFontFeatureValuesRule"],
"groups": ["CSS Fonts"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-feature-values"
},
"@import": {
"syntax": "@import [ <string> | <url> ]\n [ layer | layer(<layer-name>) ]?\n [ supports( [ <supports-condition> | <declaration> ] ) ]?\n <media-query-list>? ;",
"groups": [
"CSS Conditional Rules",
"Media Queries"
],
"groups": ["CSS Conditional Rules", "Media Queries"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@import"
},
"@keyframes": {
"syntax": "@keyframes <keyframes-name> {\n <keyframe-block-list>\n}",
"interfaces": [
"CSSKeyframeRule",
"CSSKeyframesRule"
],
"groups": [
"CSS Animations"
],
"interfaces": ["CSSKeyframeRule", "CSSKeyframesRule"],
"groups": ["CSS Animations"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@keyframes"
},
"@layer": {
"syntax": "@layer [ <layer-name># | <layer-name>? {\n <stylesheet>\n} ]",
"interfaces": [
"CSSLayerBlockRule",
"CSSLayerStatementRule"
],
"groups": [
"CSS Cascading and Inheritance"
],
"interfaces": ["CSSLayerBlockRule", "CSSLayerStatementRule"],
"groups": ["CSS Cascading and Inheritance"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@layer"
},
@ -313,36 +281,24 @@
"CSSMediaRule",
"CSSCustomMediaRule"
],
"groups": [
"CSS Conditional Rules",
"Media Queries"
],
"groups": ["CSS Conditional Rules", "Media Queries"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@media"
},
"@namespace": {
"syntax": "@namespace <namespace-prefix>? [ <string> | <url> ];",
"groups": [
"CSS Namespaces"
],
"groups": ["CSS Namespaces"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@namespace"
},
"@page": {
"syntax": "@page <page-selector-list> {\n <page-body>\n}",
"interfaces": [
"CSSPageRule"
],
"groups": [
"CSS Pages"
],
"interfaces": ["CSSPageRule"],
"groups": ["CSS Pages"],
"descriptors": {
"bleed": {
"syntax": "auto | <length>",
"media": [
"visual",
"paged"
],
"media": ["visual", "paged"],
"initial": "auto",
"percentages": "no",
"computed": "asSpecified",
@ -351,10 +307,7 @@
},
"marks": {
"syntax": "none | [ crop || cross ]",
"media": [
"visual",
"paged"
],
"media": ["visual", "paged"],
"initial": "none",
"percentages": "no",
"computed": "asSpecified",
@ -363,10 +316,7 @@
},
"size": {
"syntax": "<length>{1,2} | auto | [ <page-size> || [ portrait | landscape ] ]",
"media": [
"visual",
"paged"
],
"media": ["visual", "paged"],
"initial": "auto",
"percentages": "no",
"computed": "asSpecifiedRelativeToAbsoluteLengths",
@ -379,13 +329,8 @@
},
"@property": {
"syntax": "@property <custom-property-name> {\n <declaration-list>\n}",
"interfaces": [
"CSS",
"CSSPropertyRule"
],
"groups": [
"CSS Houdini"
],
"interfaces": ["CSS", "CSSPropertyRule"],
"groups": ["CSS Houdini"],
"descriptors": {
"syntax": {
"syntax": "<string>",
@ -420,64 +365,35 @@
},
"@scroll-timeline": {
"syntax": "@scroll-timeline <timeline-name> { <declaration-list> }",
"interfaces": [
"ScrollTimeline"
],
"groups": [
"CSS Animations"
],
"interfaces": ["ScrollTimeline"],
"groups": ["CSS Animations"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@scroll-timeline"
},
"@supports": {
"syntax": "@supports <supports-condition> {\n <group-rule-body>\n}",
"interfaces": [
"CSSGroupingRule",
"CSSConditionRule",
"CSSSupportsRule"
],
"groups": [
"CSS Conditional Rules"
],
"interfaces": ["CSSGroupingRule", "CSSConditionRule", "CSSSupportsRule"],
"groups": ["CSS Conditional Rules"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@supports"
},
"@viewport": {
"syntax": "@viewport {\n <group-rule-body>\n}",
"interfaces": [
"CSSViewportRule"
],
"groups": [
"CSS Device Adaptation"
],
"interfaces": ["CSSViewportRule"],
"groups": ["CSS Device Adaptation"],
"descriptors": {
"height": {
"syntax": "<viewport-length>{1,2}",
"media": [
"visual",
"continuous"
],
"initial": [
"min-height",
"max-height"
],
"percentages": [
"min-height",
"max-height"
],
"computed": [
"min-height",
"max-height"
],
"media": ["visual", "continuous"],
"initial": ["min-height", "max-height"],
"percentages": ["min-height", "max-height"],
"computed": ["min-height", "max-height"],
"order": "orderOfAppearance",
"status": "standard"
},
"max-height": {
"syntax": "<viewport-length>",
"media": [
"visual",
"continuous"
],
"media": ["visual", "continuous"],
"initial": "auto",
"percentages": "referToHeightOfInitialViewport",
"computed": "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",
@ -486,10 +402,7 @@
},
"max-width": {
"syntax": "<viewport-length>",
"media": [
"visual",
"continuous"
],
"media": ["visual", "continuous"],
"initial": "auto",
"percentages": "referToWidthOfInitialViewport",
"computed": "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",
@ -498,10 +411,7 @@
},
"max-zoom": {
"syntax": "auto | <number> | <percentage>",
"media": [
"visual",
"continuous"
],
"media": ["visual", "continuous"],
"initial": "auto",
"percentages": "the zoom factor itself",
"computed": "autoNonNegativeOrPercentage",
@ -510,10 +420,7 @@
},
"min-height": {
"syntax": "<viewport-length>",
"media": [
"visual",
"continuous"
],
"media": ["visual", "continuous"],
"initial": "auto",
"percentages": "referToHeightOfInitialViewport",
"computed": "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",
@ -522,10 +429,7 @@
},
"min-width": {
"syntax": "<viewport-length>",
"media": [
"visual",
"continuous"
],
"media": ["visual", "continuous"],
"initial": "auto",
"percentages": "referToWidthOfInitialViewport",
"computed": "lengthAbsolutePercentageAsSpecifiedOtherwiseAuto",
@ -534,10 +438,7 @@
},
"min-zoom": {
"syntax": "auto | <number> | <percentage>",
"media": [
"visual",
"continuous"
],
"media": ["visual", "continuous"],
"initial": "auto",
"percentages": "the zoom factor itself",
"computed": "autoNonNegativeOrPercentage",
@ -546,10 +447,7 @@
},
"orientation": {
"syntax": "auto | portrait | landscape",
"media": [
"visual",
"continuous"
],
"media": ["visual", "continuous"],
"initial": "auto",
"percentages": "referToSizeOfBoundingBox",
"computed": "asSpecified",
@ -558,10 +456,7 @@
},
"user-zoom": {
"syntax": "zoom | fixed",
"media": [
"visual",
"continuous"
],
"media": ["visual", "continuous"],
"initial": "zoom",
"percentages": "referToSizeOfBoundingBox",
"computed": "asSpecified",
@ -570,10 +465,7 @@
},
"viewport-fit": {
"syntax": "auto | contain | cover",
"media": [
"visual",
"continuous"
],
"media": ["visual", "continuous"],
"initial": "auto",
"percentages": "no",
"computed": "asSpecified",
@ -582,31 +474,16 @@
},
"width": {
"syntax": "<viewport-length>{1,2}",
"media": [
"visual",
"continuous"
],
"initial": [
"min-width",
"max-width"
],
"percentages": [
"min-width",
"max-width"
],
"computed": [
"min-width",
"max-width"
],
"media": ["visual", "continuous"],
"initial": ["min-width", "max-width"],
"percentages": ["min-width", "max-width"],
"computed": ["min-width", "max-width"],
"order": "orderOfAppearance",
"status": "standard"
},
"zoom": {
"syntax": "auto | <number> | <percentage>",
"media": [
"visual",
"continuous"
],
"media": ["visual", "continuous"],
"initial": "auto",
"percentages": "the zoom factor itself",
"computed": "autoNonNegativeOrPercentage",

View File

@ -55,12 +55,7 @@
"oneOf": [
{
"type": "string",
"enum": [
"all",
"continuous",
"paged",
"visual"
]
"enum": ["all", "continuous", "paged", "visual"]
},
{
"type": "array",
@ -68,11 +63,7 @@
"uniqueItems": true,
"items": {
"type": "string",
"enum": [
"continuous",
"paged",
"visual"
]
"enum": ["continuous", "paged", "visual"]
}
}
]
@ -87,17 +78,10 @@
"$ref": "#/definitions/stringOrPropertyList"
},
"order": {
"enum": [
"orderOfAppearance",
"uniqueOrder"
]
"enum": ["orderOfAppearance", "uniqueOrder"]
},
"status": {
"enum": [
"standard",
"nonstandard",
"experimental"
]
"enum": ["standard", "nonstandard", "experimental"]
}
},
"required": [
@ -112,21 +96,13 @@
}
},
"status": {
"enum": [
"standard",
"nonstandard",
"experimental"
]
"enum": ["standard", "nonstandard", "experimental"]
},
"mdn_url": {
"type": "string",
"pattern": "^https://developer.mozilla.org/docs/Web/CSS/"
}
},
"required": [
"syntax",
"groups",
"status"
]
"required": ["syntax", "groups", "status"]
}
}

12
node_modules/mdn-data/css/index.js generated vendored
View File

@ -1,8 +1,8 @@
module.exports = {
atRules: require('./at-rules'),
selectors: require('./selectors'),
types: require('./types'),
atRules: require('./at-rules'),
selectors: require('./selectors'),
types: require('./types'),
properties: require('./properties'),
syntaxes: require('./syntaxes'),
units: require('./units'),
}
syntaxes: require('./syntaxes'),
units: require('./units'),
};

File diff suppressed because it is too large Load Diff

View File

@ -253,11 +253,7 @@
"minItems": 1,
"uniqueItems": true,
"items": {
"enum": [
"::first-letter",
"::first-line",
"::placeholder"
]
"enum": ["::first-letter", "::first-line", "::placeholder"]
}
},
"order": {
@ -273,12 +269,7 @@
]
},
"status": {
"enum": [
"standard",
"nonstandard",
"experimental",
"obsolete"
]
"enum": ["standard", "nonstandard", "experimental", "obsolete"]
},
"mdn_url": {
"type": "string",
@ -328,11 +319,7 @@
"uniqueItems": true,
"items": {
"type": "string",
"enum": [
"interactive",
"paged",
"visual"
]
"enum": ["interactive", "paged", "visual"]
}
}
]

File diff suppressed because it is too large Load Diff

View File

@ -16,21 +16,13 @@
}
},
"status": {
"enum": [
"standard",
"nonstandard",
"experimental"
]
"enum": ["standard", "nonstandard", "experimental"]
},
"mdn_url": {
"type": "string",
"pattern": "^https://developer.mozilla.org/docs/Web/CSS/"
}
},
"required": [
"syntax",
"groups",
"status"
]
"required": ["syntax", "groups", "status"]
}
}

View File

@ -3,9 +3,7 @@
"additionalProperties": {
"type": "object",
"additionalProperties": false,
"required": [
"syntax"
],
"required": ["syntax"],
"properties": {
"syntax": {
"type": "string"

149
node_modules/mdn-data/css/types.json generated vendored
View File

@ -1,45 +1,30 @@
{
"an-plus-b": {
"groups": [
"Selectors"
],
"groups": ["Selectors"],
"status": "standard"
},
"angle": {
"groups": [
"CSS Types"
],
"groups": ["CSS Types"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/angle"
},
"angle-percentage": {
"groups": [
"CSS Types"
],
"groups": ["CSS Types"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/angle-percentage"
},
"basic-shape": {
"groups": [
"CSS Shapes",
"CSS Types"
],
"groups": ["CSS Shapes", "CSS Types"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/basic-shape"
},
"blend-mode": {
"groups": [
"Compositing and Blending",
"CSS Types"
],
"groups": ["Compositing and Blending", "CSS Types"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/blend-mode"
},
"color": {
"groups": [
"CSS Color",
"CSS Types"
],
"groups": ["CSS Color", "CSS Types"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value"
},
@ -55,210 +40,146 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/custom-ident"
},
"dimension": {
"groups": [
"CSS Types"
],
"groups": ["CSS Types"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/dimension"
},
"display-outside": {
"groups": [
"CSS Display"
],
"groups": ["CSS Display"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/display-outside"
},
"display-inside": {
"groups": [
"CSS Display"
],
"groups": ["CSS Display"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/display-inside"
},
"display-listitem": {
"groups": [
"CSS Display"
],
"groups": ["CSS Display"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/display-listitem"
},
"display-internal": {
"groups": [
"CSS Display"
],
"groups": ["CSS Display"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/display-internal"
},
"display-box": {
"groups": [
"CSS Display"
],
"groups": ["CSS Display"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/display-box"
},
"display-legacy": {
"groups": [
"CSS Display"
],
"groups": ["CSS Display"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/display-legacy"
},
"filter-function": {
"groups": [
"Filter Effects"
],
"groups": ["Filter Effects"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function"
},
"flex": {
"groups": [
"CSS Grid Layout",
"CSS Types"
],
"groups": ["CSS Grid Layout", "CSS Types"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/flex_value"
},
"frequency": {
"groups": [
"CSS Types"
],
"groups": ["CSS Types"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/frequency"
},
"frequency-percentage": {
"groups": [
"CSS Types"
],
"groups": ["CSS Types"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/frequency-percentage"
},
"gradient": {
"groups": [
"CSS Images",
"CSS Types"
],
"groups": ["CSS Images", "CSS Types"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient"
},
"ident": {
"groups": [
"CSS Types"
],
"groups": ["CSS Types"],
"status": "standard"
},
"image": {
"groups": [
"CSS Images",
"CSS Types"
],
"groups": ["CSS Images", "CSS Types"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/image"
},
"integer": {
"groups": [
"CSS Types"
],
"groups": ["CSS Types"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/integer"
},
"length": {
"groups": [
"CSS Types"
],
"groups": ["CSS Types"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/length"
},
"length-percentage": {
"groups": [
"CSS Types"
],
"groups": ["CSS Types"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/length-percentage"
},
"number": {
"groups": [
"CSS Types"
],
"groups": ["CSS Types"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/number"
},
"percentage": {
"groups": [
"CSS Types"
],
"groups": ["CSS Types"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/percentage"
},
"position": {
"groups": [
"CSS Types"
],
"groups": ["CSS Types"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position_value"
},
"ratio": {
"groups": [
"CSS Types"
],
"groups": ["CSS Types"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ratio"
},
"resolution": {
"groups": [
"CSS Types"
],
"groups": ["CSS Types"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/resolution"
},
"shape": {
"groups": [
"CSS Types"
],
"groups": ["CSS Types"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/shape"
},
"string": {
"groups": [
"CSS Types"
],
"groups": ["CSS Types"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/string"
},
"time": {
"groups": [
"CSS Types"
],
"groups": ["CSS Types"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/time"
},
"time-percentage": {
"groups": [
"CSS Types"
],
"groups": ["CSS Types"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/time-percentage"
},
"timing-function": {
"groups": [
"CSS Animations",
"CSS Transitions",
"CSS Types"
],
"groups": ["CSS Animations", "CSS Transitions", "CSS Types"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/timing-function"
},
"transform-function": {
"groups": [
"CSS Transforms",
"CSS Types"
],
"groups": ["CSS Transforms", "CSS Types"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function"
},
"url": {
"groups": [
"CSS Types"
],
"groups": ["CSS Types"],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/url"
}

View File

@ -13,20 +13,13 @@
}
},
"status": {
"enum": [
"standard",
"nonstandard",
"experimental"
]
"enum": ["standard", "nonstandard", "experimental"]
},
"mdn_url": {
"type": "string",
"pattern": "^https://developer.mozilla.org/docs/Web/CSS/"
}
},
"required": [
"groups",
"status"
]
"required": ["groups", "status"]
}
}

151
node_modules/mdn-data/css/units.json generated vendored
View File

@ -1,213 +1,122 @@
{
"cap": {
"groups": [
"CSS Units",
"CSS Lengths"
],
"groups": ["CSS Units", "CSS Lengths"],
"status": "standard"
},
"ch": {
"groups": [
"CSS Units",
"CSS Lengths"
],
"groups": ["CSS Units", "CSS Lengths"],
"status": "standard"
},
"cm": {
"groups": [
"CSS Units",
"CSS Lengths"
],
"groups": ["CSS Units", "CSS Lengths"],
"status": "standard"
},
"deg": {
"groups": [
"CSS Units",
"CSS Angles"
],
"groups": ["CSS Units", "CSS Angles"],
"status": "standard"
},
"dpcm": {
"groups": [
"CSS Units",
"CSS Resolutions"
],
"groups": ["CSS Units", "CSS Resolutions"],
"status": "standard"
},
"dpi": {
"groups": [
"CSS Units",
"CSS Resolutions"
],
"groups": ["CSS Units", "CSS Resolutions"],
"status": "standard"
},
"dppx": {
"groups": [
"CSS Units",
"CSS Resolutions"
],
"groups": ["CSS Units", "CSS Resolutions"],
"status": "standard"
},
"em": {
"groups": [
"CSS Units",
"CSS Lengths"
],
"groups": ["CSS Units", "CSS Lengths"],
"status": "standard"
},
"ex": {
"groups": [
"CSS Units",
"CSS Lengths"
],
"groups": ["CSS Units", "CSS Lengths"],
"status": "standard"
},
"fr": {
"groups": [
"CSS Units",
"CSS Flexible Lengths",
"CSS Grid Layout"
],
"groups": ["CSS Units", "CSS Flexible Lengths", "CSS Grid Layout"],
"status": "standard"
},
"grad": {
"groups": [
"CSS Units",
"CSS Angles"
],
"groups": ["CSS Units", "CSS Angles"],
"status": "standard"
},
"Hz": {
"groups": [
"CSS Units",
"CSS Frequencies"
],
"groups": ["CSS Units", "CSS Frequencies"],
"status": "standard"
},
"ic": {
"groups": [
"CSS Units",
"CSS Lengths"
],
"groups": ["CSS Units", "CSS Lengths"],
"status": "standard"
},
"in": {
"groups": [
"CSS Units",
"CSS Lengths"
],
"groups": ["CSS Units", "CSS Lengths"],
"status": "standard"
},
"kHz": {
"groups": [
"CSS Units",
"CSS Frequencies"
],
"groups": ["CSS Units", "CSS Frequencies"],
"status": "standard"
},
"mm": {
"groups": [
"CSS Units",
"CSS Lengths"
],
"groups": ["CSS Units", "CSS Lengths"],
"status": "standard"
},
"ms": {
"groups": [
"CSS Units",
"CSS Times"
],
"groups": ["CSS Units", "CSS Times"],
"status": "standard"
},
"pc": {
"groups": [
"CSS Units",
"CSS Lengths"
],
"groups": ["CSS Units", "CSS Lengths"],
"status": "standard"
},
"pt": {
"groups": [
"CSS Units",
"CSS Lengths"
],
"groups": ["CSS Units", "CSS Lengths"],
"status": "standard"
},
"px": {
"groups": [
"CSS Units",
"CSS Lengths"
],
"groups": ["CSS Units", "CSS Lengths"],
"status": "standard"
},
"Q": {
"groups": [
"CSS Units",
"CSS Lengths"
],
"groups": ["CSS Units", "CSS Lengths"],
"status": "standard"
},
"rad": {
"groups": [
"CSS Units",
"CSS Angles"
],
"groups": ["CSS Units", "CSS Angles"],
"status": "standard"
},
"rem": {
"groups": [
"CSS Units",
"CSS Lengths"
],
"groups": ["CSS Units", "CSS Lengths"],
"status": "standard"
},
"s": {
"groups": [
"CSS Units",
"CSS Times"
],
"groups": ["CSS Units", "CSS Times"],
"status": "standard"
},
"turn": {
"groups": [
"CSS Units",
"CSS Angles"
],
"groups": ["CSS Units", "CSS Angles"],
"status": "standard"
},
"vh": {
"groups": [
"CSS Units",
"CSS Lengths"
],
"groups": ["CSS Units", "CSS Lengths"],
"status": "standard"
},
"vmax": {
"groups": [
"CSS Units",
"CSS Lengths"
],
"groups": ["CSS Units", "CSS Lengths"],
"status": "standard"
},
"vmin": {
"groups": [
"CSS Units",
"CSS Lengths"
],
"groups": ["CSS Units", "CSS Lengths"],
"status": "standard"
},
"vw": {
"groups": [
"CSS Units",
"CSS Lengths"
],
"groups": ["CSS Units", "CSS Lengths"],
"status": "standard"
},
"x": {
"groups": [
"CSS Units",
"CSS Resolutions"
],
"groups": ["CSS Units", "CSS Resolutions"],
"status": "standard"
}
}

View File

@ -13,16 +13,9 @@
}
},
"status": {
"enum": [
"standard",
"nonstandard",
"experimental"
]
"enum": ["standard", "nonstandard", "experimental"]
}
},
"required": [
"groups",
"status"
]
"required": ["groups", "status"]
}
}

2
node_modules/mdn-data/index.js generated vendored
View File

@ -2,4 +2,4 @@ module.exports = {
api: require('./api'),
css: require('./css'),
l10n: require('./l10n'),
}
};

View File

@ -1,3 +1,3 @@
module.exports = {
css: require('./css'),
}
};