1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 13:47:34 +00:00

LibWeb: Parse the math-shift and math-style CSS properties

Currently these have no effect, but they're simple, and `math-style`
influences `math-depth` which is coming next.
This commit is contained in:
Sam Atkins 2023-09-05 20:23:15 +01:00 committed by Sam Atkins
parent 2ef5658f31
commit 6045143d39
5 changed files with 43 additions and 0 deletions

View file

@ -1479,6 +1479,20 @@
"unitless-length"
]
},
"math-shift": {
"inherited": true,
"initial": "normal",
"valid-types": [
"math-shift"
]
},
"math-style": {
"inherited": true,
"initial": "normal",
"valid-types": [
"math-style"
]
},
"max-height": {
"inherited": false,
"initial": "none",