mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 12:06:07 +00:00
LibWeb: Implement the "fontSize" editing command
This commit is contained in:
parent
9366a50dd3
commit
1d2500e31f
Notes:
github-actions[bot]
2025-01-10 22:36:54 +00:00
Author: https://github.com/gmta
Commit: 1d2500e31f
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3216
5 changed files with 141 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue