2019-11-18 11:12:58 +01:00
|
|
|
{
|
2023-03-18 20:49:00 +01:00
|
|
|
"accent-color": {
|
|
|
|
"inherited": true,
|
|
|
|
"initial": "auto",
|
|
|
|
"valid-types": [
|
|
|
|
"color"
|
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
]
|
|
|
|
},
|
2022-10-14 13:50:06 +02:00
|
|
|
"align-content": {
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "stretch",
|
|
|
|
"valid-types": [
|
|
|
|
"align-content"
|
|
|
|
]
|
|
|
|
},
|
2021-09-13 15:23:36 +02:00
|
|
|
"align-items": {
|
|
|
|
"inherited": false,
|
2021-11-10 13:27:16 +00:00
|
|
|
"initial": "stretch",
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"align-items"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2021-09-13 15:23:36 +02:00
|
|
|
},
|
2022-07-11 23:52:36 +02:00
|
|
|
"align-self": {
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "auto",
|
|
|
|
"valid-types": [
|
|
|
|
"align-self"
|
|
|
|
]
|
|
|
|
},
|
2023-05-26 23:30:54 +03:30
|
|
|
"animation": {
|
|
|
|
"affects-layout": true,
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "none 0s ease 1 normal running 0s none",
|
|
|
|
"longhands": [
|
|
|
|
"animation-name",
|
|
|
|
"animation-duration",
|
|
|
|
"animation-timing-function",
|
|
|
|
"animation-iteration-count",
|
|
|
|
"animation-direction",
|
|
|
|
"animation-play-state",
|
|
|
|
"animation-delay",
|
|
|
|
"animation-fill-mode"
|
|
|
|
]
|
|
|
|
},
|
2023-06-09 14:07:59 +01:00
|
|
|
"animation-delay": {
|
2023-05-26 23:30:54 +03:30
|
|
|
"affects-layout": true,
|
|
|
|
"inherited": false,
|
2023-06-09 14:07:59 +01:00
|
|
|
"initial": "0s",
|
2023-05-26 23:30:54 +03:30
|
|
|
"valid-types": [
|
2023-06-09 14:07:59 +01:00
|
|
|
"time [-∞,∞]"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"animation-direction": {
|
|
|
|
"affects-layout": false,
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "normal",
|
2023-05-26 23:30:54 +03:30
|
|
|
"valid-identifiers": [
|
2023-06-09 14:07:59 +01:00
|
|
|
"normal",
|
|
|
|
"reverse",
|
|
|
|
"alternate",
|
|
|
|
"alternate-reverse"
|
2023-05-26 23:30:54 +03:30
|
|
|
]
|
|
|
|
},
|
|
|
|
"animation-duration": {
|
|
|
|
"affects-layout": true,
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "0s",
|
|
|
|
"valid-types": [
|
|
|
|
"time [0,∞]"
|
|
|
|
]
|
|
|
|
},
|
2023-06-09 14:07:59 +01:00
|
|
|
"animation-fill-mode": {
|
2023-05-26 23:30:54 +03:30
|
|
|
"affects-layout": true,
|
|
|
|
"inherited": false,
|
2023-06-09 14:07:59 +01:00
|
|
|
"initial": "none",
|
2023-05-26 23:30:54 +03:30
|
|
|
"valid-identifiers": [
|
2023-06-09 14:07:59 +01:00
|
|
|
"none",
|
|
|
|
"forwards",
|
|
|
|
"backwards",
|
|
|
|
"both"
|
2023-05-26 23:30:54 +03:30
|
|
|
]
|
|
|
|
},
|
|
|
|
"animation-iteration-count": {
|
|
|
|
"affects-layout": true,
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "1",
|
|
|
|
"valid-types": [
|
|
|
|
"number [0,∞]"
|
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"infinite"
|
|
|
|
]
|
|
|
|
},
|
2023-06-09 14:07:59 +01:00
|
|
|
"animation-name": {
|
|
|
|
"affects-layout": true,
|
2023-05-26 23:30:54 +03:30
|
|
|
"inherited": false,
|
2023-06-09 14:07:59 +01:00
|
|
|
"initial": "none",
|
|
|
|
"valid-types": [
|
|
|
|
"string",
|
|
|
|
"custom-ident"
|
|
|
|
],
|
2023-05-26 23:30:54 +03:30
|
|
|
"valid-identifiers": [
|
2023-06-09 14:07:59 +01:00
|
|
|
"none"
|
2023-05-26 23:30:54 +03:30
|
|
|
]
|
|
|
|
},
|
|
|
|
"animation-play-state": {
|
|
|
|
"affects-layout": false,
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "running",
|
|
|
|
"valid-identifiers": [
|
|
|
|
"running",
|
|
|
|
"paused"
|
|
|
|
]
|
|
|
|
},
|
2023-06-09 14:07:59 +01:00
|
|
|
"animation-timing-function": {
|
2023-05-26 23:30:54 +03:30
|
|
|
"affects-layout": true,
|
|
|
|
"inherited": false,
|
2023-06-09 14:07:59 +01:00
|
|
|
"initial": "ease",
|
|
|
|
"__comment": "FIXME: This is like...wrong.",
|
2023-05-26 23:30:54 +03:30
|
|
|
"valid-identifiers": [
|
2023-06-09 14:07:59 +01:00
|
|
|
"ease",
|
|
|
|
"linear",
|
|
|
|
"ease-in-out",
|
|
|
|
"ease-in",
|
|
|
|
"ease-out"
|
2023-05-26 23:30:54 +03:30
|
|
|
]
|
|
|
|
},
|
2022-07-22 16:05:11 +01:00
|
|
|
"appearance": {
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "auto",
|
|
|
|
"valid-types": [
|
|
|
|
"appearance"
|
|
|
|
]
|
|
|
|
},
|
2022-09-15 08:31:17 +01:00
|
|
|
"backdrop-filter": {
|
|
|
|
"affects-layout": false,
|
2022-10-24 16:05:10 +01:00
|
|
|
"affects-stacking-context": true,
|
2022-09-15 08:31:17 +01:00
|
|
|
"inherited": false,
|
|
|
|
"initial": "none",
|
2023-05-10 17:19:08 +01:00
|
|
|
"__comment": "FIXME: List `filter-value-list` as a valid-type once it's generically supported.",
|
2022-09-15 08:31:17 +01:00
|
|
|
"valid-identifiers": [
|
|
|
|
"none"
|
|
|
|
]
|
|
|
|
},
|
2021-11-10 13:29:41 +00:00
|
|
|
"background": {
|
2022-03-18 15:34:26 +00:00
|
|
|
"affects-layout": false,
|
2021-11-10 13:29:41 +00:00
|
|
|
"inherited": false,
|
|
|
|
"initial": "transparent",
|
|
|
|
"longhands": [
|
|
|
|
"background-attachment",
|
|
|
|
"background-clip",
|
|
|
|
"background-color",
|
|
|
|
"background-image",
|
|
|
|
"background-origin",
|
|
|
|
"background-position",
|
|
|
|
"background-repeat",
|
|
|
|
"background-size"
|
|
|
|
]
|
|
|
|
},
|
2019-11-18 11:12:58 +01:00
|
|
|
"background-attachment": {
|
2022-03-18 15:34:26 +00:00
|
|
|
"affects-layout": false,
|
2019-11-18 11:12:58 +01:00
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "scroll",
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"background-attachment"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
2021-11-03 20:28:34 +00:00
|
|
|
"background-clip": {
|
2022-03-18 15:34:26 +00:00
|
|
|
"affects-layout": false,
|
2021-11-03 20:28:34 +00:00
|
|
|
"inherited": false,
|
|
|
|
"initial": "border-box",
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"background-box"
|
2021-11-03 20:28:34 +00:00
|
|
|
]
|
|
|
|
},
|
2019-11-18 11:12:58 +01:00
|
|
|
"background-color": {
|
2022-03-16 17:46:24 +01:00
|
|
|
"affects-layout": false,
|
2019-11-18 11:12:58 +01:00
|
|
|
"inherited": false,
|
2021-09-10 21:43:03 +01:00
|
|
|
"initial": "transparent",
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
|
|
|
"color"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"hashless-hex-color"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"background-image": {
|
2022-03-18 15:34:26 +00:00
|
|
|
"affects-layout": false,
|
2019-11-18 11:12:58 +01:00
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "none",
|
|
|
|
"valid-types": [
|
|
|
|
"image"
|
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"none"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
2021-11-03 20:28:34 +00:00
|
|
|
"background-origin": {
|
2022-03-18 15:34:26 +00:00
|
|
|
"affects-layout": false,
|
2021-11-03 20:28:34 +00:00
|
|
|
"inherited": false,
|
|
|
|
"initial": "padding-box",
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"background-box"
|
2021-11-03 20:28:34 +00:00
|
|
|
]
|
|
|
|
},
|
2019-11-18 11:12:58 +01:00
|
|
|
"background-position": {
|
2022-03-18 15:34:26 +00:00
|
|
|
"affects-layout": false,
|
2019-11-18 11:12:58 +01:00
|
|
|
"inherited": false,
|
2021-09-10 21:43:03 +01:00
|
|
|
"initial": "0% 0%",
|
2021-09-22 20:10:01 +01:00
|
|
|
"max-values": 4,
|
|
|
|
"valid-types": [
|
2023-06-02 17:11:41 +01:00
|
|
|
"length [-∞,∞]",
|
|
|
|
"percentage [-∞,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"bottom",
|
|
|
|
"center",
|
|
|
|
"left",
|
|
|
|
"right",
|
|
|
|
"top"
|
|
|
|
],
|
2023-04-02 22:52:54 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
],
|
|
|
|
"longhands": [
|
|
|
|
"background-position-x",
|
|
|
|
"background-position-y"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"background-position-x": {
|
|
|
|
"inherited": false,
|
|
|
|
"affects-layout": false,
|
|
|
|
"initial": "0%",
|
|
|
|
"valid-types": [
|
2023-06-02 17:11:41 +01:00
|
|
|
"length [-∞,∞]",
|
|
|
|
"percentage [-∞,∞]"
|
2023-04-02 22:52:54 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"center",
|
|
|
|
"left",
|
|
|
|
"right"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"background-position-y": {
|
|
|
|
"inherited": false,
|
|
|
|
"affects-layout": false,
|
|
|
|
"initial": "0%",
|
|
|
|
"valid-types": [
|
2023-06-02 17:11:41 +01:00
|
|
|
"length [-∞,∞]",
|
|
|
|
"percentage [-∞,∞]"
|
2023-04-02 22:52:54 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"center",
|
|
|
|
"bottom",
|
|
|
|
"top"
|
2021-09-10 21:43:03 +01:00
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"background-repeat": {
|
2022-03-18 15:34:26 +00:00
|
|
|
"affects-layout": false,
|
2021-11-04 16:51:34 +00:00
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "repeat",
|
|
|
|
"max-values": 2,
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"repeat"
|
|
|
|
],
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-identifiers": [
|
|
|
|
"repeat-x",
|
2022-04-14 11:23:23 +01:00
|
|
|
"repeat-y"
|
2021-04-05 12:05:35 -04:00
|
|
|
]
|
|
|
|
},
|
2021-11-05 13:44:37 +00:00
|
|
|
"background-size": {
|
2022-03-18 15:34:26 +00:00
|
|
|
"affects-layout": false,
|
2021-11-05 13:44:37 +00:00
|
|
|
"inherited": false,
|
|
|
|
"initial": "auto",
|
|
|
|
"max-values": 2,
|
|
|
|
"valid-types": [
|
2022-03-26 15:00:49 +00:00
|
|
|
"length [0,∞]",
|
|
|
|
"percentage [0,∞]"
|
2021-11-05 13:44:37 +00:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto",
|
|
|
|
"cover",
|
|
|
|
"contain"
|
|
|
|
]
|
|
|
|
},
|
2019-11-18 11:12:58 +01:00
|
|
|
"border": {
|
2021-11-10 13:43:52 +00:00
|
|
|
"inherited": false,
|
|
|
|
"initial": "medium currentcolor none",
|
2019-11-18 11:12:58 +01:00
|
|
|
"longhands": [
|
|
|
|
"border-width",
|
|
|
|
"border-style",
|
|
|
|
"border-color"
|
|
|
|
]
|
|
|
|
},
|
2020-06-10 16:14:31 +02:00
|
|
|
"border-top": {
|
2021-11-10 13:43:52 +00:00
|
|
|
"inherited": false,
|
|
|
|
"initial": "medium currentcolor none",
|
2020-06-10 16:14:31 +02:00
|
|
|
"longhands": [
|
|
|
|
"border-top-width",
|
|
|
|
"border-top-style",
|
|
|
|
"border-top-color"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"border-right": {
|
2021-11-10 13:43:52 +00:00
|
|
|
"inherited": false,
|
|
|
|
"initial": "medium currentcolor none",
|
2020-06-10 16:14:31 +02:00
|
|
|
"longhands": [
|
|
|
|
"border-right-width",
|
|
|
|
"border-right-style",
|
|
|
|
"border-right-color"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"border-bottom": {
|
2021-11-10 13:43:52 +00:00
|
|
|
"inherited": false,
|
|
|
|
"initial": "medium currentcolor none",
|
2020-06-10 16:14:31 +02:00
|
|
|
"longhands": [
|
|
|
|
"border-bottom-width",
|
|
|
|
"border-bottom-style",
|
|
|
|
"border-bottom-color"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"border-left": {
|
2021-11-10 13:43:52 +00:00
|
|
|
"inherited": false,
|
|
|
|
"initial": "medium currentcolor none",
|
2020-06-10 16:14:31 +02:00
|
|
|
"longhands": [
|
|
|
|
"border-left-width",
|
|
|
|
"border-left-style",
|
|
|
|
"border-left-color"
|
|
|
|
]
|
|
|
|
},
|
2019-11-18 11:12:58 +01:00
|
|
|
"border-bottom-color": {
|
2022-03-16 20:34:48 +01:00
|
|
|
"affects-layout": false,
|
2021-09-16 20:59:45 +01:00
|
|
|
"initial": "currentcolor",
|
2021-09-10 21:43:03 +01:00
|
|
|
"inherited": false,
|
2023-05-26 23:30:54 +03:30
|
|
|
"valid-types": [
|
2021-09-22 20:10:01 +01:00
|
|
|
"color"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"hashless-hex-color"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
2021-05-14 21:36:26 +02:00
|
|
|
"border-bottom-left-radius": {
|
2022-03-16 20:34:48 +01:00
|
|
|
"affects-layout": false,
|
2021-08-16 17:09:34 +01:00
|
|
|
"initial": "0",
|
2021-09-22 20:10:01 +01:00
|
|
|
"inherited": false,
|
|
|
|
"max-values": 2,
|
|
|
|
"valid-types": [
|
2022-03-26 15:00:49 +00:00
|
|
|
"length [0,∞]",
|
|
|
|
"percentage [0,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2021-05-14 21:36:26 +02:00
|
|
|
},
|
|
|
|
"border-bottom-right-radius": {
|
2022-03-16 20:34:48 +01:00
|
|
|
"affects-layout": false,
|
2021-08-16 17:09:34 +01:00
|
|
|
"initial": "0",
|
2021-09-22 20:10:01 +01:00
|
|
|
"inherited": false,
|
|
|
|
"max-values": 2,
|
|
|
|
"valid-types": [
|
2022-03-26 15:00:49 +00:00
|
|
|
"length [0,∞]",
|
|
|
|
"percentage [0,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2021-05-14 21:36:26 +02:00
|
|
|
},
|
2019-11-18 11:12:58 +01:00
|
|
|
"border-bottom-style": {
|
|
|
|
"initial": "none",
|
2021-09-22 20:10:01 +01:00
|
|
|
"inherited": false,
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"line-style"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"border-bottom-width": {
|
|
|
|
"initial": "medium",
|
2021-09-10 21:43:03 +01:00
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2022-03-26 15:00:49 +00:00
|
|
|
"length [0,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"medium",
|
|
|
|
"thick",
|
|
|
|
"thin"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"border-color": {
|
2022-03-16 20:34:48 +01:00
|
|
|
"affects-layout": false,
|
2021-09-17 17:18:06 +01:00
|
|
|
"initial": "currentcolor",
|
2019-11-18 11:12:58 +01:00
|
|
|
"longhands": [
|
|
|
|
"border-top-color",
|
|
|
|
"border-right-color",
|
|
|
|
"border-bottom-color",
|
|
|
|
"border-left-color"
|
2021-09-10 21:43:03 +01:00
|
|
|
],
|
2021-09-22 20:10:01 +01:00
|
|
|
"max-values": 4,
|
|
|
|
"valid-types": [
|
|
|
|
"color"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"hashless-hex-color"
|
2019-11-18 11:12:58 +01:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"border-collapse": {
|
|
|
|
"inherited": true,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "separate",
|
2023-01-02 23:01:29 +01:00
|
|
|
"valid-types": [
|
|
|
|
"border-collapse"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"border-left-color": {
|
2022-03-16 20:34:48 +01:00
|
|
|
"affects-layout": false,
|
2021-09-16 20:59:45 +01:00
|
|
|
"initial": "currentcolor",
|
2021-09-10 21:43:03 +01:00
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
|
|
|
"color"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"hashless-hex-color"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"border-left-style": {
|
|
|
|
"initial": "none",
|
2021-09-22 20:10:01 +01:00
|
|
|
"inherited": false,
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"line-style"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"border-left-width": {
|
|
|
|
"initial": "medium",
|
2021-09-10 21:43:03 +01:00
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2022-03-26 15:00:49 +00:00
|
|
|
"length [0,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"medium",
|
|
|
|
"thick",
|
|
|
|
"thin"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
2021-05-14 21:36:26 +02:00
|
|
|
"border-radius": {
|
2022-03-16 20:34:48 +01:00
|
|
|
"affects-layout": false,
|
2021-11-10 13:43:52 +00:00
|
|
|
"inherited": false,
|
|
|
|
"initial": "0",
|
2021-05-14 21:36:26 +02:00
|
|
|
"longhands": [
|
|
|
|
"border-top-left-radius",
|
|
|
|
"border-top-right-radius",
|
|
|
|
"border-bottom-left-radius",
|
|
|
|
"border-bottom-right-radius"
|
|
|
|
]
|
|
|
|
},
|
2019-11-18 11:12:58 +01:00
|
|
|
"border-right-color": {
|
2022-03-16 20:34:48 +01:00
|
|
|
"affects-layout": false,
|
2021-09-16 20:59:45 +01:00
|
|
|
"initial": "currentcolor",
|
2021-09-10 21:43:03 +01:00
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
|
|
|
"color"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"hashless-hex-color"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"border-right-style": {
|
|
|
|
"initial": "none",
|
2021-09-22 20:10:01 +01:00
|
|
|
"inherited": false,
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"line-style"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"border-right-width": {
|
|
|
|
"initial": "medium",
|
2021-09-10 21:43:03 +01:00
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2022-03-26 15:00:49 +00:00
|
|
|
"length [0,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"medium",
|
|
|
|
"thick",
|
|
|
|
"thin"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"border-spacing": {
|
|
|
|
"inherited": true,
|
2021-11-10 13:27:16 +00:00
|
|
|
"initial": "0",
|
2023-05-10 17:19:08 +01:00
|
|
|
"valid-types": [
|
2023-06-02 17:11:41 +01:00
|
|
|
"length [0,∞]"
|
2023-05-10 17:19:08 +01:00
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"border-style": {
|
2021-09-17 17:18:06 +01:00
|
|
|
"initial": "none",
|
2019-11-18 11:12:58 +01:00
|
|
|
"longhands": [
|
|
|
|
"border-top-style",
|
|
|
|
"border-right-style",
|
|
|
|
"border-bottom-style",
|
|
|
|
"border-left-style"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"max-values": 4,
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"line-style"
|
2019-11-18 11:12:58 +01:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"border-top-color": {
|
2022-03-16 20:34:48 +01:00
|
|
|
"affects-layout": false,
|
2021-09-16 20:59:45 +01:00
|
|
|
"initial": "currentcolor",
|
2021-09-10 21:43:03 +01:00
|
|
|
"inherited": false,
|
2023-05-10 17:19:08 +01:00
|
|
|
"valid-types": [
|
|
|
|
"color"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"hashless-hex-color"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
2021-05-14 21:36:26 +02:00
|
|
|
"border-top-left-radius": {
|
2022-03-16 20:34:48 +01:00
|
|
|
"affects-layout": false,
|
2021-08-16 17:09:34 +01:00
|
|
|
"initial": "0",
|
2021-09-22 20:10:01 +01:00
|
|
|
"inherited": false,
|
|
|
|
"max-values": 2,
|
|
|
|
"valid-types": [
|
2022-03-26 15:00:49 +00:00
|
|
|
"length [0,∞]",
|
|
|
|
"percentage [0,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2021-05-14 21:36:26 +02:00
|
|
|
},
|
|
|
|
"border-top-right-radius": {
|
2022-03-16 20:34:48 +01:00
|
|
|
"affects-layout": false,
|
2021-08-16 17:09:34 +01:00
|
|
|
"initial": "0",
|
2021-09-22 20:10:01 +01:00
|
|
|
"inherited": false,
|
|
|
|
"max-values": 2,
|
|
|
|
"valid-types": [
|
2022-03-26 15:00:49 +00:00
|
|
|
"length [0,∞]",
|
|
|
|
"percentage [0,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2021-05-14 21:36:26 +02:00
|
|
|
},
|
2019-11-18 11:12:58 +01:00
|
|
|
"border-top-style": {
|
|
|
|
"initial": "none",
|
2021-09-22 20:10:01 +01:00
|
|
|
"inherited": false,
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"line-style"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"border-top-width": {
|
|
|
|
"initial": "medium",
|
2021-09-10 21:43:03 +01:00
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2022-03-26 15:00:49 +00:00
|
|
|
"length [0,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"medium",
|
|
|
|
"thick",
|
|
|
|
"thin"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"border-width": {
|
2021-09-17 17:18:06 +01:00
|
|
|
"initial": "medium",
|
2019-11-18 11:12:58 +01:00
|
|
|
"longhands": [
|
|
|
|
"border-top-width",
|
|
|
|
"border-right-width",
|
|
|
|
"border-bottom-width",
|
|
|
|
"border-left-width"
|
2021-09-10 21:43:03 +01:00
|
|
|
],
|
2021-09-22 20:10:01 +01:00
|
|
|
"max-values": 4,
|
|
|
|
"valid-types": [
|
2022-03-26 15:00:49 +00:00
|
|
|
"length [0,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"medium",
|
|
|
|
"thick",
|
|
|
|
"thin"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
2019-11-18 11:12:58 +01:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"bottom": {
|
|
|
|
"inherited": false,
|
2021-09-10 21:43:03 +01:00
|
|
|
"initial": "auto",
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2023-06-02 17:11:41 +01:00
|
|
|
"length [-∞,∞]",
|
|
|
|
"percentage [-∞,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
2021-09-13 15:23:36 +02:00
|
|
|
"box-shadow": {
|
2022-03-18 15:34:26 +00:00
|
|
|
"affects-layout": false,
|
2021-07-23 21:21:39 +02:00
|
|
|
"inherited": false,
|
2021-10-15 19:25:27 +01:00
|
|
|
"initial": "none",
|
|
|
|
"valid-identifiers": [
|
|
|
|
"none"
|
|
|
|
]
|
2021-07-23 21:21:39 +02:00
|
|
|
},
|
2021-09-13 15:23:36 +02:00
|
|
|
"box-sizing": {
|
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "content-box",
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"box-sizing"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2021-09-13 15:23:36 +02:00
|
|
|
},
|
2019-11-18 11:12:58 +01:00
|
|
|
"caption-side": {
|
|
|
|
"inherited": true,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "top",
|
|
|
|
"valid-identifiers": [
|
|
|
|
"bottom",
|
|
|
|
"top"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"clear": {
|
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "none",
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"clear"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"clip": {
|
|
|
|
"inherited": true,
|
2021-09-10 21:43:03 +01:00
|
|
|
"initial": "auto",
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
],
|
2022-07-31 18:46:35 +02:00
|
|
|
"valid-types": [
|
|
|
|
"rect"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"color": {
|
2022-03-16 17:46:24 +01:00
|
|
|
"affects-layout": false,
|
2019-11-18 11:12:58 +01:00
|
|
|
"inherited": true,
|
2021-09-17 17:18:06 +01:00
|
|
|
"initial": "-libweb-palette-base-text",
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
|
|
|
"color"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"hashless-hex-color"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
2022-11-06 12:42:22 +01:00
|
|
|
"column-gap": {
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "auto",
|
|
|
|
"valid-types": [
|
|
|
|
"length [0,∞]",
|
|
|
|
"percentage [0,∞]"
|
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
]
|
|
|
|
},
|
2022-02-23 19:56:25 +00:00
|
|
|
"content": {
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "normal",
|
|
|
|
"__comment": "FIXME: This accepts a whole lot of other types and identifiers!",
|
|
|
|
"valid-types": [
|
|
|
|
"string"
|
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"normal",
|
|
|
|
"none"
|
|
|
|
]
|
|
|
|
},
|
2019-11-18 11:12:58 +01:00
|
|
|
"cursor": {
|
2022-03-18 15:34:26 +00:00
|
|
|
"affects-layout": false,
|
2019-11-18 11:12:58 +01:00
|
|
|
"inherited": true,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "auto",
|
|
|
|
"valid-types": [
|
2022-04-14 11:23:23 +01:00
|
|
|
"url",
|
|
|
|
"cursor"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"direction": {
|
|
|
|
"inherited": true,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "ltr",
|
|
|
|
"valid-identifiers": [
|
|
|
|
"ltr",
|
|
|
|
"rtl"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"display": {
|
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "inline",
|
2023-04-26 19:49:02 +02:00
|
|
|
"max-values": 3,
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-identifiers": [
|
|
|
|
"block",
|
2023-04-25 13:37:24 +02:00
|
|
|
"contents",
|
2021-09-22 20:10:01 +01:00
|
|
|
"flex",
|
2023-04-25 13:37:24 +02:00
|
|
|
"flow-root",
|
2022-08-23 10:13:07 +02:00
|
|
|
"grid",
|
2021-09-22 20:10:01 +01:00
|
|
|
"inline",
|
|
|
|
"inline-block",
|
2022-02-07 17:29:36 +00:00
|
|
|
"inline-flex",
|
2023-04-26 19:46:36 +02:00
|
|
|
"inline-grid",
|
2021-09-22 20:10:01 +01:00
|
|
|
"inline-table",
|
|
|
|
"list-item",
|
|
|
|
"none",
|
2023-04-25 13:37:24 +02:00
|
|
|
"ruby",
|
|
|
|
"run-in",
|
2021-09-22 20:10:01 +01:00
|
|
|
"table",
|
|
|
|
"table-caption",
|
|
|
|
"table-cell",
|
|
|
|
"table-column",
|
|
|
|
"table-column-group",
|
|
|
|
"table-footer-group",
|
|
|
|
"table-header-group",
|
|
|
|
"table-row",
|
|
|
|
"table-row-group"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
2021-09-13 15:23:36 +02:00
|
|
|
"fill": {
|
2022-03-18 15:34:26 +00:00
|
|
|
"affects-layout": false,
|
2021-09-13 15:23:36 +02:00
|
|
|
"inherited": true,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "black",
|
2023-05-10 17:19:08 +01:00
|
|
|
"__comment": "FIXME: Use `paint` as the type, once we have a PaintStyleValue and generic parsing for it.",
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2023-05-10 17:19:08 +01:00
|
|
|
"color",
|
|
|
|
"url"
|
2022-01-24 15:40:45 +00:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"none"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2021-09-13 15:23:36 +02:00
|
|
|
},
|
2023-05-19 20:35:39 +01:00
|
|
|
"fill-opacity": {
|
|
|
|
"affects-layout": false,
|
|
|
|
"inherited": true,
|
|
|
|
"initial": "1",
|
|
|
|
"valid-types": [
|
2023-06-02 17:11:41 +01:00
|
|
|
"number [-∞,∞]",
|
|
|
|
"percentage [-∞,∞]"
|
2023-05-19 20:35:39 +01:00
|
|
|
]
|
|
|
|
},
|
2021-06-01 15:50:17 +02:00
|
|
|
"flex": {
|
2021-11-10 13:43:52 +00:00
|
|
|
"inherited": false,
|
|
|
|
"initial": "0 1 auto",
|
2023-05-18 16:21:10 +01:00
|
|
|
"valid-identifiers": [
|
|
|
|
"none"
|
|
|
|
],
|
2021-06-01 15:50:17 +02:00
|
|
|
"longhands": [
|
|
|
|
"flex-grow",
|
|
|
|
"flex-shrink",
|
|
|
|
"flex-basis"
|
|
|
|
]
|
|
|
|
},
|
2021-05-30 14:23:43 +02:00
|
|
|
"flex-basis": {
|
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "auto",
|
|
|
|
"valid-types": [
|
2022-03-26 15:00:49 +00:00
|
|
|
"length [0,∞]",
|
|
|
|
"percentage [0,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto",
|
|
|
|
"content"
|
|
|
|
]
|
2021-05-30 14:23:43 +02:00
|
|
|
},
|
2021-01-18 17:41:57 +01:00
|
|
|
"flex-direction": {
|
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "row",
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"flex-direction"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2021-01-18 17:41:57 +01:00
|
|
|
},
|
2021-05-30 12:25:10 +02:00
|
|
|
"flex-flow": {
|
2021-11-10 13:43:52 +00:00
|
|
|
"inherited": false,
|
|
|
|
"initial": "row nowrap",
|
2021-05-30 12:25:10 +02:00
|
|
|
"longhands": [
|
|
|
|
"flex-direction",
|
|
|
|
"flex-wrap"
|
|
|
|
]
|
|
|
|
},
|
2021-05-30 20:22:25 +02:00
|
|
|
"flex-grow": {
|
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "0",
|
|
|
|
"valid-types": [
|
2022-07-18 21:52:30 +02:00
|
|
|
"number [0,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2021-05-30 20:22:25 +02:00
|
|
|
},
|
|
|
|
"flex-shrink": {
|
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "1",
|
|
|
|
"valid-types": [
|
2022-07-18 21:52:30 +02:00
|
|
|
"number [0,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2021-05-30 20:22:25 +02:00
|
|
|
},
|
2021-05-30 12:11:32 +02:00
|
|
|
"flex-wrap": {
|
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "nowrap",
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"flex-wrap"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2021-05-30 12:11:32 +02:00
|
|
|
},
|
2019-11-18 11:12:58 +01:00
|
|
|
"float": {
|
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "none",
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"float"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
2021-04-13 20:41:57 +03:00
|
|
|
"font": {
|
2021-11-10 13:43:52 +00:00
|
|
|
"inherited": true,
|
|
|
|
"initial": "normal medium sans-serif",
|
2021-04-13 20:41:57 +03:00
|
|
|
"longhands": [
|
|
|
|
"font-family",
|
|
|
|
"font-size",
|
|
|
|
"font-variant",
|
|
|
|
"font-weight"
|
|
|
|
]
|
|
|
|
},
|
2019-11-18 11:12:58 +01:00
|
|
|
"font-family": {
|
|
|
|
"inherited": true,
|
|
|
|
"initial": "sans-serif"
|
|
|
|
},
|
|
|
|
"font-size": {
|
|
|
|
"inherited": true,
|
2021-09-10 21:43:03 +01:00
|
|
|
"initial": "medium",
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2022-03-26 15:00:49 +00:00
|
|
|
"length [0,∞]",
|
|
|
|
"percentage [0,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"large",
|
|
|
|
"larger",
|
|
|
|
"medium",
|
|
|
|
"small",
|
|
|
|
"smaller",
|
|
|
|
"x-large",
|
|
|
|
"x-small",
|
|
|
|
"xx-large",
|
|
|
|
"xx-small",
|
|
|
|
"xxx-large"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
2023-02-03 14:27:09 +03:00
|
|
|
"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"
|
|
|
|
]
|
|
|
|
},
|
2019-11-18 11:12:58 +01:00
|
|
|
"font-style": {
|
|
|
|
"inherited": true,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "normal",
|
|
|
|
"valid-identifiers": [
|
|
|
|
"italic",
|
|
|
|
"normal",
|
|
|
|
"oblique"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"font-variant": {
|
|
|
|
"inherited": true,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "normal",
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"font-variant"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"font-weight": {
|
|
|
|
"inherited": true,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "normal",
|
|
|
|
"valid-types": [
|
2021-09-23 12:45:08 +01:00
|
|
|
"number [1,1000]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"bold",
|
|
|
|
"bolder",
|
|
|
|
"lighter",
|
|
|
|
"normal"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
2022-11-06 12:42:22 +01:00
|
|
|
"gap": {
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "auto",
|
|
|
|
"valid-types": [
|
|
|
|
"length [0,∞]",
|
|
|
|
"percentage [0,∞]"
|
|
|
|
],
|
|
|
|
"max-values": 2,
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
],
|
|
|
|
"longhands": [
|
|
|
|
"row-gap",
|
|
|
|
"column-gap"
|
|
|
|
]
|
|
|
|
},
|
2023-01-16 19:02:39 +01:00
|
|
|
"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"
|
|
|
|
]
|
|
|
|
},
|
2022-08-23 20:00:16 +02:00
|
|
|
"grid-column": {
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "auto",
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
],
|
|
|
|
"valid-types": [
|
|
|
|
"string"
|
|
|
|
],
|
|
|
|
"longhands": [
|
|
|
|
"grid-column-end",
|
|
|
|
"grid-column-start"
|
|
|
|
]
|
|
|
|
},
|
2022-08-23 19:58:00 +02:00
|
|
|
"grid-column-end": {
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "auto",
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
],
|
|
|
|
"valid-types": [
|
|
|
|
"string"
|
|
|
|
]
|
|
|
|
},
|
2022-11-06 12:42:22 +01:00
|
|
|
"grid-column-gap": {
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "auto",
|
|
|
|
"valid-types": [
|
|
|
|
"length [0,∞]",
|
|
|
|
"percentage [0,∞]"
|
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
]
|
|
|
|
},
|
2022-08-23 19:58:00 +02:00
|
|
|
"grid-column-start": {
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "auto",
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
],
|
|
|
|
"valid-types": [
|
|
|
|
"string"
|
|
|
|
]
|
|
|
|
},
|
2022-11-06 12:42:22 +01:00
|
|
|
"grid-gap": {
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "auto",
|
|
|
|
"valid-types": [
|
|
|
|
"length [0,∞]",
|
|
|
|
"percentage [0,∞]"
|
|
|
|
],
|
|
|
|
"max-values": 2,
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
],
|
|
|
|
"longhands": [
|
|
|
|
"grid-row-gap",
|
|
|
|
"grid-column-gap"
|
|
|
|
]
|
|
|
|
},
|
2022-08-23 20:00:16 +02:00
|
|
|
"grid-row": {
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "auto",
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
],
|
|
|
|
"valid-types": [
|
|
|
|
"string"
|
|
|
|
],
|
|
|
|
"longhands": [
|
|
|
|
"grid-row-end",
|
|
|
|
"grid-row-start"
|
|
|
|
]
|
|
|
|
},
|
2022-08-23 19:58:00 +02:00
|
|
|
"grid-row-end": {
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "auto",
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
],
|
|
|
|
"valid-types": [
|
|
|
|
"string"
|
|
|
|
]
|
|
|
|
},
|
2022-11-06 12:42:22 +01:00
|
|
|
"grid-row-gap": {
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "auto",
|
|
|
|
"valid-types": [
|
|
|
|
"length [0,∞]",
|
|
|
|
"percentage [0,∞]"
|
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
]
|
|
|
|
},
|
2022-08-23 19:58:00 +02:00
|
|
|
"grid-row-start": {
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "auto",
|
2023-01-16 18:17:05 +01:00
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
],
|
|
|
|
"valid-types": [
|
|
|
|
"string"
|
|
|
|
]
|
|
|
|
},
|
2023-05-27 02:58:19 +03:00
|
|
|
"grid": {
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "auto",
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
],
|
|
|
|
"valid-types": [
|
|
|
|
"length",
|
|
|
|
"percentage",
|
|
|
|
"string"
|
|
|
|
],
|
|
|
|
"longhands": [
|
|
|
|
"grid-template"
|
|
|
|
]
|
|
|
|
},
|
2023-04-29 19:32:56 +02:00
|
|
|
"grid-template": {
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "auto",
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
],
|
|
|
|
"valid-types": [
|
|
|
|
"length",
|
|
|
|
"percentage",
|
|
|
|
"string"
|
|
|
|
],
|
|
|
|
"longhands": [
|
|
|
|
"grid-template-areas",
|
|
|
|
"grid-template-rows",
|
|
|
|
"grid-template-columns"
|
|
|
|
]
|
|
|
|
},
|
2023-01-16 18:17:05 +01:00
|
|
|
"grid-template-areas": {
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "auto",
|
2022-08-23 19:58:00 +02:00
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
],
|
|
|
|
"valid-types": [
|
|
|
|
"string"
|
|
|
|
]
|
|
|
|
},
|
2023-05-21 18:08:41 +03:00
|
|
|
"grid-auto-columns": {
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "auto",
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
],
|
|
|
|
"valid-types": [
|
|
|
|
"length",
|
|
|
|
"percentage",
|
|
|
|
"string"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"grid-auto-rows": {
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "auto",
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
],
|
|
|
|
"valid-types": [
|
|
|
|
"length",
|
|
|
|
"percentage",
|
|
|
|
"string"
|
|
|
|
]
|
|
|
|
},
|
2022-08-23 19:49:07 +02:00
|
|
|
"grid-template-columns": {
|
|
|
|
"inherited": false,
|
2023-06-07 13:04:06 +03:00
|
|
|
"initial": "none",
|
2022-08-23 19:49:07 +02:00
|
|
|
"max-values": 4,
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
],
|
|
|
|
"valid-types": [
|
|
|
|
"length",
|
|
|
|
"percentage",
|
|
|
|
"string"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"grid-template-rows": {
|
|
|
|
"inherited": false,
|
2023-06-07 13:04:06 +03:00
|
|
|
"initial": "none",
|
2022-08-23 19:49:07 +02:00
|
|
|
"max-values": 4,
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
],
|
|
|
|
"valid-types": [
|
|
|
|
"length",
|
|
|
|
"percentage",
|
|
|
|
"string"
|
|
|
|
]
|
|
|
|
},
|
2019-11-18 11:12:58 +01:00
|
|
|
"height": {
|
|
|
|
"inherited": false,
|
2021-09-10 21:43:03 +01:00
|
|
|
"initial": "auto",
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2022-03-26 15:00:49 +00:00
|
|
|
"length [0,∞]",
|
|
|
|
"percentage [0,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
2022-02-18 12:21:27 +01:00
|
|
|
"image-rendering": {
|
2022-03-18 15:34:26 +00:00
|
|
|
"affects-layout": false,
|
2022-02-18 12:21:27 +01:00
|
|
|
"inherited": true,
|
|
|
|
"initial": "auto",
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"image-rendering"
|
2022-02-18 12:21:27 +01:00
|
|
|
]
|
|
|
|
},
|
2023-05-29 21:43:37 -04:00
|
|
|
"inset": {
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "auto",
|
|
|
|
"longhands": [
|
|
|
|
"top",
|
|
|
|
"right",
|
|
|
|
"bottom",
|
|
|
|
"left"
|
|
|
|
],
|
|
|
|
"max-values": 4,
|
|
|
|
"valid-types": [
|
2023-06-02 17:11:41 +01:00
|
|
|
"length [-∞,∞]",
|
|
|
|
"percentage [-∞,∞]"
|
2023-05-29 21:43:37 -04:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
]
|
|
|
|
},
|
2021-07-16 18:38:26 +02:00
|
|
|
"justify-content": {
|
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "flex-start",
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"justify-content"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2021-07-16 18:38:26 +02:00
|
|
|
},
|
2019-11-18 11:12:58 +01:00
|
|
|
"left": {
|
|
|
|
"inherited": false,
|
2021-09-10 21:43:03 +01:00
|
|
|
"initial": "auto",
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2023-06-02 17:11:41 +01:00
|
|
|
"length [-∞,∞]",
|
|
|
|
"percentage [-∞,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"letter-spacing": {
|
|
|
|
"inherited": true,
|
2021-09-10 21:43:03 +01:00
|
|
|
"initial": "normal",
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2023-06-02 17:11:41 +01:00
|
|
|
"length [-∞,∞]",
|
|
|
|
"percentage [-∞,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"normal"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"line-height": {
|
|
|
|
"inherited": true,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "normal",
|
|
|
|
"valid-types": [
|
2022-03-26 15:00:49 +00:00
|
|
|
"length [0,∞]",
|
|
|
|
"number [0,∞]",
|
|
|
|
"percentage [0,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"normal"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"list-style": {
|
2021-08-16 16:07:13 +01:00
|
|
|
"inherited": true,
|
2021-11-10 13:43:52 +00:00
|
|
|
"initial": "outside disc",
|
2019-11-18 11:12:58 +01:00
|
|
|
"longhands": [
|
|
|
|
"list-style-type",
|
|
|
|
"list-style-position",
|
|
|
|
"list-style-image"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"list-style-image": {
|
|
|
|
"inherited": true,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "none",
|
|
|
|
"valid-types": [
|
|
|
|
"image"
|
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"none"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"list-style-position": {
|
|
|
|
"inherited": true,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "outside",
|
2023-06-02 23:05:15 +02:00
|
|
|
"valid-types": [
|
|
|
|
"list-style-position"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"list-style-type": {
|
|
|
|
"inherited": true,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "disc",
|
|
|
|
"valid-types": [
|
2022-04-14 11:23:23 +01:00
|
|
|
"string",
|
|
|
|
"list-style-type"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"margin": {
|
2021-11-10 13:43:52 +00:00
|
|
|
"inherited": false,
|
|
|
|
"initial": "0",
|
2019-11-18 11:12:58 +01:00
|
|
|
"longhands": [
|
|
|
|
"margin-top",
|
|
|
|
"margin-right",
|
|
|
|
"margin-bottom",
|
|
|
|
"margin-left"
|
2021-09-10 21:43:03 +01:00
|
|
|
],
|
2021-09-22 20:10:01 +01:00
|
|
|
"max-values": 4,
|
|
|
|
"valid-types": [
|
2023-06-02 17:11:41 +01:00
|
|
|
"length [-∞,∞]",
|
|
|
|
"percentage [-∞,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
2019-11-18 11:12:58 +01:00
|
|
|
]
|
|
|
|
},
|
2023-06-07 09:13:21 +02:00
|
|
|
"margin-block": {
|
|
|
|
"logical-alias-for": [
|
|
|
|
"margin"
|
|
|
|
],
|
|
|
|
"max-values": 2
|
|
|
|
},
|
2023-06-06 12:24:08 +02:00
|
|
|
"margin-block-start": {
|
|
|
|
"logical-alias-for": [
|
|
|
|
"margin-top",
|
|
|
|
"margin-right",
|
|
|
|
"margin-bottom",
|
|
|
|
"margin-left"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"margin-block-end": {
|
|
|
|
"logical-alias-for": [
|
|
|
|
"margin-top",
|
|
|
|
"margin-right",
|
|
|
|
"margin-bottom",
|
|
|
|
"margin-left"
|
|
|
|
]
|
|
|
|
},
|
2019-11-18 11:12:58 +01:00
|
|
|
"margin-bottom": {
|
|
|
|
"inherited": false,
|
2021-09-10 21:43:03 +01:00
|
|
|
"initial": "0",
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2023-06-02 17:11:41 +01:00
|
|
|
"length [-∞,∞]",
|
|
|
|
"percentage [-∞,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
2023-06-07 09:13:21 +02:00
|
|
|
"margin-inline": {
|
|
|
|
"logical-alias-for": [
|
|
|
|
"margin"
|
|
|
|
],
|
|
|
|
"max-values": 2
|
|
|
|
},
|
2023-06-06 12:24:08 +02:00
|
|
|
"margin-inline-start": {
|
|
|
|
"logical-alias-for": [
|
|
|
|
"margin-top",
|
|
|
|
"margin-right",
|
|
|
|
"margin-bottom",
|
|
|
|
"margin-left"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"margin-inline-end": {
|
|
|
|
"logical-alias-for": [
|
|
|
|
"margin-top",
|
|
|
|
"margin-right",
|
|
|
|
"margin-bottom",
|
|
|
|
"margin-left"
|
|
|
|
]
|
|
|
|
},
|
2019-11-18 11:12:58 +01:00
|
|
|
"margin-left": {
|
|
|
|
"inherited": false,
|
2021-09-10 21:43:03 +01:00
|
|
|
"initial": "0",
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2023-06-02 17:11:41 +01:00
|
|
|
"length [-∞,∞]",
|
|
|
|
"percentage [-∞,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"margin-right": {
|
|
|
|
"inherited": false,
|
2021-09-10 21:43:03 +01:00
|
|
|
"initial": "0",
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2023-06-02 17:11:41 +01:00
|
|
|
"length [-∞,∞]",
|
|
|
|
"percentage [-∞,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"margin-top": {
|
|
|
|
"inherited": false,
|
2021-09-10 21:43:03 +01:00
|
|
|
"initial": "0",
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2023-06-02 17:11:41 +01:00
|
|
|
"length [-∞,∞]",
|
|
|
|
"percentage [-∞,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"max-height": {
|
|
|
|
"inherited": false,
|
2021-09-10 21:43:03 +01:00
|
|
|
"initial": "none",
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2022-03-26 15:00:49 +00:00
|
|
|
"length [0,∞]",
|
|
|
|
"percentage [0,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"none"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
2023-05-23 00:29:01 -07:00
|
|
|
"max-inline-size": {
|
2023-06-06 10:35:16 +02:00
|
|
|
"logical-alias-for": [
|
|
|
|
"max-width",
|
|
|
|
"max-height"
|
|
|
|
],
|
2023-05-23 00:29:01 -07:00
|
|
|
"initial": "none"
|
|
|
|
},
|
2019-11-18 11:12:58 +01:00
|
|
|
"max-width": {
|
|
|
|
"inherited": false,
|
2021-09-10 21:43:03 +01:00
|
|
|
"initial": "none",
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2022-03-26 15:00:49 +00:00
|
|
|
"length [0,∞]",
|
|
|
|
"percentage [0,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
2023-05-26 19:08:28 +02:00
|
|
|
"fit-content",
|
2023-05-28 18:18:34 +02:00
|
|
|
"max-content",
|
2023-05-28 18:24:55 +02:00
|
|
|
"min-content",
|
2021-09-22 20:10:01 +01:00
|
|
|
"none"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"min-height": {
|
|
|
|
"inherited": false,
|
2021-09-10 21:43:03 +01:00
|
|
|
"initial": "auto",
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2022-03-26 15:00:49 +00:00
|
|
|
"length [0,∞]",
|
|
|
|
"percentage [0,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
2022-01-16 21:35:33 +00:00
|
|
|
"auto",
|
2021-09-22 20:10:01 +01:00
|
|
|
"none"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
2023-05-23 00:29:01 -07:00
|
|
|
"min-inline-size": {
|
2023-06-06 10:35:16 +02:00
|
|
|
"logical-alias-for": [
|
|
|
|
"min-width",
|
|
|
|
"min-height"
|
|
|
|
],
|
2023-05-23 00:29:01 -07:00
|
|
|
"initial": "0"
|
|
|
|
},
|
2019-11-18 11:12:58 +01:00
|
|
|
"min-width": {
|
|
|
|
"inherited": false,
|
2021-09-10 21:43:03 +01:00
|
|
|
"initial": "auto",
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2022-03-26 15:00:49 +00:00
|
|
|
"length [0,∞]",
|
|
|
|
"percentage [0,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
2022-01-16 21:35:33 +00:00
|
|
|
"auto",
|
2023-05-26 19:08:28 +02:00
|
|
|
"fit-content",
|
2023-05-28 18:18:34 +02:00
|
|
|
"max-content",
|
2023-05-28 18:24:55 +02:00
|
|
|
"min-content",
|
2021-09-22 20:10:01 +01:00
|
|
|
"none"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
2021-07-23 13:18:09 +03:00
|
|
|
"opacity": {
|
2022-03-21 10:58:51 +01:00
|
|
|
"affects-layout": false,
|
|
|
|
"affects-stacking-context": true,
|
2021-07-23 13:18:09 +03:00
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "1",
|
|
|
|
"valid-types": [
|
2023-06-02 17:11:41 +01:00
|
|
|
"number [-∞,∞]",
|
|
|
|
"percentage [-∞,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2021-07-23 13:18:09 +03:00
|
|
|
},
|
2023-06-02 17:23:00 +01:00
|
|
|
"order": {
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "0",
|
|
|
|
"valid-types": [
|
|
|
|
"integer [-∞,∞]"
|
|
|
|
]
|
|
|
|
},
|
2021-09-13 15:23:36 +02:00
|
|
|
"outline": {
|
2022-03-18 15:34:26 +00:00
|
|
|
"affects-layout": false,
|
2021-09-13 15:23:36 +02:00
|
|
|
"inherited": false,
|
2021-11-10 13:43:52 +00:00
|
|
|
"__comment": "FIXME: Initial value is really `medium invert none` but we don't yet parse the outline shorthand.",
|
|
|
|
"initial": "none",
|
2021-09-13 15:23:36 +02:00
|
|
|
"longhands": [
|
|
|
|
"outline-color",
|
|
|
|
"outline-style",
|
|
|
|
"outline-width"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"outline-color": {
|
2022-03-18 15:34:26 +00:00
|
|
|
"affects-layout": false,
|
2021-09-13 15:23:36 +02:00
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "invert",
|
|
|
|
"valid-types": [
|
|
|
|
"color"
|
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"invert"
|
|
|
|
]
|
2021-09-13 15:23:36 +02:00
|
|
|
},
|
|
|
|
"outline-style": {
|
2022-03-18 15:34:26 +00:00
|
|
|
"affects-layout": false,
|
2021-09-13 15:23:36 +02:00
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "none",
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"line-style"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2021-09-13 15:23:36 +02:00
|
|
|
},
|
|
|
|
"outline-width": {
|
2022-03-16 17:46:24 +01:00
|
|
|
"affects-layout": false,
|
2021-09-13 15:23:36 +02:00
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "medium",
|
|
|
|
"valid-types": [
|
2022-03-26 15:00:49 +00:00
|
|
|
"length [0,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"medium",
|
|
|
|
"thick",
|
|
|
|
"thin"
|
|
|
|
]
|
2021-09-13 15:23:36 +02:00
|
|
|
},
|
2021-02-22 15:20:31 +01:00
|
|
|
"overflow": {
|
|
|
|
"longhands": [
|
|
|
|
"overflow-x",
|
|
|
|
"overflow-y"
|
|
|
|
],
|
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "visible",
|
|
|
|
"max-values": 2,
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"overflow"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2021-02-22 15:20:31 +01:00
|
|
|
},
|
|
|
|
"overflow-x": {
|
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "visible",
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"overflow"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2021-02-22 15:20:31 +01:00
|
|
|
},
|
|
|
|
"overflow-y": {
|
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "visible",
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"overflow"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2021-02-22 15:20:31 +01:00
|
|
|
},
|
2019-11-18 11:12:58 +01:00
|
|
|
"padding": {
|
2021-11-10 13:43:52 +00:00
|
|
|
"inherited": false,
|
|
|
|
"initial": "0",
|
2019-11-18 11:12:58 +01:00
|
|
|
"longhands": [
|
|
|
|
"padding-top",
|
|
|
|
"padding-right",
|
|
|
|
"padding-bottom",
|
|
|
|
"padding-left"
|
2021-09-10 21:43:03 +01:00
|
|
|
],
|
2021-09-22 20:10:01 +01:00
|
|
|
"max-values": 4,
|
|
|
|
"valid-types": [
|
2022-03-26 15:00:49 +00:00
|
|
|
"length [0,∞]",
|
|
|
|
"percentage [0,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
2019-11-18 11:12:58 +01:00
|
|
|
]
|
|
|
|
},
|
2023-06-07 09:13:21 +02:00
|
|
|
"padding-block": {
|
|
|
|
"logical-alias-for": [
|
|
|
|
"padding"
|
|
|
|
],
|
|
|
|
"max-values": 2
|
|
|
|
},
|
2023-06-06 12:24:08 +02:00
|
|
|
"padding-block-start": {
|
|
|
|
"logical-alias-for": [
|
|
|
|
"padding-top",
|
|
|
|
"padding-right",
|
|
|
|
"padding-bottom",
|
|
|
|
"padding-left"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"padding-block-end": {
|
|
|
|
"logical-alias-for": [
|
|
|
|
"padding-top",
|
|
|
|
"padding-right",
|
|
|
|
"padding-bottom",
|
|
|
|
"padding-left"
|
|
|
|
]
|
|
|
|
},
|
2019-11-18 11:12:58 +01:00
|
|
|
"padding-bottom": {
|
|
|
|
"inherited": false,
|
2021-09-10 21:43:03 +01:00
|
|
|
"initial": "0",
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2022-03-26 15:00:49 +00:00
|
|
|
"length [0,∞]",
|
|
|
|
"percentage [0,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
2023-06-07 09:13:21 +02:00
|
|
|
"padding-inline": {
|
|
|
|
"logical-alias-for": [
|
|
|
|
"padding"
|
|
|
|
],
|
|
|
|
"max-values": 2
|
|
|
|
},
|
2023-06-06 12:24:08 +02:00
|
|
|
"padding-inline-start": {
|
|
|
|
"logical-alias-for": [
|
|
|
|
"padding-top",
|
|
|
|
"padding-right",
|
|
|
|
"padding-bottom",
|
|
|
|
"padding-left"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"padding-inline-end": {
|
|
|
|
"logical-alias-for": [
|
|
|
|
"padding-top",
|
|
|
|
"padding-right",
|
|
|
|
"padding-bottom",
|
|
|
|
"padding-left"
|
|
|
|
]
|
|
|
|
},
|
2019-11-18 11:12:58 +01:00
|
|
|
"padding-left": {
|
|
|
|
"inherited": false,
|
2021-09-10 21:43:03 +01:00
|
|
|
"initial": "0",
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2022-03-26 15:00:49 +00:00
|
|
|
"length [0,∞]",
|
|
|
|
"percentage [0,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"padding-right": {
|
|
|
|
"inherited": false,
|
2021-09-10 21:43:03 +01:00
|
|
|
"initial": "0",
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2022-03-26 15:00:49 +00:00
|
|
|
"length [0,∞]",
|
|
|
|
"percentage [0,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"padding-top": {
|
|
|
|
"inherited": false,
|
2021-09-10 21:43:03 +01:00
|
|
|
"initial": "0",
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2022-03-26 15:00:49 +00:00
|
|
|
"length [0,∞]",
|
|
|
|
"percentage [0,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
2023-05-29 16:34:53 -04:00
|
|
|
"place-content": {
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "normal",
|
|
|
|
"longhands": [
|
|
|
|
"align-content",
|
|
|
|
"justify-content"
|
|
|
|
]
|
|
|
|
},
|
2021-09-13 15:23:36 +02:00
|
|
|
"pointer-events": {
|
2022-03-18 15:34:26 +00:00
|
|
|
"affects-layout": false,
|
2021-09-13 15:23:36 +02:00
|
|
|
"inherited": true,
|
2021-10-05 19:47:13 +01:00
|
|
|
"initial": "auto",
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"pointer-events"
|
2021-10-05 19:47:13 +01:00
|
|
|
]
|
2021-09-13 15:23:36 +02:00
|
|
|
},
|
2019-11-19 18:20:54 +01:00
|
|
|
"position": {
|
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "static",
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"position"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2019-11-19 18:20:54 +01:00
|
|
|
},
|
2019-11-18 11:12:58 +01:00
|
|
|
"right": {
|
|
|
|
"inherited": false,
|
2021-09-10 21:43:03 +01:00
|
|
|
"initial": "auto",
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2023-06-02 17:11:41 +01:00
|
|
|
"length [-∞,∞]",
|
|
|
|
"percentage [-∞,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
2022-11-06 12:42:22 +01:00
|
|
|
"row-gap": {
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "auto",
|
|
|
|
"valid-types": [
|
|
|
|
"length [0,∞]",
|
|
|
|
"percentage [0,∞]"
|
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
]
|
|
|
|
},
|
2021-09-16 12:28:14 +01:00
|
|
|
"stroke": {
|
2022-03-18 15:34:26 +00:00
|
|
|
"affects-layout": false,
|
2021-09-16 12:28:14 +01:00
|
|
|
"inherited": true,
|
2022-01-24 15:40:45 +00:00
|
|
|
"initial": "none",
|
2023-06-06 20:40:10 +01:00
|
|
|
"__comment": "FIXME: Use `paint` as the type, once we have a PaintStyleValue and generic parsing for it.",
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2023-06-06 20:40:10 +01:00
|
|
|
"color",
|
|
|
|
"url"
|
2022-01-24 15:40:45 +00:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"none"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2021-09-16 12:28:14 +01:00
|
|
|
},
|
2023-05-19 20:35:39 +01:00
|
|
|
"stroke-opacity": {
|
|
|
|
"affects-layout": false,
|
|
|
|
"inherited": true,
|
|
|
|
"initial": "1",
|
|
|
|
"valid-types": [
|
2023-06-02 17:11:41 +01:00
|
|
|
"number [-∞,∞]",
|
|
|
|
"percentage [-∞,∞]"
|
2023-05-19 20:35:39 +01:00
|
|
|
]
|
|
|
|
},
|
2023-04-19 18:51:00 +01:00
|
|
|
"stop-color": {
|
|
|
|
"affects-layout": false,
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "black",
|
|
|
|
"valid-types": [
|
|
|
|
"color"
|
|
|
|
]
|
|
|
|
},
|
2023-05-19 20:35:39 +01:00
|
|
|
"stop-opacity": {
|
|
|
|
"affects-layout": false,
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "1",
|
|
|
|
"valid-types": [
|
2023-06-02 17:11:41 +01:00
|
|
|
"number [-∞,∞]",
|
|
|
|
"percentage [-∞,∞]"
|
2023-05-19 20:35:39 +01:00
|
|
|
]
|
|
|
|
},
|
2021-09-16 12:28:14 +01:00
|
|
|
"stroke-width": {
|
2022-03-18 15:34:26 +00:00
|
|
|
"affects-layout": false,
|
2021-09-16 12:28:14 +01:00
|
|
|
"inherited": true,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "1px",
|
|
|
|
"valid-types": [
|
2022-03-26 15:00:49 +00:00
|
|
|
"length [0,∞]",
|
|
|
|
"number [0,∞]",
|
|
|
|
"percentage [0,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2021-09-16 12:28:14 +01:00
|
|
|
},
|
2019-11-18 11:12:58 +01:00
|
|
|
"text-align": {
|
|
|
|
"inherited": true,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "left",
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"text-align"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"text-decoration": {
|
2022-03-16 19:11:25 +01:00
|
|
|
"affects-layout": false,
|
2020-12-15 13:36:27 +01:00
|
|
|
"inherited": false,
|
|
|
|
"initial": "none",
|
|
|
|
"longhands": [
|
|
|
|
"text-decoration-color",
|
|
|
|
"text-decoration-line",
|
|
|
|
"text-decoration-style",
|
|
|
|
"text-decoration-thickness"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"text-decoration-color": {
|
2022-03-16 19:11:25 +01:00
|
|
|
"affects-layout": false,
|
2020-12-15 13:36:27 +01:00
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "currentcolor",
|
|
|
|
"valid-types": [
|
|
|
|
"color"
|
|
|
|
]
|
2020-12-15 13:36:27 +01:00
|
|
|
},
|
|
|
|
"text-decoration-line": {
|
2021-08-16 16:07:13 +01:00
|
|
|
"__comment": "FIXME: This property is not supposed to be inherited, but we currently rely on inheritance to propagate decorations into line boxes.",
|
2022-03-16 17:46:24 +01:00
|
|
|
"affects-layout": false,
|
2021-08-16 16:07:13 +01:00
|
|
|
"inherited": true,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "none",
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"text-decoration-line"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2020-12-15 13:36:27 +01:00
|
|
|
},
|
|
|
|
"text-decoration-style": {
|
2022-03-16 19:11:25 +01:00
|
|
|
"affects-layout": false,
|
2020-12-15 13:36:27 +01:00
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "solid",
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"text-decoration-style"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2020-12-15 13:36:27 +01:00
|
|
|
},
|
|
|
|
"text-decoration-thickness": {
|
2022-03-16 19:11:25 +01:00
|
|
|
"affects-layout": false,
|
2019-11-18 11:12:58 +01:00
|
|
|
"inherited": false,
|
2021-11-10 13:27:16 +00:00
|
|
|
"initial": "auto",
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2023-06-02 17:11:41 +01:00
|
|
|
"length [-∞,∞]",
|
|
|
|
"percentage [-∞,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto",
|
|
|
|
"from-font"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"text-indent": {
|
|
|
|
"inherited": true,
|
2021-09-10 21:43:03 +01:00
|
|
|
"initial": "0",
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2023-06-02 17:11:41 +01:00
|
|
|
"length [-∞,∞]",
|
|
|
|
"percentage [-∞,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
2022-03-12 19:31:32 +00:00
|
|
|
"text-justify": {
|
|
|
|
"inherited": true,
|
|
|
|
"initial": "auto",
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"text-justify"
|
2022-03-12 19:31:32 +00:00
|
|
|
]
|
|
|
|
},
|
2022-03-23 21:16:36 +00:00
|
|
|
"text-shadow": {
|
|
|
|
"affects-layout": false,
|
|
|
|
"inherited": true,
|
|
|
|
"initial": "none",
|
|
|
|
"valid-identifiers": [
|
|
|
|
"none"
|
|
|
|
]
|
|
|
|
},
|
2019-11-18 11:12:58 +01:00
|
|
|
"text-transform": {
|
|
|
|
"inherited": true,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "none",
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"text-transform"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"top": {
|
|
|
|
"inherited": false,
|
2021-09-10 21:43:03 +01:00
|
|
|
"initial": "auto",
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2023-06-02 17:11:41 +01:00
|
|
|
"length [-∞,∞]",
|
|
|
|
"percentage [-∞,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
2021-09-18 17:20:00 +02:00
|
|
|
"transform": {
|
|
|
|
"inherited": false,
|
2022-07-19 16:05:58 +01:00
|
|
|
"initial": "none",
|
|
|
|
"affects-stacking-context": true
|
2021-09-18 17:20:00 +02:00
|
|
|
},
|
2022-03-21 19:11:06 +01:00
|
|
|
"transform-origin": {
|
|
|
|
"affects-layout": false,
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "50% 50%",
|
|
|
|
"max-values": 3,
|
|
|
|
"valid-types": [
|
2023-06-02 17:11:41 +01:00
|
|
|
"length [-∞,∞]",
|
|
|
|
"percentage [-∞,∞]"
|
2022-03-21 19:11:06 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"bottom",
|
|
|
|
"center",
|
|
|
|
"left",
|
|
|
|
"right",
|
|
|
|
"top"
|
|
|
|
]
|
|
|
|
},
|
2023-05-27 22:05:48 +02:00
|
|
|
"transition-delay": {
|
|
|
|
"inherited": false,
|
|
|
|
"initial": "0s",
|
|
|
|
"valid-types": [
|
2023-06-06 10:35:16 +02:00
|
|
|
"time"
|
2023-05-27 22:05:48 +02:00
|
|
|
]
|
|
|
|
},
|
2021-09-13 15:23:36 +02:00
|
|
|
"user-select": {
|
2022-03-18 15:34:26 +00:00
|
|
|
"affects-layout": false,
|
2021-09-13 15:23:36 +02:00
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "auto",
|
|
|
|
"valid-identifiers": [
|
|
|
|
"all",
|
|
|
|
"auto",
|
|
|
|
"contain",
|
|
|
|
"none",
|
|
|
|
"text"
|
|
|
|
]
|
2021-09-13 15:23:36 +02:00
|
|
|
},
|
2019-11-18 11:12:58 +01:00
|
|
|
"vertical-align": {
|
|
|
|
"inherited": false,
|
2021-09-10 21:43:03 +01:00
|
|
|
"initial": "baseline",
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2023-06-02 17:11:41 +01:00
|
|
|
"length [-∞,∞]",
|
|
|
|
"percentage [-∞,∞]",
|
2022-04-14 11:23:23 +01:00
|
|
|
"vertical-align"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"visibility": {
|
|
|
|
"inherited": true,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "visible",
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"visibility"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"width": {
|
|
|
|
"inherited": false,
|
2021-09-10 21:43:03 +01:00
|
|
|
"initial": "auto",
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2022-03-26 15:00:49 +00:00
|
|
|
"length [0,∞]",
|
|
|
|
"percentage [0,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
2023-05-26 18:58:06 +02:00
|
|
|
"auto",
|
2023-05-28 18:18:34 +02:00
|
|
|
"fit-content",
|
2023-05-28 18:24:55 +02:00
|
|
|
"max-content",
|
|
|
|
"min-content"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"white-space": {
|
|
|
|
"inherited": true,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "normal",
|
2022-04-14 11:23:23 +01:00
|
|
|
"valid-types": [
|
|
|
|
"white-space"
|
2021-09-22 20:10:01 +01:00
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
|
|
|
"word-spacing": {
|
|
|
|
"inherited": true,
|
2021-09-10 21:43:03 +01:00
|
|
|
"initial": "normal",
|
2021-09-22 20:10:01 +01:00
|
|
|
"valid-types": [
|
2023-06-02 17:11:41 +01:00
|
|
|
"length [-∞,∞]",
|
|
|
|
"percentage [-∞,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"normal"
|
|
|
|
],
|
2021-09-10 21:43:03 +01:00
|
|
|
"quirks": [
|
|
|
|
"unitless-length"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
},
|
2021-09-13 15:23:36 +02:00
|
|
|
"word-wrap": {
|
|
|
|
"inherited": true,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "normal",
|
|
|
|
"valid-identifiers": [
|
|
|
|
"anywhere",
|
|
|
|
"break-word",
|
|
|
|
"normal"
|
|
|
|
]
|
2021-09-13 15:23:36 +02:00
|
|
|
},
|
2019-11-18 11:12:58 +01:00
|
|
|
"z-index": {
|
2022-03-21 10:58:51 +01:00
|
|
|
"affects-layout": false,
|
|
|
|
"affects-stacking-context": true,
|
2019-11-18 11:12:58 +01:00
|
|
|
"inherited": false,
|
2021-09-22 20:10:01 +01:00
|
|
|
"initial": "auto",
|
|
|
|
"valid-types": [
|
2023-06-02 17:11:41 +01:00
|
|
|
"integer [-∞,∞]"
|
2021-09-22 20:10:01 +01:00
|
|
|
],
|
|
|
|
"valid-identifiers": [
|
|
|
|
"auto"
|
|
|
|
]
|
2019-11-18 11:12:58 +01:00
|
|
|
}
|
|
|
|
}
|