LibWeb: Implement the "strikethrough" editing command

This commit is contained in:
Jelle Raaijmakers 2025-01-08 16:54:19 +01:00 committed by Andreas Kling
commit 8c51d6863f
Notes: github-actions[bot] 2025-01-10 22:36:23 +00:00
4 changed files with 62 additions and 0 deletions

View file

@ -0,0 +1,4 @@
Div contents: "foobar" state: false selection: #document 0 #document 0
Div contents: "foo<s>bar</s>" state: true selection: #text 0 #text 3
Div contents: "<s>foobar</s>" state: true selection: #text 0 #text 3
Div contents: "<s>foo</s>bar" state: false selection: #text 0 #text 3