2019-11-18 11:12:58 +01:00
{
2023-12-20 18:16:55 +01:00
"-webkit-appearance" : {
"logical-alias-for" : [
"appearance"
] ,
"max-values" : 1
} ,
2024-07-07 19:41:18 -06:00
"-webkit-text-fill-color" : {
"animation-type" : "by-computed-value" ,
"inherited" : true ,
"initial" : "currentColor" ,
"valid-types" : [ "color" ]
} ,
2023-03-18 20:49:00 +01:00
"accent-color" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2023-03-18 20:49:00 +01:00
"inherited" : true ,
"initial" : "auto" ,
"valid-types" : [
"color"
] ,
"valid-identifiers" : [
"auto"
]
} ,
2022-10-14 13:50:06 +02:00
"align-content" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2022-10-14 13:50:06 +02:00
"inherited" : false ,
2024-01-04 08:13:37 +01:00
"initial" : "normal" ,
2022-10-14 13:50:06 +02:00
"valid-types" : [
"align-content"
]
} ,
2021-09-13 15:23:36 +02:00
"align-items" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2021-09-13 15:23:36 +02:00
"inherited" : false ,
2023-08-20 16:39:49 +02:00
"initial" : "normal" ,
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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2022-07-11 23:52:36 +02:00
"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 ,
2023-10-31 19:33:58 -07:00
"animation-type" : "none" ,
2023-05-26 23:30:54 +03:30
"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 ,
2023-10-31 19:33:58 -07:00
"animation-type" : "none" ,
2023-06-09 14:07:59 +01:00
"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 ,
2023-10-31 19:33:58 -07:00
"animation-type" : "none" ,
2023-05-26 23:30:54 +03:30
"inherited" : false ,
2023-06-09 14:25:32 +01:00
"initial" : "auto" ,
2023-05-26 23:30:54 +03:30
"valid-types" : [
"time [0,∞]"
2023-06-09 14:25:32 +01:00
] ,
"valid-identifiers" : [
"auto"
2023-05-26 23:30:54 +03:30
]
} ,
2023-06-09 14:07:59 +01:00
"animation-fill-mode" : {
2023-05-26 23:30:54 +03:30
"affects-layout" : true ,
2023-10-31 19:33:58 -07:00
"animation-type" : "none" ,
2023-05-26 23:30:54 +03:30
"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 ,
2023-10-31 19:33:58 -07:00
"animation-type" : "none" ,
2023-05-26 23:30:54 +03:30
"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-10-31 19:33:58 -07:00
"animation-type" : "none" ,
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 ,
2023-10-31 19:33:58 -07:00
"animation-type" : "none" ,
2023-05-26 23:30:54 +03:30
"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 ,
2023-10-31 19:33:58 -07:00
"animation-type" : "none" ,
2023-05-26 23:30:54 +03:30
"inherited" : false ,
2023-06-09 14:07:59 +01:00
"initial" : "ease" ,
2023-07-06 16:56:25 +03:30
"valid-types" : [
"easing-function"
2023-05-26 23:30:54 +03:30
]
} ,
2022-07-22 16:05:11 +01:00
"appearance" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2022-07-22 16:05:11 +01:00
"inherited" : false ,
"initial" : "auto" ,
"valid-types" : [
"appearance"
]
} ,
2023-06-08 15:25:16 +01:00
"aspect-ratio" : {
"affects-layout" : true ,
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2023-06-08 15:25:16 +01:00
"inherited" : false ,
"initial" : "auto" ,
"valid-types" : [
"ratio"
] ,
2023-08-01 20:11:03 +02:00
"valid-identifiers" : [
2023-06-08 15:25:16 +01:00
"auto"
]
} ,
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 ,
2023-10-31 19:33:58 -07:00
"animation-type" : "custom" ,
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 ,
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
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 ,
2023-10-31 19:33:58 -07:00
"animation-type" : "repeatable-list" ,
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 ,
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
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 ,
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
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 ,
2023-10-31 19:33:58 -07:00
"animation-type" : "repeatable-list" ,
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-11-20 15:33:21 +00:00
"background-position"
2021-09-22 20:10:01 +01:00
] ,
2023-04-02 22:52:54 +01:00
"quirks" : [
"unitless-length"
] ,
"longhands" : [
"background-position-x" ,
"background-position-y"
]
} ,
"background-position-x" : {
"affects-layout" : false ,
2023-10-31 19:33:58 -07:00
"animation-type" : "repeatable-list" ,
"inherited" : false ,
2023-04-02 22:52:54 +01:00
"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"
2023-06-22 16:22:16 +01:00
] ,
"percentages-resolve-to" : "length"
2023-04-02 22:52:54 +01:00
} ,
"background-position-y" : {
"affects-layout" : false ,
2023-10-31 19:33:58 -07:00
"animation-type" : "repeatable-list" ,
"inherited" : false ,
2023-04-02 22:52:54 +01:00
"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"
2023-06-22 16:22:16 +01:00
] ,
"percentages-resolve-to" : "length"
2019-11-18 11:12:58 +01:00
} ,
"background-repeat" : {
2022-03-18 15:34:26 +00:00
"affects-layout" : false ,
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
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 ,
2023-10-31 19:33:58 -07:00
"animation-type" : "repeatable-list" ,
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"
2023-06-22 16:22:16 +01:00
] ,
"percentages-resolve-to" : "length"
2021-11-05 13:44:37 +00:00
} ,
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-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"
]
} ,
2019-11-18 11:12:58 +01:00
"border-bottom-color" : {
2023-10-31 19:33:58 -07:00
"affects-layout" : false ,
"animation-type" : "by-computed-value" ,
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 ,
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
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,∞]"
2023-06-22 16:22:16 +01:00
] ,
"percentages-resolve-to" : "length"
2021-05-14 21:36:26 +02:00
} ,
"border-bottom-right-radius" : {
2022-03-16 20:34:48 +01:00
"affects-layout" : false ,
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
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,∞]"
2023-06-22 16:22:16 +01:00
] ,
"percentages-resolve-to" : "length"
2021-05-14 21:36:26 +02:00
} ,
2019-11-18 11:12:58 +01:00
"border-bottom-style" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2019-11-18 11:12:58 +01:00
"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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"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
} ,
2023-09-08 20:20:17 +01:00
"border-collapse" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2023-09-08 20:20:17 +01:00
"inherited" : true ,
"initial" : "separate" ,
"valid-types" : [
"border-collapse"
]
} ,
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
]
} ,
2023-09-08 20:20:17 +01:00
"border-left" : {
"inherited" : false ,
"initial" : "medium currentcolor none" ,
"longhands" : [
"border-left-width" ,
"border-left-style" ,
"border-left-color"
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 ,
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2019-11-18 11:12:58 +01:00
"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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"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"
]
} ,
2023-09-08 20:20:17 +01:00
"border-right" : {
"inherited" : false ,
"initial" : "medium currentcolor none" ,
"longhands" : [
"border-right-width" ,
"border-right-style" ,
"border-right-color"
]
} ,
2019-11-18 11:12:58 +01:00
"border-right-color" : {
2022-03-16 20:34:48 +01:00
"affects-layout" : false ,
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2019-11-18 11:12:58 +01:00
"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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2019-11-18 11:12:58 +01:00
"inherited" : true ,
2021-11-10 13:27:16 +00:00
"initial" : "0" ,
2023-06-16 02:35:03 +00:00
"max-values" : 2 ,
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
]
} ,
2023-09-08 20:20:17 +01:00
"border-top" : {
"inherited" : false ,
"initial" : "medium currentcolor none" ,
"longhands" : [
"border-top-width" ,
"border-top-style" ,
"border-top-color"
]
} ,
2019-11-18 11:12:58 +01:00
"border-top-color" : {
2022-03-16 20:34:48 +01:00
"affects-layout" : false ,
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
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 ,
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
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,∞]"
2023-06-22 16:22:16 +01:00
] ,
"percentages-resolve-to" : "length"
2021-05-14 21:36:26 +02:00
} ,
"border-top-right-radius" : {
2022-03-16 20:34:48 +01:00
"affects-layout" : false ,
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
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,∞]"
2023-06-22 16:22:16 +01:00
] ,
"percentages-resolve-to" : "length"
2021-05-14 21:36:26 +02:00
} ,
2019-11-18 11:12:58 +01:00
"border-top-style" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2019-11-18 11:12:58 +01:00
"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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"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"
] ,
2023-06-22 16:22:16 +01:00
"percentages-resolve-to" : "length" ,
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 ,
2023-10-31 19:33:58 -07:00
"animation-type" : "custom" ,
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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2021-09-13 15:23:36 +02:00
"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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2019-11-18 11:12:58 +01:00
"inherited" : true ,
2021-09-22 20:10:01 +01:00
"initial" : "top" ,
2023-06-07 02:10:55 +00:00
"valid-types" : [
"caption-side"
2021-09-22 20:10:01 +01:00
]
2019-11-18 11:12:58 +01:00
} ,
"clear" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2019-11-18 11:12:58 +01:00
"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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2023-08-23 13:48:57 +02:00
"inherited" : false ,
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
} ,
2024-03-27 00:06:35 +00:00
"clip-path" : {
"animation-type" : "none" ,
"affects-layout" : false ,
"affects-stacking-context" : true ,
"inherited" : false ,
"valid-identifiers" : [
"none"
] ,
"__comment" : "FIXME: This should be a <clip-source> | [ <basic-shape> || <geometry-box> ]" ,
"valid-types" : [
2024-05-26 00:25:05 +01:00
"basic-shape" ,
2024-03-27 00:06:35 +00:00
"url"
] ,
"initial" : "none"
} ,
2024-05-12 20:19:43 +01:00
"clip-rule" : {
"affects-layout" : false ,
"animation-type" : "discrete" ,
"inherited" : true ,
"initial" : "nonzero" ,
"valid-types" : [ "fill-rule" ]
} ,
2019-11-18 11:12:58 +01:00
"color" : {
2022-03-16 17:46:24 +01:00
"affects-layout" : false ,
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"inherited" : true ,
2024-07-05 19:55:07 +01:00
"initial" : "canvastext" ,
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
} ,
2023-09-08 20:20:17 +01:00
"column-count" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2022-11-06 12:42:22 +01:00
"inherited" : false ,
"initial" : "auto" ,
"valid-types" : [
2023-09-08 20:20:17 +01:00
"integer [1,∞]"
2022-11-06 12:42:22 +01:00
] ,
"valid-identifiers" : [
"auto"
2023-09-08 20:20:17 +01:00
]
2022-11-06 12:42:22 +01:00
} ,
2023-09-08 20:20:17 +01:00
"column-gap" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2023-09-06 18:30:57 +02:00
"inherited" : false ,
"initial" : "auto" ,
"valid-types" : [
2023-09-08 20:20:17 +01:00
"length [0,∞]" ,
"percentage [0,∞]"
2023-09-06 18:30:57 +02:00
] ,
"valid-identifiers" : [
"auto"
2023-09-08 20:20:17 +01:00
] ,
"percentages-resolve-to" : "length"
2023-09-06 18:30:57 +02:00
} ,
2022-02-23 19:56:25 +00:00
"content" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2022-02-23 19:56:25 +00:00
"inherited" : false ,
"initial" : "normal" ,
"__comment" : "FIXME: This accepts a whole lot of other types and identifiers!" ,
"valid-types" : [
"string"
] ,
"valid-identifiers" : [
"normal" ,
2023-09-12 14:22:46 +01:00
"none" ,
"open-quote" ,
"close-quote" ,
"no-open-quote" ,
"no-close-quote"
2022-02-23 19:56:25 +00:00
]
} ,
2019-11-18 11:12:58 +01:00
"cursor" : {
2022-03-18 15:34:26 +00:00
"affects-layout" : false ,
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
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
} ,
2023-02-25 10:31:00 +01:00
"cx" : {
"__comment" : "This is an SVG 2 geometry property, see: https://www.w3.org/TR/SVG/geometry.html#CX." ,
"animation-type" : "by-computed-value" ,
"inherited" : false ,
"initial" : "0" ,
"valid-types" : [
"length [-∞,∞]" ,
"percentage [-∞,∞]"
] ,
"percentages-resolve-to" : "length" ,
"quirks" : [
"unitless-length"
]
} ,
"cy" : {
"__comment" : "This is an SVG 2 geometry property, see: https://www.w3.org/TR/SVG/geometry.html#CY." ,
"animation-type" : "by-computed-value" ,
"inherited" : false ,
"initial" : "0" ,
"valid-types" : [
"length [-∞,∞]" ,
"percentage [-∞,∞]"
] ,
"percentages-resolve-to" : "length" ,
"quirks" : [
"unitless-length"
]
} ,
2019-11-18 11:12:58 +01:00
"direction" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "none" ,
2019-11-18 11:12:58 +01:00
"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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "custom" ,
2019-11-18 11:12:58 +01:00
"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" : [
2023-09-04 17:39:15 +01:00
"list-item"
] ,
"valid-types" : [
"display-outside" ,
"display-inside" ,
"display-internal" ,
"display-box" ,
"display-legacy"
2021-09-22 20:10:01 +01:00
]
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 ,
2023-10-31 19:33:58 -07:00
"animation-type" : "none" ,
2021-09-13 15:23:36 +02:00
"inherited" : true ,
2021-09-22 20:10:01 +01:00
"initial" : "black" ,
"valid-types" : [
2023-06-15 16:37:36 +01:00
"paint"
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 ,
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2023-05-19 20:35:39 +01:00
"inherited" : true ,
"initial" : "1" ,
"valid-types" : [
2023-06-02 17:11:41 +01:00
"number [-∞,∞]" ,
"percentage [-∞,∞]"
2023-06-22 16:22:16 +01:00
] ,
"percentages-resolve-to" : "number"
2023-05-19 20:35:39 +01:00
} ,
2023-06-11 16:43:46 +01:00
"fill-rule" : {
"affects-layout" : false ,
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2023-06-11 16:43:46 +01:00
"inherited" : true ,
"initial" : "nonzero" ,
2024-05-12 21:09:37 +01:00
"valid-types" : [ "fill-rule" ]
2023-06-11 16:43:46 +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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2021-05-30 14:23:43 +02:00
"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" ,
2024-06-23 15:36:51 +02:00
"content" ,
"fit-content" ,
"max-content" ,
"min-content"
2023-06-22 16:22:16 +01:00
] ,
"percentages-resolve-to" : "length"
2021-05-30 14:23:43 +02:00
} ,
2021-01-18 17:41:57 +01:00
"flex-direction" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2021-01-18 17:41:57 +01:00
"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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2021-05-30 20:22:25 +02:00
"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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2021-05-30 20:22:25 +02:00
"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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2021-05-30 12:11:32 +02:00
"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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2019-11-18 11:12:58 +01:00
"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 ,
2024-07-05 19:59:18 +01:00
"initial" : "normal medium serif" ,
2021-04-13 20:41:57 +03:00
"longhands" : [
"font-family" ,
"font-size" ,
2023-09-26 16:17:02 +01:00
"font-stretch" ,
"font-style" ,
2021-04-13 20:41:57 +03:00
"font-variant" ,
2023-09-26 16:17:02 +01:00
"font-weight" ,
"line-height"
2021-04-13 20:41:57 +03:00
]
} ,
2019-11-18 11:12:58 +01:00
"font-family" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2019-11-18 11:12:58 +01:00
"inherited" : true ,
2024-07-05 19:59:18 +01:00
"initial" : "serif" ,
2023-07-06 13:05:48 +02:00
"valid-types" : [
"custom-ident" ,
"string"
]
2019-11-18 11:12:58 +01:00
} ,
"font-size" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"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" ,
2023-09-07 17:39:07 +01:00
"xxx-large" ,
"math"
2021-09-22 20:10:01 +01:00
] ,
2023-06-22 16:22:16 +01:00
"percentages-resolve-to" : "length" ,
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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "custom" ,
2023-02-03 14:27:09 +03:00
"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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "custom" ,
2019-11-18 11:12:58 +01:00
"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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2019-11-18 11:12:58 +01:00
"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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"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"
] ,
2023-06-22 16:22:16 +01:00
"percentages-resolve-to" : "length" ,
2022-11-06 12:42:22 +01:00
"longhands" : [
"row-gap" ,
"column-gap"
]
} ,
2023-09-08 20:20:17 +01:00
"grid" : {
"inherited" : false ,
"initial" : "auto" ,
"valid-identifiers" : [
"auto"
] ,
"valid-types" : [
"length" ,
"percentage" ,
"string"
] ,
"percentages-resolve-to" : "length" ,
"longhands" : [
2023-09-26 15:59:01 +01:00
"grid-template-areas" ,
"grid-template-rows" ,
"grid-template-columns"
2023-09-08 20:20:17 +01:00
]
} ,
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"
]
} ,
2023-09-08 20:20:17 +01:00
"grid-auto-columns" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2023-09-08 20:20:17 +01:00
"inherited" : false ,
"initial" : "auto" ,
"valid-identifiers" : [
"auto"
] ,
"valid-types" : [
"length" ,
"percentage" ,
"string"
] ,
"percentages-resolve-to" : "length"
} ,
"grid-auto-flow" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2023-09-08 20:20:17 +01:00
"inherited" : false ,
"initial" : "row"
} ,
"grid-auto-rows" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2023-09-08 20:20:17 +01:00
"inherited" : false ,
"initial" : "auto" ,
"valid-identifiers" : [
"auto"
] ,
"valid-types" : [
"length" ,
"percentage" ,
"string"
] ,
"percentages-resolve-to" : "length"
} ,
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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2022-08-23 19:58:00 +02:00
"inherited" : false ,
"initial" : "auto" ,
"valid-identifiers" : [
"auto"
] ,
"valid-types" : [
"string"
]
} ,
2022-11-06 12:42:22 +01:00
"grid-column-gap" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2022-11-06 12:42:22 +01:00
"inherited" : false ,
"initial" : "auto" ,
"valid-types" : [
"length [0,∞]" ,
"percentage [0,∞]"
] ,
"valid-identifiers" : [
"auto"
2023-06-22 16:22:16 +01:00
] ,
"percentages-resolve-to" : "length"
2022-11-06 12:42:22 +01:00
} ,
2022-08-23 19:58:00 +02:00
"grid-column-start" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2022-08-23 19:58:00 +02:00
"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"
] ,
2023-06-22 16:22:16 +01:00
"percentages-resolve-to" : "length" ,
2022-11-06 12:42:22 +01:00
"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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2022-08-23 19:58:00 +02:00
"inherited" : false ,
"initial" : "auto" ,
"valid-identifiers" : [
"auto"
] ,
"valid-types" : [
"string"
]
} ,
2022-11-06 12:42:22 +01:00
"grid-row-gap" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2022-11-06 12:42:22 +01:00
"inherited" : false ,
"initial" : "auto" ,
"valid-types" : [
"length [0,∞]" ,
"percentage [0,∞]"
] ,
"valid-identifiers" : [
"auto"
2023-06-22 16:22:16 +01:00
] ,
"percentages-resolve-to" : "length"
2022-11-06 12:42:22 +01:00
} ,
2022-08-23 19:58:00 +02:00
"grid-row-start" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2022-08-23 19:58:00 +02:00
"inherited" : false ,
"initial" : "auto" ,
2023-01-16 18:17:05 +01:00
"valid-identifiers" : [
"auto"
] ,
"valid-types" : [
"string"
]
} ,
2023-04-29 19:32:56 +02:00
"grid-template" : {
"inherited" : false ,
"initial" : "auto" ,
"valid-identifiers" : [
"auto"
] ,
"valid-types" : [
"length" ,
"percentage" ,
"string"
] ,
2023-06-22 16:22:16 +01:00
"percentages-resolve-to" : "length" ,
2023-04-29 19:32:56 +02:00
"longhands" : [
"grid-template-areas" ,
"grid-template-rows" ,
"grid-template-columns"
]
} ,
2023-01-16 18:17:05 +01:00
"grid-template-areas" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2023-01-16 18:17:05 +01:00
"inherited" : false ,
2023-12-07 21:07:21 +00:00
"initial" : "none" ,
2022-08-23 19:58:00 +02:00
"valid-identifiers" : [
2023-12-07 21:07:21 +00:00
"none"
2022-08-23 19:58:00 +02:00
] ,
"valid-types" : [
"string"
]
} ,
2022-08-23 19:49:07 +02:00
"grid-template-columns" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "custom" ,
2022-08-23 19:49:07 +02:00
"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"
2023-06-22 16:22:16 +01:00
] ,
"percentages-resolve-to" : "length"
2022-08-23 19:49:07 +02:00
} ,
"grid-template-rows" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "custom" ,
2022-08-23 19:49:07 +02:00
"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"
2023-06-22 16:22:16 +01:00
] ,
"percentages-resolve-to" : "length"
2022-08-23 19:49:07 +02:00
} ,
2019-11-18 11:12:58 +01:00
"height" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"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-08-20 18:25:54 +02:00
"auto" ,
"fit-content" ,
"max-content" ,
"min-content"
2021-09-22 20:10:01 +01:00
] ,
2023-06-22 16:22:16 +01:00
"percentages-resolve-to" : "length" ,
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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
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
]
} ,
2024-03-06 18:12:09 +04:00
"inline-size" : {
"logical-alias-for" : [
"width"
] ,
"initial" : "auto" ,
"max-values" : 1
} ,
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"
2023-06-22 16:22:16 +01:00
] ,
"percentages-resolve-to" : "length"
2023-05-29 21:43:37 -04:00
} ,
2023-07-13 20:52:36 +02:00
"inset-block" : {
"logical-alias-for" : [
"inset"
] ,
"max-values" : 2
} ,
"inset-block-end" : {
"logical-alias-for" : [
"top" ,
"right" ,
"bottom" ,
"left"
] ,
"max-values" : 1
} ,
"inset-block-start" : {
"logical-alias-for" : [
"top" ,
"right" ,
"bottom" ,
"left"
] ,
"max-values" : 1
} ,
"inset-inline" : {
"logical-alias-for" : [
"inset"
] ,
"max-values" : 2
} ,
"inset-inline-end" : {
"logical-alias-for" : [
"top" ,
"right" ,
"bottom" ,
"left"
] ,
"max-values" : 1
} ,
"inset-inline-start" : {
"logical-alias-for" : [
"top" ,
"right" ,
"bottom" ,
"left"
] ,
"max-values" : 1
} ,
2021-07-16 18:38:26 +02:00
"justify-content" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2021-07-16 18:38:26 +02:00
"inherited" : false ,
2024-01-04 08:16:06 +01:00
"initial" : "normal" ,
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
} ,
2023-07-14 20:49:22 +02:00
"justify-items" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2023-07-14 20:49:22 +02:00
"inherited" : false ,
"initial" : "legacy" ,
"valid-types" : [
"justify-items"
]
} ,
2023-07-14 14:41:22 +02:00
"justify-self" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2023-07-14 14:41:22 +02:00
"inherited" : false ,
"initial" : "auto" ,
"valid-types" : [
"justify-self"
]
} ,
2019-11-18 11:12:58 +01:00
"left" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"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"
] ,
2023-06-22 16:22:16 +01:00
"percentages-resolve-to" : "length" ,
2021-09-10 21:43:03 +01:00
"quirks" : [
"unitless-length"
]
2019-11-18 11:12:58 +01:00
} ,
"letter-spacing" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"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
] ,
2023-06-22 16:22:16 +01:00
"percentages-resolve-to" : "length" ,
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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"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"
2023-06-22 16:22:16 +01:00
] ,
"percentages-resolve-to" : "length"
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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2019-11-18 11:12:58 +01:00
"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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2019-11-18 11:12:58 +01:00
"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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2019-11-18 11:12:58 +01:00
"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"
] ,
2023-06-22 16:22:16 +01:00
"percentages-resolve-to" : "length" ,
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-09-08 20:20:17 +01:00
"margin-block-end" : {
2023-06-06 12:24:08 +02:00
"logical-alias-for" : [
"margin-top" ,
"margin-right" ,
"margin-bottom" ,
"margin-left"
]
} ,
2023-09-08 20:20:17 +01:00
"margin-block-start" : {
2023-06-06 12:24:08 +02:00
"logical-alias-for" : [
"margin-top" ,
"margin-right" ,
"margin-bottom" ,
"margin-left"
]
} ,
2019-11-18 11:12:58 +01:00
"margin-bottom" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"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"
] ,
2023-06-22 16:22:16 +01:00
"percentages-resolve-to" : "length" ,
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-09-08 20:20:17 +01:00
"margin-inline-end" : {
2023-06-06 12:24:08 +02:00
"logical-alias-for" : [
"margin-top" ,
"margin-right" ,
"margin-bottom" ,
"margin-left"
]
} ,
2023-09-08 20:20:17 +01:00
"margin-inline-start" : {
2023-06-06 12:24:08 +02:00
"logical-alias-for" : [
"margin-top" ,
"margin-right" ,
"margin-bottom" ,
"margin-left"
]
} ,
2019-11-18 11:12:58 +01:00
"margin-left" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"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"
] ,
2023-06-22 16:22:16 +01:00
"percentages-resolve-to" : "length" ,
2021-09-10 21:43:03 +01:00
"quirks" : [
"unitless-length"
]
2019-11-18 11:12:58 +01:00
} ,
"margin-right" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"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"
] ,
2023-06-22 16:22:16 +01:00
"percentages-resolve-to" : "length" ,
2021-09-10 21:43:03 +01:00
"quirks" : [
"unitless-length"
]
2019-11-18 11:12:58 +01:00
} ,
"margin-top" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"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"
] ,
2023-06-22 16:22:16 +01:00
"percentages-resolve-to" : "length" ,
2021-09-10 21:43:03 +01:00
"quirks" : [
"unitless-length"
]
2019-11-18 11:12:58 +01:00
} ,
2023-09-03 19:44:00 +01:00
"mask" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "none" ,
2023-09-03 19:44:00 +01:00
"affects-layout" : false ,
"affects-stacking-context" : true ,
"inherited" : false ,
"valid-identifiers" : [
"none"
] ,
"__comment" : "FIXME: This should be a <mask-reference> and/or <mask-layer>#" ,
"valid-types" : [
"url"
] ,
"initial" : "none"
} ,
2023-10-08 11:06:34 +01:00
"mask-type" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2023-10-08 11:06:34 +01:00
"inherited" : false ,
"affects-layout" : false ,
"valid-types" : [
"mask-type"
] ,
"initial" : "luminance"
} ,
2023-09-07 15:29:54 +01:00
"math-depth" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "none" ,
2023-09-07 15:29:54 +01:00
"inherited" : true ,
"initial" : "0" ,
"__comment" : "FIXME: `add(<integer>)` is also valid but we can't represent that here yet." ,
"valid-types" : [
"integer"
] ,
"valid-identifiers" : [
"auto-add"
]
} ,
2023-09-05 20:23:15 +01:00
"math-shift" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "none" ,
2023-09-05 20:23:15 +01:00
"inherited" : true ,
"initial" : "normal" ,
"valid-types" : [
"math-shift"
]
} ,
"math-style" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "none" ,
2023-09-05 20:23:15 +01:00
"inherited" : true ,
"initial" : "normal" ,
"valid-types" : [
"math-style"
]
} ,
2019-11-18 11:12:58 +01:00
"max-height" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"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"
] ,
2023-06-22 16:22:16 +01:00
"percentages-resolve-to" : "length" ,
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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"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"
] ,
2023-06-22 16:22:16 +01:00
"percentages-resolve-to" : "length" ,
2021-09-10 21:43:03 +01:00
"quirks" : [
"unitless-length"
]
2019-11-18 11:12:58 +01:00
} ,
"min-height" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"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"
] ,
2023-06-22 16:22:16 +01:00
"percentages-resolve-to" : "length" ,
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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"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"
] ,
2023-06-22 16:22:16 +01:00
"percentages-resolve-to" : "length" ,
2021-09-10 21:43:03 +01:00
"quirks" : [
"unitless-length"
]
2019-11-18 11:12:58 +01:00
} ,
2023-08-01 20:06:50 +02:00
"object-fit" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2023-08-01 20:06:50 +02:00
"inherited" : false ,
"initial" : "fill" ,
"valid-types" : [
"object-fit"
]
} ,
2023-10-16 13:49:52 +02:00
"object-position" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "repeatable-list" ,
2023-10-16 13:49:52 +02:00
"affects-layout" : false ,
"inherited" : false ,
"initial" : "50% 50%" ,
"valid-types" : [
"position"
2023-11-20 13:11:46 +00:00
]
2023-10-16 13:49:52 +02:00
} ,
2021-07-23 13:18:09 +03:00
"opacity" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
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 [-∞,∞]"
2023-06-22 16:22:16 +01:00
] ,
"percentages-resolve-to" : "number"
2021-07-23 13:18:09 +03:00
} ,
2023-06-02 17:23:00 +01:00
"order" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2023-06-02 17:23:00 +01:00
"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 ,
2023-08-02 17:24:14 +01:00
"initial" : "medium currentColor 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 ,
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2021-09-13 15:23:36 +02:00
"inherited" : false ,
2023-08-02 17:24:14 +01:00
"__comment" : "FIXME: We don't yet support `invert`. Until we do, the spec directs us to use `currentColor` as the default instead, and reject `invert`" ,
"initial" : "currentColor" ,
2021-09-22 20:10:01 +01:00
"valid-types" : [
"color"
]
2021-09-13 15:23:36 +02:00
} ,
2023-08-02 20:09:10 +01:00
"outline-offset" : {
"affects-layout" : false ,
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2023-08-02 20:09:10 +01:00
"inherited" : false ,
"initial" : "0" ,
"valid-types" : [
"length [-∞,∞]"
]
} ,
2021-09-13 15:23:36 +02:00
"outline-style" : {
2022-03-18 15:34:26 +00:00
"affects-layout" : false ,
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
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" : [
2023-08-02 17:24:14 +01:00
"outline-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 ,
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2021-02-22 15:20:31 +01:00
"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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2021-02-22 15:20:31 +01:00
"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
] ,
2023-06-22 16:22:16 +01:00
"percentages-resolve-to" : "length" ,
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-09-08 20:20:17 +01:00
"padding-block-end" : {
2023-06-06 12:24:08 +02:00
"logical-alias-for" : [
"padding-top" ,
"padding-right" ,
"padding-bottom" ,
"padding-left"
]
} ,
2023-09-08 20:20:17 +01:00
"padding-block-start" : {
2023-06-06 12:24:08 +02:00
"logical-alias-for" : [
"padding-top" ,
"padding-right" ,
"padding-bottom" ,
"padding-left"
]
} ,
2019-11-18 11:12:58 +01:00
"padding-bottom" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"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
] ,
2023-06-22 16:22:16 +01:00
"percentages-resolve-to" : "length" ,
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-09-08 20:20:17 +01:00
"padding-inline-end" : {
2023-06-06 12:24:08 +02:00
"logical-alias-for" : [
"padding-top" ,
"padding-right" ,
"padding-bottom" ,
"padding-left"
]
} ,
2023-09-08 20:20:17 +01:00
"padding-inline-start" : {
2023-06-06 12:24:08 +02:00
"logical-alias-for" : [
"padding-top" ,
"padding-right" ,
"padding-bottom" ,
"padding-left"
]
} ,
2019-11-18 11:12:58 +01:00
"padding-left" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"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
] ,
2023-06-22 16:22:16 +01:00
"percentages-resolve-to" : "length" ,
2021-09-10 21:43:03 +01:00
"quirks" : [
"unitless-length"
]
2019-11-18 11:12:58 +01:00
} ,
"padding-right" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"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
] ,
2023-06-22 16:22:16 +01:00
"percentages-resolve-to" : "length" ,
2021-09-10 21:43:03 +01:00
"quirks" : [
"unitless-length"
]
2019-11-18 11:12:58 +01:00
} ,
"padding-top" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"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
] ,
2023-06-22 16:22:16 +01:00
"percentages-resolve-to" : "length" ,
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"
]
} ,
2023-07-17 16:34:12 +02:00
"place-items" : {
"inherited" : false ,
"initial" : "normal" ,
"longhands" : [
"align-items" ,
"justify-items"
]
} ,
2023-08-04 14:04:05 +02:00
"place-self" : {
"inherited" : false ,
"initial" : "normal" ,
"longhands" : [
"align-self" ,
"justify-self"
]
} ,
2021-09-13 15:23:36 +02:00
"pointer-events" : {
2022-03-18 15:34:26 +00:00
"affects-layout" : false ,
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2019-11-19 18:20:54 +01:00
"inherited" : false ,
2021-09-22 20:10:01 +01:00
"initial" : "static" ,
2022-04-14 11:23:23 +01:00
"valid-types" : [
2023-10-27 15:17:36 +02:00
"positioning"
2021-09-22 20:10:01 +01:00
]
2019-11-19 18:20:54 +01:00
} ,
2023-09-12 11:34:26 +01:00
"quotes" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2023-09-12 11:34:26 +01:00
"inherited" : true ,
"initial" : "auto" ,
"valid-types" : [
"string"
] ,
"valid-identifiers" : [
"auto" ,
"none"
]
} ,
2023-02-25 10:31:00 +01:00
"r" : {
"__comment" : "This is an SVG 2 geometry property, see: https://www.w3.org/TR/SVG/geometry.html#R." ,
"animation-type" : "by-computed-value" ,
"inherited" : false ,
"initial" : "0" ,
"valid-types" : [
"length [-∞,∞]" ,
"percentage [-∞,∞]"
] ,
"percentages-resolve-to" : "length" ,
"quirks" : [
"unitless-length"
]
} ,
2019-11-18 11:12:58 +01:00
"right" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"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"
] ,
2023-06-22 16:22:16 +01:00
"percentages-resolve-to" : "length" ,
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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2022-11-06 12:42:22 +01:00
"inherited" : false ,
"initial" : "auto" ,
"valid-types" : [
"length [0,∞]" ,
"percentage [0,∞]"
] ,
"valid-identifiers" : [
"auto"
2023-06-22 16:22:16 +01:00
] ,
"percentages-resolve-to" : "length"
2022-11-06 12:42:22 +01:00
} ,
2023-02-25 10:31:00 +01:00
"rx" : {
"__comment" : "This is an SVG 2 geometry property, see: https://www.w3.org/TR/SVG/geometry.html#RX." ,
"animation-type" : "by-computed-value" ,
"inherited" : false ,
"initial" : "auto" ,
"valid-types" : [
"length [-∞,∞]" ,
"percentage [-∞,∞]"
] ,
"valid-identifiers" : [
"auto"
] ,
"percentages-resolve-to" : "length" ,
"quirks" : [
"unitless-length"
]
} ,
"ry" : {
"__comment" : "This is an SVG 2 geometry property, see: https://www.w3.org/TR/SVG/geometry.html#RY." ,
"animation-type" : "by-computed-value" ,
"inherited" : false ,
"initial" : "auto" ,
"valid-types" : [
"length [-∞,∞]" ,
"percentage [-∞,∞]"
] ,
"valid-identifiers" : [
"auto"
] ,
"percentages-resolve-to" : "length" ,
"quirks" : [
"unitless-length"
]
} ,
2024-06-26 23:19:38 +01:00
"scrollbar-gutter" : {
"affects-layout" : false ,
"animation-type" : "discrete" ,
"__comment" : "This property should affect layout per-spec, but ladybird always uses overlay scrollbars so it doesn't in practice." ,
"inherited" : false ,
"initial" : "auto"
} ,
2024-02-27 09:37:18 +01:00
"scrollbar-width" : {
"affects-layout" : false ,
"animation-type" : "by-computed-value" ,
"inherited" : false ,
"initial" : "auto" ,
"valid-types" : [ "scrollbar-width" ] ,
"valid-identifiers" : [
"auto" ,
"thin" ,
"none"
]
} ,
2023-09-08 20:20:17 +01:00
"stop-color" : {
2022-03-18 15:34:26 +00:00
"affects-layout" : false ,
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2023-09-08 20:20:17 +01:00
"inherited" : false ,
"initial" : "black" ,
2021-09-22 20:10:01 +01:00
"valid-types" : [
2023-09-08 20:20:17 +01:00
"color"
2021-09-22 20:10:01 +01:00
]
2021-09-16 12:28:14 +01:00
} ,
2023-09-08 20:20:17 +01:00
"stop-opacity" : {
2023-05-19 20:35:39 +01:00
"affects-layout" : false ,
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2023-09-08 20:20:17 +01:00
"inherited" : false ,
2023-05-19 20:35:39 +01:00
"initial" : "1" ,
"valid-types" : [
2023-06-02 17:11:41 +01:00
"number [-∞,∞]" ,
"percentage [-∞,∞]"
2023-06-22 16:22:16 +01:00
] ,
"percentages-resolve-to" : "number"
2023-05-19 20:35:39 +01:00
} ,
2023-09-08 20:20:17 +01:00
"stroke" : {
2023-04-19 18:51:00 +01:00
"affects-layout" : false ,
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2023-09-08 20:20:17 +01:00
"inherited" : true ,
"initial" : "none" ,
2023-04-19 18:51:00 +01:00
"valid-types" : [
2023-09-08 20:20:17 +01:00
"paint"
2023-04-19 18:51:00 +01:00
]
} ,
2023-09-08 20:20:17 +01:00
"stroke-opacity" : {
2023-05-19 20:35:39 +01:00
"affects-layout" : false ,
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2023-09-08 20:20:17 +01:00
"inherited" : true ,
2023-05-19 20:35:39 +01:00
"initial" : "1" ,
"valid-types" : [
2023-06-02 17:11:41 +01:00
"number [-∞,∞]" ,
"percentage [-∞,∞]"
2023-06-22 16:22:16 +01:00
] ,
"percentages-resolve-to" : "number"
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 ,
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
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,∞]"
2023-06-22 16:22:16 +01:00
] ,
"percentages-resolve-to" : "length"
2021-09-16 12:28:14 +01:00
} ,
2023-09-08 20:20:17 +01:00
"table-layout" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2023-09-08 20:20:17 +01:00
"inherited" : false ,
"initial" : "auto" ,
2023-07-19 19:12:00 +01:00
"valid-types" : [
2023-09-08 20:20:17 +01:00
"table-layout"
2023-07-19 19:12:00 +01:00
]
} ,
2019-11-18 11:12:58 +01:00
"text-align" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2019-11-18 11:12:58 +01:00
"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
} ,
2023-09-08 20:20:17 +01:00
"text-anchor" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2023-09-08 20:20:17 +01:00
"inherited" : true ,
"initial" : "start" ,
"valid-types" : [
"text-anchor"
]
} ,
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 ,
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
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" : {
2022-03-16 17:46:24 +01:00
"affects-layout" : false ,
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
"__comment" : "FIXME: This property is not supposed to be inherited, but we currently rely on inheritance to propagate decorations into line boxes." ,
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 ,
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
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 ,
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
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"
2023-06-22 16:22:16 +01:00
] ,
"percentages-resolve-to" : "length"
2019-11-18 11:12:58 +01:00
} ,
"text-indent" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"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
] ,
2023-06-22 16:22:16 +01:00
"percentages-resolve-to" : "length" ,
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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2022-03-12 19:31:32 +00:00
"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 ,
2023-10-31 19:33:58 -07:00
"animation-type" : "custom" ,
2022-03-23 21:16:36 +00:00
"inherited" : true ,
"initial" : "none" ,
"valid-identifiers" : [
"none"
]
} ,
2019-11-18 11:12:58 +01:00
"text-transform" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2019-11-18 11:12:58 +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-transform"
2021-09-22 20:10:01 +01:00
]
2019-11-18 11:12:58 +01:00
} ,
"top" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"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"
] ,
2023-06-22 16:22:16 +01:00
"percentages-resolve-to" : "length" ,
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" : {
2024-02-28 18:47:49 -07:00
"animation-type" : "custom" ,
2021-09-18 17:20:00 +02:00
"inherited" : false ,
2022-07-19 16:05:58 +01:00
"initial" : "none" ,
2023-07-27 09:54:45 +02:00
"affects-layout" : false ,
2022-07-19 16:05:58 +01:00
"affects-stacking-context" : true
2021-09-18 17:20:00 +02:00
} ,
2024-01-25 17:02:37 +00:00
"transform-box" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2024-01-25 17:02:37 +00:00
"inherited" : false ,
"initial" : "view-box" ,
"affects-layout" : false ,
"valid-types" : [
"transform-box"
]
} ,
2022-03-21 19:11:06 +01:00
"transform-origin" : {
"affects-layout" : false ,
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2022-03-21 19:11:06 +01:00
"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-06-22 16:22:16 +01:00
] ,
"percentages-resolve-to" : "length"
2022-03-21 19:11:06 +01:00
} ,
2024-02-19 19:13:45 -07:00
"transition" : {
"affects-layout" : true ,
"inherited" : false ,
"initial" : "none" ,
"longhands" : [
"transition-property" ,
"transition-duration" ,
"transition-timing-function" ,
"transition-delay"
]
} ,
2023-05-27 22:05:48 +02:00
"transition-delay" : {
2024-02-19 19:13:45 -07:00
"affects-layout" : true ,
"animation-type" : "none" ,
"inherited" : false ,
"initial" : "0s" ,
"valid-types" : [
"time"
]
} ,
"transition-duration" : {
"affects-layout" : true ,
2023-10-31 19:33:58 -07:00
"animation-type" : "none" ,
2023-05-27 22:05:48 +02:00
"inherited" : false ,
"initial" : "0s" ,
"valid-types" : [
2023-06-06 10:35:16 +02:00
"time"
2023-05-27 22:05:48 +02:00
]
} ,
2024-02-19 19:13:45 -07:00
"transition-property" : {
"affects-layout" : true ,
"animation-type" : "none" ,
"inherited" : false ,
"initial" : "all" ,
"valid-types" : [
"string" ,
"custom-ident"
] ,
"valid-identifiers" : [
"all" ,
"none"
]
} ,
"transition-timing-function" : {
"affects-layout" : true ,
"animation-type" : "none" ,
"inherited" : false ,
"initial" : "ease" ,
"valid-types" : [
"easing-function"
]
} ,
2021-09-13 15:23:36 +02:00
"user-select" : {
2022-03-18 15:34:26 +00:00
"affects-layout" : false ,
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"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
] ,
2023-06-22 16:22:16 +01:00
"percentages-resolve-to" : "length" ,
2021-09-10 21:43:03 +01:00
"quirks" : [
"unitless-length"
]
2019-11-18 11:12:58 +01:00
} ,
"visibility" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "custom" ,
2019-11-18 11:12:58 +01:00
"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
} ,
2023-09-08 20:20:17 +01:00
"white-space" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2023-09-08 20:20:17 +01:00
"inherited" : true ,
"initial" : "normal" ,
"valid-types" : [
"white-space"
]
} ,
2019-11-18 11:12:58 +01:00
"width" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"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
] ,
2023-06-22 16:22:16 +01:00
"percentages-resolve-to" : "length" ,
2021-09-10 21:43:03 +01:00
"quirks" : [
"unitless-length"
]
2019-11-18 11:12:58 +01:00
} ,
"word-spacing" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2019-11-18 11:12:58 +01:00
"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"
] ,
2023-06-22 16:22:16 +01:00
"percentages-resolve-to" : "length" ,
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" : {
2023-10-31 19:33:58 -07:00
"animation-type" : "discrete" ,
2021-09-13 15:23:36 +02:00
"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
} ,
2024-01-28 17:48:59 +00:00
"x" : {
"__comment" : "This is an SVG 2 geometry property, see: https://www.w3.org/TR/SVG/geometry.html#X." ,
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2024-01-28 17:48:59 +00:00
"inherited" : false ,
"initial" : "0" ,
"valid-types" : [
"length [-∞,∞]" ,
"percentage [-∞,∞]"
] ,
"percentages-resolve-to" : "length" ,
"quirks" : [
"unitless-length"
]
} ,
"y" : {
"__comment" : "This is an SVG 2 geometry property, see: https://www.w3.org/TR/SVG/geometry.html#Y." ,
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
2024-01-28 17:48:59 +00:00
"inherited" : false ,
"initial" : "0" ,
"valid-types" : [
"length [-∞,∞]" ,
"percentage [-∞,∞]"
] ,
"percentages-resolve-to" : "length" ,
"quirks" : [
"unitless-length"
]
} ,
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 ,
2023-10-31 19:33:58 -07:00
"animation-type" : "by-computed-value" ,
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
}
}