mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWeb: Implement the "superscript" editing command
This commit is contained in:
parent
ef8af01e1d
commit
679fbb5eda
Notes:
github-actions[bot]
2025-01-10 22:36:10 +00:00
Author: https://github.com/gmta
Commit: 679fbb5eda
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3216
4 changed files with 100 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
Div contents: "foobar" state: false selection: #document 0 #document 0
|
||||
Div contents: "foo<sup>bar</sup>" state: true selection: #text 0 #text 3
|
||||
Div contents: "<sup>foobar</sup>" state: true selection: #text 0 #text 3
|
||||
Div contents: "<sup>foo</sup>bar" state: false selection: #text 0 #text 3
|
Loading…
Add table
Add a link
Reference in a new issue