mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 04:07:34 +00:00
LibWeb: Parse the CSS scrollbar-width property
This commit is contained in:
parent
c74fc4c171
commit
8d9e20cb03
7 changed files with 37 additions and 0 deletions
|
@ -2034,6 +2034,18 @@
|
|||
],
|
||||
"percentages-resolve-to": "length"
|
||||
},
|
||||
"scrollbar-width": {
|
||||
"affects-layout": false,
|
||||
"animation-type": "by-computed-value",
|
||||
"inherited": false,
|
||||
"initial": "auto",
|
||||
"valid-types": [ "scrollbar-width" ],
|
||||
"valid-identifiers": [
|
||||
"auto",
|
||||
"thin",
|
||||
"none"
|
||||
]
|
||||
},
|
||||
"stop-color": {
|
||||
"affects-layout": false,
|
||||
"animation-type": "by-computed-value",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue