LibWeb: Implement the "fontSize" editing command

This commit is contained in:
Jelle Raaijmakers 2025-01-08 16:01:07 +01:00 committed by Andreas Kling
commit 1d2500e31f
Notes: github-actions[bot] 2025-01-10 22:36:54 +00:00
5 changed files with 141 additions and 1 deletions

View file

@ -0,0 +1,6 @@
div: "foobar"
fontSize value: 3
div: "foo<font size="5" style="font-size: x-large;">bar</font>"
fontSize value: 5
div: "<font size="4" style="font-size: large;">foo</font><font style=""><font size="4" style="font-size: large;"><font size="4" style="font-size: large;">bar</font></font></font>"
fontSize value: 4