mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 15:07:45 +00:00
LibWeb: Add support for CSS image-rendering property
Currently only "auto" and "pixelated" values are supported.
This commit is contained in:
parent
246b42b635
commit
3e1c1c0b16
11 changed files with 73 additions and 1 deletions
|
@ -748,6 +748,14 @@
|
|||
"unitless-length"
|
||||
]
|
||||
},
|
||||
"image-rendering": {
|
||||
"inherited": true,
|
||||
"initial": "auto",
|
||||
"valid-identifiers": [
|
||||
"auto",
|
||||
"pixelated"
|
||||
]
|
||||
},
|
||||
"justify-content": {
|
||||
"inherited": false,
|
||||
"initial": "flex-start",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue