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:
parent
2ef5658f31
commit
6045143d39
5 changed files with 43 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue