Fix async lifecycle ordering, add _spa_init boot phase, update to jqhtml _load_only/_load_render_only flags
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
287
node_modules/mdn-data/css/at-rules.json
generated
vendored
287
node_modules/mdn-data/css/at-rules.json
generated
vendored
@@ -2,7 +2,7 @@
|
||||
"@charset": {
|
||||
"syntax": "@charset \"<charset>\";",
|
||||
"groups": [
|
||||
"CSS Charsets"
|
||||
"CSS Syntax"
|
||||
],
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@charset"
|
||||
@@ -17,13 +17,14 @@
|
||||
],
|
||||
"descriptors": {
|
||||
"additive-symbols": {
|
||||
"syntax": "[ <integer> && <symbol> ]#",
|
||||
"syntax": "[ <integer [0,∞]> && <symbol> ]#",
|
||||
"media": "all",
|
||||
"initial": "n/a (required)",
|
||||
"percentages": "no",
|
||||
"computed": "asSpecified",
|
||||
"order": "orderOfAppearance",
|
||||
"status": "standard"
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/additive-symbols"
|
||||
},
|
||||
"fallback": {
|
||||
"syntax": "<counter-style-name>",
|
||||
@@ -32,7 +33,8 @@
|
||||
"percentages": "no",
|
||||
"computed": "asSpecified",
|
||||
"order": "uniqueOrder",
|
||||
"status": "standard"
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/fallback"
|
||||
},
|
||||
"negative": {
|
||||
"syntax": "<symbol> <symbol>?",
|
||||
@@ -41,16 +43,18 @@
|
||||
"percentages": "no",
|
||||
"computed": "asSpecified",
|
||||
"order": "orderOfAppearance",
|
||||
"status": "standard"
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/negative"
|
||||
},
|
||||
"pad": {
|
||||
"syntax": "<integer> && <symbol>",
|
||||
"syntax": "<integer [0,∞]> && <symbol>",
|
||||
"media": "all",
|
||||
"initial": "0 \"\"",
|
||||
"percentages": "no",
|
||||
"computed": "asSpecified",
|
||||
"order": "uniqueOrder",
|
||||
"status": "standard"
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/pad"
|
||||
},
|
||||
"prefix": {
|
||||
"syntax": "<symbol>",
|
||||
@@ -59,7 +63,8 @@
|
||||
"percentages": "no",
|
||||
"computed": "asSpecified",
|
||||
"order": "uniqueOrder",
|
||||
"status": "standard"
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/prefix"
|
||||
},
|
||||
"range": {
|
||||
"syntax": "[ [ <integer> | infinite ]{2} ]# | auto",
|
||||
@@ -68,7 +73,8 @@
|
||||
"percentages": "no",
|
||||
"computed": "asSpecified",
|
||||
"order": "orderOfAppearance",
|
||||
"status": "standard"
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/range"
|
||||
},
|
||||
"speak-as": {
|
||||
"syntax": "auto | bullets | numbers | words | spell-out | <counter-style-name>",
|
||||
@@ -77,7 +83,8 @@
|
||||
"percentages": "no",
|
||||
"computed": "asSpecified",
|
||||
"order": "uniqueOrder",
|
||||
"status": "standard"
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/speak-as"
|
||||
},
|
||||
"suffix": {
|
||||
"syntax": "<symbol>",
|
||||
@@ -86,7 +93,8 @@
|
||||
"percentages": "no",
|
||||
"computed": "asSpecified",
|
||||
"order": "uniqueOrder",
|
||||
"status": "standard"
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/suffix"
|
||||
},
|
||||
"symbols": {
|
||||
"syntax": "<symbol>+",
|
||||
@@ -95,7 +103,8 @@
|
||||
"percentages": "no",
|
||||
"computed": "asSpecified",
|
||||
"order": "orderOfAppearance",
|
||||
"status": "standard"
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/symbols"
|
||||
},
|
||||
"system": {
|
||||
"syntax": "cyclic | numeric | alphabetic | symbolic | additive | [ fixed <integer>? ] | [ extends <counter-style-name> ]",
|
||||
@@ -104,17 +113,28 @@
|
||||
"percentages": "no",
|
||||
"computed": "asSpecified",
|
||||
"order": "uniqueOrder",
|
||||
"status": "standard"
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/system"
|
||||
}
|
||||
},
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style"
|
||||
},
|
||||
"@container": {
|
||||
"syntax": "@container <container-condition># {\n <block-contents>\n}",
|
||||
"interfaces": [
|
||||
"CSSContainerRule"
|
||||
],
|
||||
"groups": [
|
||||
"CSS Conditional Rules"
|
||||
],
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@container"
|
||||
},
|
||||
"@document": {
|
||||
"syntax": "@document [ <url> | url-prefix(<string>) | domain(<string>) | media-document(<string>) | regexp(<string>) ]# {\n <group-rule-body>\n}",
|
||||
"interfaces": [
|
||||
"CSSGroupingRule",
|
||||
"CSSConditionRule"
|
||||
"CSSDocumentRule"
|
||||
],
|
||||
"groups": [
|
||||
"CSS Conditional Rules"
|
||||
@@ -122,43 +142,6 @@
|
||||
"status": "nonstandard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@document"
|
||||
},
|
||||
"@font-palette-values": {
|
||||
"syntax": "@font-palette-values <dashed-ident> { <declaration-list> }",
|
||||
"groups": [
|
||||
"CSS Fonts"
|
||||
],
|
||||
"descriptors": {
|
||||
"base-palette": {
|
||||
"syntax": "light | dark | <integer [0,∞]>",
|
||||
"media": "all",
|
||||
"initial": "n/a (required)",
|
||||
"percentages": "no",
|
||||
"computed": "asSpecified",
|
||||
"order": "uniqueOrder",
|
||||
"status": "standard"
|
||||
},
|
||||
"font-family": {
|
||||
"syntax": "<family-name>#",
|
||||
"media": "all",
|
||||
"initial": "n/a (required)",
|
||||
"percentages": "no",
|
||||
"computed": "asSpecified",
|
||||
"order": "orderOfAppearance",
|
||||
"status": "standard"
|
||||
},
|
||||
"override-colors": {
|
||||
"syntax": "[ <integer [0,∞]> <absolute-color-base> ]#",
|
||||
"media": "all",
|
||||
"initial": "n/a (required)",
|
||||
"percentages": "no",
|
||||
"computed": "asSpecified",
|
||||
"order": "orderOfAppearance",
|
||||
"status": "standard"
|
||||
}
|
||||
},
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values"
|
||||
},
|
||||
"@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": [
|
||||
@@ -175,7 +158,8 @@
|
||||
"percentages": "asSpecified",
|
||||
"computed": "asSpecified",
|
||||
"order": "orderOfAppearance",
|
||||
"status": "experimental"
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/ascent-override"
|
||||
},
|
||||
"descent-override": {
|
||||
"syntax": "normal | <percentage>",
|
||||
@@ -184,16 +168,18 @@
|
||||
"percentages": "asSpecified",
|
||||
"computed": "asSpecified",
|
||||
"order": "orderOfAppearance",
|
||||
"status": "experimental"
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/descent-override"
|
||||
},
|
||||
"font-display": {
|
||||
"syntax": "[ auto | block | swap | fallback | optional ]",
|
||||
"syntax": "auto | block | swap | fallback | optional",
|
||||
"media": "visual",
|
||||
"percentages": "no",
|
||||
"initial": "auto",
|
||||
"computed": "asSpecified",
|
||||
"order": "uniqueOrder",
|
||||
"status": "experimental"
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-display"
|
||||
},
|
||||
"font-family": {
|
||||
"syntax": "<family-name>",
|
||||
@@ -202,7 +188,8 @@
|
||||
"percentages": "no",
|
||||
"computed": "asSpecified",
|
||||
"order": "uniqueOrder",
|
||||
"status": "standard"
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-family"
|
||||
},
|
||||
"font-feature-settings": {
|
||||
"syntax": "normal | <feature-tag-value>#",
|
||||
@@ -211,16 +198,8 @@
|
||||
"percentages": "no",
|
||||
"computed": "asSpecified",
|
||||
"order": "orderOfAppearance",
|
||||
"status": "standard"
|
||||
},
|
||||
"font-variation-settings": {
|
||||
"syntax": "normal | [ <string> <number> ]#",
|
||||
"media": "all",
|
||||
"initial": "normal",
|
||||
"percentages": "no",
|
||||
"computed": "asSpecified",
|
||||
"order": "orderOfAppearance",
|
||||
"status": "standard"
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-feature-settings"
|
||||
},
|
||||
"font-stretch": {
|
||||
"syntax": "<font-stretch-absolute>{1,2}",
|
||||
@@ -229,7 +208,8 @@
|
||||
"percentages": "no",
|
||||
"computed": "asSpecified",
|
||||
"order": "uniqueOrder",
|
||||
"status": "standard"
|
||||
"status": "obsolete",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-stretch"
|
||||
},
|
||||
"font-style": {
|
||||
"syntax": "normal | italic | oblique <angle>{0,2}",
|
||||
@@ -238,7 +218,18 @@
|
||||
"percentages": "no",
|
||||
"computed": "asSpecified",
|
||||
"order": "uniqueOrder",
|
||||
"status": "standard"
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-style"
|
||||
},
|
||||
"font-variation-settings": {
|
||||
"syntax": "normal | [ <string> <number> ]#",
|
||||
"media": "all",
|
||||
"initial": "normal",
|
||||
"percentages": "no",
|
||||
"computed": "asSpecified",
|
||||
"order": "orderOfAppearance",
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-variation-settings"
|
||||
},
|
||||
"font-weight": {
|
||||
"syntax": "<font-weight-absolute>{1,2}",
|
||||
@@ -247,7 +238,8 @@
|
||||
"percentages": "no",
|
||||
"computed": "asSpecified",
|
||||
"order": "uniqueOrder",
|
||||
"status": "standard"
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-weight"
|
||||
},
|
||||
"line-gap-override": {
|
||||
"syntax": "normal | <percentage>",
|
||||
@@ -256,7 +248,8 @@
|
||||
"percentages": "asSpecified",
|
||||
"computed": "asSpecified",
|
||||
"order": "orderOfAppearance",
|
||||
"status": "experimental"
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/line-gap-override"
|
||||
},
|
||||
"size-adjust": {
|
||||
"syntax": "<percentage>",
|
||||
@@ -265,7 +258,8 @@
|
||||
"percentages": "asSpecified",
|
||||
"computed": "asSpecified",
|
||||
"order": "orderOfAppearance",
|
||||
"status": "experimental"
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/size-adjust"
|
||||
},
|
||||
"src": {
|
||||
"syntax": "[ <url> [ format( <string># ) ]? | local( <family-name> ) ]#",
|
||||
@@ -274,16 +268,18 @@
|
||||
"percentages": "no",
|
||||
"computed": "asSpecified",
|
||||
"order": "orderOfAppearance",
|
||||
"status": "standard"
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/src"
|
||||
},
|
||||
"unicode-range": {
|
||||
"syntax": "<unicode-range>#",
|
||||
"syntax": "<unicode-range-token>#",
|
||||
"media": "all",
|
||||
"initial": "U+0-10FFFF",
|
||||
"percentages": "no",
|
||||
"computed": "asSpecified",
|
||||
"order": "orderOfAppearance",
|
||||
"status": "standard"
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/unicode-range"
|
||||
}
|
||||
},
|
||||
"status": "standard",
|
||||
@@ -300,17 +296,62 @@
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-feature-values"
|
||||
},
|
||||
"@font-palette-values": {
|
||||
"syntax": "@font-palette-values <dashed-ident> {\n <declaration-list>\n}",
|
||||
"interfaces": [
|
||||
"CSSFontPaletteValuesRule"
|
||||
],
|
||||
"groups": [
|
||||
"CSS Fonts"
|
||||
],
|
||||
"descriptors": {
|
||||
"base-palette": {
|
||||
"syntax": "light | dark | <integer [0,∞]>",
|
||||
"media": "all",
|
||||
"initial": "n/a (required)",
|
||||
"percentages": "no",
|
||||
"computed": "asSpecified",
|
||||
"order": "uniqueOrder",
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values/base-palette"
|
||||
},
|
||||
"font-family": {
|
||||
"syntax": "<family-name>#",
|
||||
"media": "all",
|
||||
"initial": "n/a (required)",
|
||||
"percentages": "no",
|
||||
"computed": "asSpecified",
|
||||
"order": "orderOfAppearance",
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values/font-family"
|
||||
},
|
||||
"override-colors": {
|
||||
"syntax": "[ <integer [0,∞]> <color> ]#",
|
||||
"media": "all",
|
||||
"initial": "n/a (required)",
|
||||
"percentages": "no",
|
||||
"computed": "asSpecified",
|
||||
"order": "orderOfAppearance",
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values/override-colors"
|
||||
}
|
||||
},
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values"
|
||||
},
|
||||
"@import": {
|
||||
"syntax": "@import [ <string> | <url> ]\n [ layer | layer(<layer-name>) ]?\n [ supports( [ <supports-condition> | <declaration> ] ) ]?\n <media-query-list>? ;",
|
||||
"interfaces": [
|
||||
"CSSImportRule"
|
||||
],
|
||||
"groups": [
|
||||
"CSS Conditional Rules",
|
||||
"Media Queries"
|
||||
"CSS Cascading and Inheritance"
|
||||
],
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@import"
|
||||
},
|
||||
"@keyframes": {
|
||||
"syntax": "@keyframes <keyframes-name> {\n <keyframe-block-list>\n}",
|
||||
"syntax": "@keyframes <keyframes-name> {\n <qualified-rule-list>\n}",
|
||||
"interfaces": [
|
||||
"CSSKeyframeRule",
|
||||
"CSSKeyframesRule"
|
||||
@@ -336,10 +377,7 @@
|
||||
"@media": {
|
||||
"syntax": "@media <media-query-list> {\n <group-rule-body>\n}",
|
||||
"interfaces": [
|
||||
"CSSGroupingRule",
|
||||
"CSSConditionRule",
|
||||
"CSSMediaRule",
|
||||
"CSSCustomMediaRule"
|
||||
"CSSMediaRule"
|
||||
],
|
||||
"groups": [
|
||||
"CSS Conditional Rules",
|
||||
@@ -350,6 +388,9 @@
|
||||
},
|
||||
"@namespace": {
|
||||
"syntax": "@namespace <namespace-prefix>? [ <string> | <url> ];",
|
||||
"interfaces": [
|
||||
"CSSNamespaceRule"
|
||||
],
|
||||
"groups": [
|
||||
"CSS Namespaces"
|
||||
],
|
||||
@@ -362,7 +403,7 @@
|
||||
"CSSPageRule"
|
||||
],
|
||||
"groups": [
|
||||
"CSS Pages"
|
||||
"CSS Paged Media"
|
||||
],
|
||||
"descriptors": {
|
||||
"bleed": {
|
||||
@@ -390,7 +431,7 @@
|
||||
"status": "standard"
|
||||
},
|
||||
"page-orientation": {
|
||||
"syntax": "upright | rotate-left | rotate-right ",
|
||||
"syntax": "upright | rotate-left | rotate-right",
|
||||
"media": [
|
||||
"visual",
|
||||
"paged"
|
||||
@@ -399,10 +440,11 @@
|
||||
"percentages": "no",
|
||||
"computed": "asSpecified",
|
||||
"order": "orderOfAppearance",
|
||||
"status": "standard"
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@page/page-orientation"
|
||||
},
|
||||
"size": {
|
||||
"syntax": "<length>{1,2} | auto | [ <page-size> || [ portrait | landscape ] ]",
|
||||
"syntax": "<length [0,∞]>{1,2} | auto | [ <page-size> || [ portrait | landscape ] ]",
|
||||
"media": [
|
||||
"visual",
|
||||
"paged"
|
||||
@@ -411,7 +453,8 @@
|
||||
"percentages": "no",
|
||||
"computed": "asSpecifiedRelativeToAbsoluteLengths",
|
||||
"order": "orderOfAppearance",
|
||||
"status": "standard"
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@page/size"
|
||||
}
|
||||
},
|
||||
"status": "standard",
|
||||
@@ -423,7 +466,7 @@
|
||||
"CSSPositionTryRule"
|
||||
],
|
||||
"groups": [
|
||||
"CSS Positioning"
|
||||
"CSS Anchor Positioning"
|
||||
],
|
||||
"status": "experimental",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@position-try"
|
||||
@@ -431,22 +474,12 @@
|
||||
"@property": {
|
||||
"syntax": "@property <custom-property-name> {\n <declaration-list>\n}",
|
||||
"interfaces": [
|
||||
"CSS",
|
||||
"CSSPropertyRule"
|
||||
],
|
||||
"groups": [
|
||||
"CSS Houdini"
|
||||
],
|
||||
"descriptors": {
|
||||
"syntax": {
|
||||
"syntax": "<string>",
|
||||
"media": "all",
|
||||
"percentages": "no",
|
||||
"initial": "n/a (required)",
|
||||
"computed": "asSpecified",
|
||||
"order": "uniqueOrder",
|
||||
"status": "experimental"
|
||||
},
|
||||
"inherits": {
|
||||
"syntax": "true | false",
|
||||
"media": "all",
|
||||
@@ -454,7 +487,8 @@
|
||||
"initial": "auto",
|
||||
"computed": "asSpecified",
|
||||
"order": "uniqueOrder",
|
||||
"status": "experimental"
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property/inherits"
|
||||
},
|
||||
"initial-value": {
|
||||
"syntax": "<declaration-value>?",
|
||||
@@ -463,14 +497,28 @@
|
||||
"percentages": "no",
|
||||
"computed": "asSpecified",
|
||||
"order": "uniqueOrder",
|
||||
"status": "experimental"
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property/initial-value"
|
||||
},
|
||||
"syntax": {
|
||||
"syntax": "<string>",
|
||||
"media": "all",
|
||||
"percentages": "no",
|
||||
"initial": "n/a (required)",
|
||||
"computed": "asSpecified",
|
||||
"order": "uniqueOrder",
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property/syntax"
|
||||
}
|
||||
},
|
||||
"status": "experimental",
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property"
|
||||
},
|
||||
"@scope": {
|
||||
"syntax": "@scope [(<scope-start>)]? [to (<scope-end>)]? {\n <rule-list>\n}",
|
||||
"interfaces": [
|
||||
"CSSScopeRule"
|
||||
],
|
||||
"groups": [
|
||||
"CSS Conditional Rules"
|
||||
],
|
||||
@@ -483,16 +531,14 @@
|
||||
"CSSStartingStyleRule"
|
||||
],
|
||||
"groups": [
|
||||
"CSS Animations"
|
||||
"CSS Transitions"
|
||||
],
|
||||
"status": "experimental",
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@starting-style"
|
||||
},
|
||||
"@supports": {
|
||||
"syntax": "@supports <supports-condition> {\n <group-rule-body>\n}",
|
||||
"interfaces": [
|
||||
"CSSGroupingRule",
|
||||
"CSSConditionRule",
|
||||
"CSSSupportsRule"
|
||||
],
|
||||
"groups": [
|
||||
@@ -500,5 +546,36 @@
|
||||
],
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@supports"
|
||||
},
|
||||
"@view-transition": {
|
||||
"syntax": "@view-transition {\n <declaration-list>\n}",
|
||||
"interfaces": [
|
||||
"CSSViewTransitionRule"
|
||||
],
|
||||
"groups": [
|
||||
"CSS View Transitions"
|
||||
],
|
||||
"descriptors": {
|
||||
"navigation": {
|
||||
"syntax": "auto | none",
|
||||
"media": "all",
|
||||
"initial": "none",
|
||||
"percentages": "no",
|
||||
"computed": "asSpecified",
|
||||
"order": "uniqueOrder",
|
||||
"status": "standard"
|
||||
},
|
||||
"types": {
|
||||
"syntax": "none | <custom-ident>+",
|
||||
"media": "all",
|
||||
"initial": "none",
|
||||
"percentages": "no",
|
||||
"computed": "asSpecified",
|
||||
"order": "uniqueOrder",
|
||||
"status": "standard"
|
||||
}
|
||||
},
|
||||
"status": "standard",
|
||||
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@view-transition"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user