mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 21:37:35 +00:00
LibWeb: Move RoundingMode to Enums.json
In the spec this is a `<rounding-strategy>`, so let's use that name. This also fixes a bug where we were serializing `to-zero` as `toward-zero`.
This commit is contained in:
parent
3194f10ad0
commit
e4a2bd7a44
5 changed files with 35 additions and 48 deletions
|
@ -115,6 +115,7 @@
|
|||
"distribute",
|
||||
"dotted",
|
||||
"double",
|
||||
"down",
|
||||
"e-resize",
|
||||
"ease",
|
||||
"ease-in",
|
||||
|
@ -202,6 +203,7 @@
|
|||
"menulist-button",
|
||||
"n-resize",
|
||||
"ne-resize",
|
||||
"nearest",
|
||||
"nesw-resize",
|
||||
"no-drop",
|
||||
"no-preference",
|
||||
|
@ -307,6 +309,7 @@
|
|||
"text-top",
|
||||
"thick",
|
||||
"thin",
|
||||
"to-zero",
|
||||
"top",
|
||||
"textarea",
|
||||
"textfield",
|
||||
|
@ -318,6 +321,7 @@
|
|||
"ultra-expanded",
|
||||
"underline",
|
||||
"unsafe",
|
||||
"up",
|
||||
"upper-alpha",
|
||||
"upper-latin",
|
||||
"upper-roman",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue