1
Fork 0
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:
Sam Atkins 2023-07-13 14:51:11 +01:00 committed by Andreas Kling
parent 3194f10ad0
commit e4a2bd7a44
5 changed files with 35 additions and 48 deletions

View file

@ -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",