LibWeb: Implement the "outdent" editing command

This commit is contained in:
Jelle Raaijmakers 2025-01-10 16:00:52 +01:00 committed by Andreas Kling
commit 03bcfb9b8c
Notes: github-actions[bot] 2025-01-10 22:34:46 +00:00
4 changed files with 136 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<div>foobar</div>
<ul>
<li>foo</li>
<li>bar</li><li></li>
<li>baz</li>
</ul>