mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibWeb/CSS: Use writing-mode enum for writing-mode property
This commit is contained in:
parent
3e57f472f5
commit
0a569a9034
|
|
@ -2803,12 +2803,8 @@
|
|||
"animation-type": "none",
|
||||
"inherited": true,
|
||||
"initial": "horizontal-tb",
|
||||
"valid-identifiers": [
|
||||
"horizontal-tb",
|
||||
"vertical-rl",
|
||||
"vertical-lr",
|
||||
"sideways-rl",
|
||||
"sideways-lr"
|
||||
"valid-types": [
|
||||
"writing-mode"
|
||||
]
|
||||
},
|
||||
"x": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user