1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:37: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:
Sam Atkins 2023-09-08 16:01:57 +01:00 committed by Sam Atkins
parent ce775ea701
commit 489f9c3151
5 changed files with 268 additions and 0 deletions

View file

@ -0,0 +1 @@
<p style="text-transform: math-auto;">Well, hello friends!</p>