mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 03:27:44 +00:00
LibWeb: Parse the CSS transform-box property
This commit is contained in:
parent
c3c7707de4
commit
391cfdc085
8 changed files with 32 additions and 0 deletions
|
@ -396,6 +396,13 @@
|
|||
"none",
|
||||
"uppercase"
|
||||
],
|
||||
"transform-box": [
|
||||
"content-box",
|
||||
"border-box",
|
||||
"fill-box",
|
||||
"stroke-box",
|
||||
"view-box "
|
||||
],
|
||||
"vertical-align": [
|
||||
"baseline",
|
||||
"bottom",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue