mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 00:47:45 +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
|
@ -269,6 +269,12 @@
|
|||
"round",
|
||||
"space"
|
||||
],
|
||||
"rounding-strategy": [
|
||||
"down",
|
||||
"nearest",
|
||||
"to-zero",
|
||||
"up"
|
||||
],
|
||||
"text-align": [
|
||||
"center",
|
||||
"justify",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue