mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +00:00
LibWeb: Implement text-transform: math-auto
This is a simple mapping of some code-points to others. I was going to use a ref test for this, but without knowing that the font contains the code-points (which SerenitySans does not) we'd be comparing a series of replacement characters to a series of replacement characters, which doesn't tell you if they're the right code-points underneath.
This commit is contained in:
parent
ce775ea701
commit
489f9c3151
5 changed files with 268 additions and 0 deletions
|
@ -384,6 +384,7 @@
|
|||
"full-size-kana",
|
||||
"full-width",
|
||||
"lowercase",
|
||||
"math-auto",
|
||||
"none",
|
||||
"uppercase"
|
||||
],
|
||||
|
|
|
@ -222,6 +222,7 @@
|
|||
"mark",
|
||||
"marktext",
|
||||
"math",
|
||||
"math-auto",
|
||||
"max-content",
|
||||
"medium",
|
||||
"menu",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue