1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:18:12 +00:00
serenity/Userland/Libraries/LibWeb/CSS/Properties.json

1594 lines
28 KiB
JSON

{
"accent-color": {
"inherited": true,
"initial": "auto",
"valid-types": [
"color"
],
"valid-identifiers": [
"auto"
]
},
"align-content": {
"inherited": false,
"initial": "stretch",
"valid-types": [
"align-content"
]
},
"align-items": {
"inherited": false,
"initial": "stretch",
"valid-types": [
"align-items"
]
},
"align-self": {
"inherited": false,
"initial": "auto",
"valid-types": [
"align-self"
]
},
"appearance": {
"inherited": false,
"initial": "auto",
"valid-types": [
"appearance"
]
},
"backdrop-filter": {
"affects-layout": false,
"affects-stacking-context": true,
"inherited": false,
"initial": "none",
"valid-types": [
"filter-value-list"
],
"valid-identifiers": [
"none"
]
},
"background": {
"affects-layout": false,
"inherited": false,
"initial": "transparent",
"longhands": [
"background-attachment",
"background-clip",
"background-color",
"background-image",
"background-origin",
"background-position",
"background-repeat",
"background-size"
]
},
"background-attachment": {
"affects-layout": false,
"inherited": false,
"initial": "scroll",
"valid-types": [
"background-attachment"
]
},
"background-clip": {
"affects-layout": false,
"inherited": false,
"initial": "border-box",
"valid-types": [
"background-box"
]
},
"background-color": {
"affects-layout": false,
"inherited": false,
"initial": "transparent",
"valid-types": [
"color"
],
"quirks": [
"hashless-hex-color"
]
},
"background-image": {
"affects-layout": false,
"inherited": false,
"initial": "none",
"valid-types": [
"image"
],
"valid-identifiers": [
"none"
]
},
"background-origin": {
"affects-layout": false,
"inherited": false,
"initial": "padding-box",
"valid-types": [
"background-box"
]
},
"background-position": {
"affects-layout": false,
"inherited": false,
"initial": "0% 0%",
"max-values": 4,
"valid-types": [
"length",
"percentage"
],
"valid-identifiers": [
"bottom",
"center",
"left",
"right",
"top"
],
"quirks": [
"unitless-length"
]
},
"background-repeat": {
"affects-layout": false,
"inherited": false,
"initial": "repeat",
"max-values": 2,
"valid-types": [
"repeat"
],
"valid-identifiers": [
"repeat-x",
"repeat-y"
]
},
"background-size": {
"affects-layout": false,
"inherited": false,
"initial": "auto",
"max-values": 2,
"valid-types": [
"length [0,∞]",
"percentage [0,∞]"
],
"valid-identifiers": [
"auto",
"cover",
"contain"
]
},
"border": {
"inherited": false,
"initial": "medium currentcolor none",
"longhands": [
"border-width",
"border-style",
"border-color"
]
},
"border-top": {
"inherited": false,
"initial": "medium currentcolor none",
"longhands": [
"border-top-width",
"border-top-style",
"border-top-color"
]
},
"border-right": {
"inherited": false,
"initial": "medium currentcolor none",
"longhands": [
"border-right-width",
"border-right-style",
"border-right-color"
]
},
"border-bottom": {
"inherited": false,
"initial": "medium currentcolor none",
"longhands": [
"border-bottom-width",
"border-bottom-style",
"border-bottom-color"
]
},
"border-left": {
"inherited": false,
"initial": "medium currentcolor none",
"longhands": [
"border-left-width",
"border-left-style",
"border-left-color"
]
},
"border-bottom-color": {
"affects-layout": false,
"initial": "currentcolor",
"inherited": false,
"valid-types": [
"color"
],
"quirks": [
"hashless-hex-color"
]
},
"border-bottom-left-radius": {
"affects-layout": false,
"initial": "0",
"inherited": false,
"max-values": 2,
"valid-types": [
"length [0,∞]",
"percentage [0,∞]"
]
},
"border-bottom-right-radius": {
"affects-layout": false,
"initial": "0",
"inherited": false,
"max-values": 2,
"valid-types": [
"length [0,∞]",
"percentage [0,∞]"
]
},
"border-bottom-style": {
"initial": "none",
"inherited": false,
"valid-types": [
"line-style"
]
},
"border-bottom-width": {
"initial": "medium",
"inherited": false,
"valid-types": [
"length [0,∞]"
],
"valid-identifiers": [
"medium",
"thick",
"thin"
],
"quirks": [
"unitless-length"
]
},
"border-color": {
"affects-layout": false,
"initial": "currentcolor",
"longhands": [
"border-top-color",
"border-right-color",
"border-bottom-color",
"border-left-color"
],
"max-values": 4,
"valid-types": [
"color"
],
"quirks": [
"hashless-hex-color"
]
},
"border-collapse": {
"inherited": true,
"initial": "separate",
"valid-types": [
"border-collapse"
]
},
"border-left-color": {
"affects-layout": false,
"initial": "currentcolor",
"inherited": false,
"valid-types": [
"color"
],
"quirks": [
"hashless-hex-color"
]
},
"border-left-style": {
"initial": "none",
"inherited": false,
"valid-types": [
"line-style"
]
},
"border-left-width": {
"initial": "medium",
"inherited": false,
"valid-types": [
"length [0,∞]"
],
"valid-identifiers": [
"medium",
"thick",
"thin"
],
"quirks": [
"unitless-length"
]
},
"border-radius": {
"affects-layout": false,
"inherited": false,
"initial": "0",
"longhands": [
"border-top-left-radius",
"border-top-right-radius",
"border-bottom-left-radius",
"border-bottom-right-radius"
]
},
"border-right-color": {
"affects-layout": false,
"initial": "currentcolor",
"inherited": false,
"valid-types": [
"color"
],
"quirks": [
"hashless-hex-color"
]
},
"border-right-style": {
"initial": "none",
"inherited": false,
"valid-types": [
"line-style"
]
},
"border-right-width": {
"initial": "medium",
"inherited": false,
"valid-types": [
"length [0,∞]"
],
"valid-identifiers": [
"medium",
"thick",
"thin"
],
"quirks": [
"unitless-length"
]
},
"border-spacing": {
"inherited": true,
"initial": "0",
"quirks": [
"unitless-length"
]
},
"border-style": {
"initial": "none",
"longhands": [
"border-top-style",
"border-right-style",
"border-bottom-style",
"border-left-style"
],
"max-values": 4,
"valid-types": [
"line-style"
]
},
"border-top-color": {
"affects-layout": false,
"initial": "currentcolor",
"inherited": false,
"quirks": [
"hashless-hex-color"
]
},
"border-top-left-radius": {
"affects-layout": false,
"initial": "0",
"inherited": false,
"max-values": 2,
"valid-types": [
"length [0,∞]",
"percentage [0,∞]"
]
},
"border-top-right-radius": {
"affects-layout": false,
"initial": "0",
"inherited": false,
"max-values": 2,
"valid-types": [
"length [0,∞]",
"percentage [0,∞]"
]
},
"border-top-style": {
"initial": "none",
"inherited": false,
"valid-types": [
"line-style"
]
},
"border-top-width": {
"initial": "medium",
"inherited": false,
"valid-types": [
"length [0,∞]"
],
"valid-identifiers": [
"medium",
"thick",
"thin"
],
"quirks": [
"unitless-length"
]
},
"border-width": {
"initial": "medium",
"longhands": [
"border-top-width",
"border-right-width",
"border-bottom-width",
"border-left-width"
],
"max-values": 4,
"valid-types": [
"length [0,∞]"
],
"valid-identifiers": [
"medium",
"thick",
"thin"
],
"quirks": [
"unitless-length"
]
},
"bottom": {
"inherited": false,
"initial": "auto",
"valid-types": [
"length",
"percentage"
],
"valid-identifiers": [
"auto"
],
"quirks": [
"unitless-length"
]
},
"box-shadow": {
"affects-layout": false,
"inherited": false,
"initial": "none",
"valid-identifiers": [
"none"
]
},
"box-sizing": {
"inherited": false,
"initial": "content-box",
"valid-types": [
"box-sizing"
]
},
"caption-side": {
"inherited": true,
"initial": "top",
"valid-identifiers": [
"bottom",
"top"
]
},
"clear": {
"inherited": false,
"initial": "none",
"valid-types": [
"clear"
]
},
"clip": {
"inherited": true,
"initial": "auto",
"valid-identifiers": [
"auto"
],
"valid-types": [
"rect"
],
"quirks": [
"unitless-length"
]
},
"color": {
"affects-layout": false,
"inherited": true,
"initial": "-libweb-palette-base-text",
"valid-types": [
"color"
],
"quirks": [
"hashless-hex-color"
]
},
"column-gap": {
"inherited": false,
"initial": "auto",
"valid-types": [
"length [0,∞]",
"percentage [0,∞]"
],
"valid-identifiers": [
"auto"
],
"quirks": [
"unitless-length"
]
},
"content": {
"inherited": false,
"initial": "normal",
"__comment": "FIXME: This accepts a whole lot of other types and identifiers!",
"valid-types": [
"string"
],
"valid-identifiers": [
"normal",
"none"
]
},
"cursor": {
"affects-layout": false,
"inherited": true,
"initial": "auto",
"valid-types": [
"url",
"cursor"
]
},
"direction": {
"inherited": true,
"initial": "ltr",
"valid-identifiers": [
"ltr",
"rtl"
]
},
"display": {
"inherited": false,
"initial": "inline",
"valid-identifiers": [
"block",
"flex",
"grid",
"inline",
"inline-block",
"inline-flex",
"inline-table",
"list-item",
"none",
"table",
"table-caption",
"table-cell",
"table-column",
"table-column-group",
"table-footer-group",
"table-header-group",
"table-row",
"table-row-group"
]
},
"fill": {
"affects-layout": false,
"inherited": true,
"initial": "black",
"valid-types": [
"color"
],
"valid-identifiers": [
"none"
]
},
"flex": {
"inherited": false,
"initial": "0 1 auto",
"longhands": [
"flex-grow",
"flex-shrink",
"flex-basis"
]
},
"flex-basis": {
"inherited": false,
"initial": "auto",
"valid-types": [
"length [0,∞]",
"percentage [0,∞]"
],
"valid-identifiers": [
"auto",
"content"
]
},
"flex-direction": {
"inherited": false,
"initial": "row",
"valid-types": [
"flex-direction"
]
},
"flex-flow": {
"inherited": false,
"initial": "row nowrap",
"longhands": [
"flex-direction",
"flex-wrap"
]
},
"flex-grow": {
"inherited": false,
"initial": "0",
"valid-types": [
"number [0,∞]"
]
},
"flex-shrink": {
"inherited": false,
"initial": "1",
"valid-types": [
"number [0,∞]"
]
},
"order": {
"inherited": false,
"initial": "0",
"valid-types": [
"integer"
]
},
"flex-wrap": {
"inherited": false,
"initial": "nowrap",
"valid-types": [
"flex-wrap"
]
},
"float": {
"inherited": false,
"initial": "none",
"valid-types": [
"float"
]
},
"font": {
"inherited": true,
"initial": "normal medium sans-serif",
"longhands": [
"font-family",
"font-size",
"font-variant",
"font-weight"
]
},
"font-family": {
"inherited": true,
"initial": "sans-serif"
},
"font-size": {
"inherited": true,
"initial": "medium",
"valid-types": [
"length [0,∞]",
"percentage [0,∞]"
],
"valid-identifiers": [
"large",
"larger",
"medium",
"small",
"smaller",
"x-large",
"x-small",
"xx-large",
"xx-small",
"xxx-large"
],
"quirks": [
"unitless-length"
]
},
"font-stretch": {
"inherited": true,
"initial": "normal",
"valid-types": [
"percentage [0,∞]"
],
"valid-identifiers": [
"normal",
"ultra-condensed",
"extra-condensed",
"condensed",
"semi-condensed",
"semi-expanded",
"expanded",
"extra-expanded",
"ultra-expanded"
]
},
"font-style": {
"inherited": true,
"initial": "normal",
"valid-identifiers": [
"italic",
"normal",
"oblique"
]
},
"font-variant": {
"inherited": true,
"initial": "normal",
"valid-types": [
"font-variant"
]
},
"font-weight": {
"inherited": true,
"initial": "normal",
"valid-types": [
"number [1,1000]"
],
"valid-identifiers": [
"bold",
"bolder",
"lighter",
"normal"
]
},
"gap": {
"inherited": false,
"initial": "auto",
"valid-types": [
"length [0,∞]",
"percentage [0,∞]"
],
"max-values": 2,
"valid-identifiers": [
"auto"
],
"quirks": [
"unitless-length"
],
"longhands": [
"row-gap",
"column-gap"
]
},
"grid-area": {
"inherited": false,
"initial": "auto",
"valid-identifiers": [
"auto"
],
"valid-types": [
"string"
],
"longhands": [
"grid-column-end",
"grid-column-start",
"grid-row-end",
"grid-row-start"
]
},
"grid-column": {
"inherited": false,
"initial": "auto",
"valid-identifiers": [
"auto"
],
"valid-types": [
"string"
],
"longhands": [
"grid-column-end",
"grid-column-start"
]
},
"grid-column-end": {
"inherited": false,
"initial": "auto",
"valid-identifiers": [
"auto"
],
"valid-types": [
"string"
]
},
"grid-column-gap": {
"inherited": false,
"initial": "auto",
"valid-types": [
"length [0,∞]",
"percentage [0,∞]"
],
"valid-identifiers": [
"auto"
],
"quirks": [
"unitless-length"
]
},
"grid-column-start": {
"inherited": false,
"initial": "auto",
"valid-identifiers": [
"auto"
],
"valid-types": [
"string"
]
},
"grid-gap": {
"inherited": false,
"initial": "auto",
"valid-types": [
"length [0,∞]",
"percentage [0,∞]"
],
"max-values": 2,
"valid-identifiers": [
"auto"
],
"quirks": [
"unitless-length"
],
"longhands": [
"grid-row-gap",
"grid-column-gap"
]
},
"grid-row": {
"inherited": false,
"initial": "auto",
"valid-identifiers": [
"auto"
],
"valid-types": [
"string"
],
"longhands": [
"grid-row-end",
"grid-row-start"
]
},
"grid-row-end": {
"inherited": false,
"initial": "auto",
"valid-identifiers": [
"auto"
],
"valid-types": [
"string"
]
},
"grid-row-gap": {
"inherited": false,
"initial": "auto",
"valid-types": [
"length [0,∞]",
"percentage [0,∞]"
],
"valid-identifiers": [
"auto"
],
"quirks": [
"unitless-length"
]
},
"grid-row-start": {
"inherited": false,
"initial": "auto",
"valid-identifiers": [
"auto"
],
"valid-types": [
"string"
]
},
"grid-template-areas": {
"inherited": false,
"initial": "auto",
"valid-identifiers": [
"auto"
],
"valid-types": [
"string"
]
},
"grid-template-columns": {
"inherited": false,
"initial": "auto",
"max-values": 4,
"valid-identifiers": [
"auto"
],
"valid-types": [
"length",
"percentage",
"string"
]
},
"grid-template-rows": {
"inherited": false,
"initial": "auto",
"max-values": 4,
"valid-identifiers": [
"auto"
],
"valid-types": [
"length",
"percentage",
"string"
]
},
"height": {
"inherited": false,
"initial": "auto",
"valid-types": [
"length [0,∞]",
"percentage [0,∞]"
],
"valid-identifiers": [
"auto"
],
"quirks": [
"unitless-length"
]
},
"image-rendering": {
"affects-layout": false,
"inherited": true,
"initial": "auto",
"valid-types": [
"image-rendering"
]
},
"justify-content": {
"inherited": false,
"initial": "flex-start",
"valid-types": [
"justify-content"
]
},
"left": {
"inherited": false,
"initial": "auto",
"valid-types": [
"length",
"percentage"
],
"valid-identifiers": [
"auto"
],
"quirks": [
"unitless-length"
]
},
"letter-spacing": {
"inherited": true,
"initial": "normal",
"valid-types": [
"length",
"percentage"
],
"valid-identifiers": [
"normal"
],
"quirks": [
"unitless-length"
]
},
"line-height": {
"inherited": true,
"initial": "normal",
"valid-types": [
"length [0,∞]",
"number [0,∞]",
"percentage [0,∞]"
],
"valid-identifiers": [
"normal"
]
},
"list-style": {
"inherited": true,
"initial": "outside disc",
"longhands": [
"list-style-type",
"list-style-position",
"list-style-image"
]
},
"list-style-image": {
"inherited": true,
"initial": "none",
"valid-types": [
"image"
],
"valid-identifiers": [
"none"
]
},
"list-style-position": {
"inherited": true,
"initial": "outside",
"valid-identifiers": [
"inside",
"outside"
]
},
"list-style-type": {
"inherited": true,
"initial": "disc",
"valid-types": [
"string",
"list-style-type"
]
},
"margin": {
"inherited": false,
"initial": "0",
"longhands": [
"margin-top",
"margin-right",
"margin-bottom",
"margin-left"
],
"max-values": 4,
"valid-types": [
"length",
"percentage"
],
"valid-identifiers": [
"auto"
],
"quirks": [
"unitless-length"
]
},
"margin-bottom": {
"inherited": false,
"initial": "0",
"valid-types": [
"length",
"percentage"
],
"valid-identifiers": [
"auto"
],
"quirks": [
"unitless-length"
]
},
"margin-left": {
"inherited": false,
"initial": "0",
"valid-types": [
"length",
"percentage"
],
"valid-identifiers": [
"auto"
],
"quirks": [
"unitless-length"
]
},
"margin-right": {
"inherited": false,
"initial": "0",
"valid-types": [
"length",
"percentage"
],
"valid-identifiers": [
"auto"
],
"quirks": [
"unitless-length"
]
},
"margin-top": {
"inherited": false,
"initial": "0",
"valid-types": [
"length",
"percentage"
],
"valid-identifiers": [
"auto"
],
"quirks": [
"unitless-length"
]
},
"max-height": {
"inherited": false,
"initial": "none",
"valid-types": [
"length [0,∞]",
"percentage [0,∞]"
],
"valid-identifiers": [
"none"
],
"quirks": [
"unitless-length"
]
},
"max-width": {
"inherited": false,
"initial": "none",
"valid-types": [
"length [0,∞]",
"percentage [0,∞]"
],
"valid-identifiers": [
"none"
],
"quirks": [
"unitless-length"
]
},
"min-height": {
"inherited": false,
"initial": "auto",
"valid-types": [
"length [0,∞]",
"percentage [0,∞]"
],
"valid-identifiers": [
"auto",
"none"
],
"quirks": [
"unitless-length"
]
},
"min-width": {
"inherited": false,
"initial": "auto",
"valid-types": [
"length [0,∞]",
"percentage [0,∞]"
],
"valid-identifiers": [
"auto",
"none"
],
"quirks": [
"unitless-length"
]
},
"opacity": {
"affects-layout": false,
"affects-stacking-context": true,
"inherited": false,
"initial": "1",
"valid-types": [
"number",
"percentage"
]
},
"outline": {
"affects-layout": false,
"inherited": false,
"__comment": "FIXME: Initial value is really `medium invert none` but we don't yet parse the outline shorthand.",
"initial": "none",
"longhands": [
"outline-color",
"outline-style",
"outline-width"
]
},
"outline-color": {
"affects-layout": false,
"inherited": false,
"initial": "invert",
"valid-types": [
"color"
],
"valid-identifiers": [
"invert"
]
},
"outline-style": {
"affects-layout": false,
"inherited": false,
"initial": "none",
"valid-types": [
"line-style"
]
},
"outline-width": {
"affects-layout": false,
"inherited": false,
"initial": "medium",
"valid-types": [
"length [0,∞]"
],
"valid-identifiers": [
"medium",
"thick",
"thin"
]
},
"overflow": {
"longhands": [
"overflow-x",
"overflow-y"
],
"inherited": false,
"initial": "visible",
"max-values": 2,
"valid-types": [
"overflow"
]
},
"overflow-x": {
"inherited": false,
"initial": "visible",
"valid-types": [
"overflow"
]
},
"overflow-y": {
"inherited": false,
"initial": "visible",
"valid-types": [
"overflow"
]
},
"padding": {
"inherited": false,
"initial": "0",
"longhands": [
"padding-top",
"padding-right",
"padding-bottom",
"padding-left"
],
"max-values": 4,
"valid-types": [
"length [0,∞]",
"percentage [0,∞]"
],
"quirks": [
"unitless-length"
]
},
"padding-bottom": {
"inherited": false,
"initial": "0",
"valid-types": [
"length [0,∞]",
"percentage [0,∞]"
],
"quirks": [
"unitless-length"
]
},
"padding-left": {
"inherited": false,
"initial": "0",
"valid-types": [
"length [0,∞]",
"percentage [0,∞]"
],
"quirks": [
"unitless-length"
]
},
"padding-right": {
"inherited": false,
"initial": "0",
"valid-types": [
"length [0,∞]",
"percentage [0,∞]"
],
"quirks": [
"unitless-length"
]
},
"padding-top": {
"inherited": false,
"initial": "0",
"valid-types": [
"length [0,∞]",
"percentage [0,∞]"
],
"quirks": [
"unitless-length"
]
},
"pointer-events": {
"affects-layout": false,
"inherited": true,
"initial": "auto",
"valid-types": [
"pointer-events"
]
},
"position": {
"inherited": false,
"initial": "static",
"valid-types": [
"position"
]
},
"right": {
"inherited": false,
"initial": "auto",
"valid-types": [
"length",
"percentage"
],
"valid-identifiers": [
"auto"
],
"quirks": [
"unitless-length"
]
},
"row-gap": {
"inherited": false,
"initial": "auto",
"valid-types": [
"length [0,∞]",
"percentage [0,∞]"
],
"valid-identifiers": [
"auto"
],
"quirks": [
"unitless-length"
]
},
"stroke": {
"affects-layout": false,
"inherited": true,
"initial": "none",
"valid-types": [
"color"
],
"valid-identifiers": [
"none"
]
},
"stroke-width": {
"affects-layout": false,
"inherited": true,
"initial": "1px",
"valid-types": [
"length [0,∞]",
"number [0,∞]",
"percentage [0,∞]"
]
},
"text-align": {
"inherited": true,
"initial": "left",
"valid-types": [
"text-align"
]
},
"text-decoration": {
"affects-layout": false,
"inherited": false,
"initial": "none",
"longhands": [
"text-decoration-color",
"text-decoration-line",
"text-decoration-style",
"text-decoration-thickness"
]
},
"text-decoration-color": {
"affects-layout": false,
"inherited": false,
"initial": "currentcolor",
"valid-types": [
"color"
]
},
"text-decoration-line": {
"__comment": "FIXME: This property is not supposed to be inherited, but we currently rely on inheritance to propagate decorations into line boxes.",
"affects-layout": false,
"inherited": true,
"initial": "none",
"valid-types": [
"text-decoration-line"
]
},
"text-decoration-style": {
"affects-layout": false,
"inherited": false,
"initial": "solid",
"valid-types": [
"text-decoration-style"
]
},
"text-decoration-thickness": {
"affects-layout": false,
"inherited": false,
"initial": "auto",
"valid-types": [
"length",
"percentage"
],
"valid-identifiers": [
"auto",
"from-font"
]
},
"text-indent": {
"inherited": true,
"initial": "0",
"valid-types": [
"length",
"percentage"
],
"quirks": [
"unitless-length"
]
},
"text-justify": {
"inherited": true,
"initial": "auto",
"valid-types": [
"text-justify"
]
},
"text-shadow": {
"affects-layout": false,
"inherited": true,
"initial": "none",
"valid-identifiers": [
"none"
]
},
"text-transform": {
"inherited": true,
"initial": "none",
"valid-types": [
"text-transform"
]
},
"top": {
"inherited": false,
"initial": "auto",
"valid-types": [
"length",
"percentage"
],
"valid-identifiers": [
"auto"
],
"quirks": [
"unitless-length"
]
},
"transform": {
"inherited": false,
"initial": "none",
"affects-stacking-context": true
},
"transform-origin": {
"affects-layout": false,
"inherited": false,
"initial": "50% 50%",
"max-values": 3,
"valid-types": [
"length",
"percentage"
],
"valid-identifiers": [
"bottom",
"center",
"left",
"right",
"top"
]
},
"user-select": {
"affects-layout": false,
"inherited": false,
"initial": "auto",
"valid-identifiers": [
"all",
"auto",
"contain",
"none",
"text"
]
},
"vertical-align": {
"inherited": false,
"initial": "baseline",
"valid-types": [
"length",
"percentage",
"vertical-align"
],
"quirks": [
"unitless-length"
]
},
"visibility": {
"inherited": true,
"initial": "visible",
"valid-types": [
"visibility"
]
},
"width": {
"inherited": false,
"initial": "auto",
"valid-types": [
"length [0,∞]",
"percentage [0,∞]"
],
"valid-identifiers": [
"auto"
],
"quirks": [
"unitless-length"
]
},
"white-space": {
"inherited": true,
"initial": "normal",
"valid-types": [
"white-space"
]
},
"word-spacing": {
"inherited": true,
"initial": "normal",
"valid-types": [
"length",
"percentage"
],
"valid-identifiers": [
"normal"
],
"quirks": [
"unitless-length"
]
},
"word-wrap": {
"inherited": true,
"initial": "normal",
"valid-identifiers": [
"anywhere",
"break-word",
"normal"
]
},
"z-index": {
"affects-layout": false,
"affects-stacking-context": true,
"inherited": false,
"initial": "auto",
"valid-types": [
"integer"
],
"valid-identifiers": [
"auto"
]
}
}