mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:07:46 +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
|
@ -0,0 +1 @@
|
|||
<p style="text-transform: math-auto;">Well, hello friends!</p>
|
Loading…
Add table
Add a link
Reference in a new issue