mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 01:27:44 +00:00
LibWeb: Implement appearance
CSS property
This includes the "compat" values even though they are not strictly necessary.
This commit is contained in:
parent
b5febe538c
commit
d7d34d88e5
7 changed files with 78 additions and 0 deletions
|
@ -24,6 +24,24 @@
|
|||
"stretch",
|
||||
"unsafe"
|
||||
],
|
||||
"appearance": [
|
||||
"auto",
|
||||
"button",
|
||||
"checkbox",
|
||||
"listbox",
|
||||
"menulist",
|
||||
"meter",
|
||||
"menulist-button",
|
||||
"none",
|
||||
"push-button",
|
||||
"progress-bar",
|
||||
"radio",
|
||||
"searchfield",
|
||||
"slider-horizontal",
|
||||
"square-button",
|
||||
"textarea",
|
||||
"textfield"
|
||||
],
|
||||
"background-attachment": [
|
||||
"fixed",
|
||||
"local",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue