LibWeb: Implement the "justifyCenter/Full/Left/Right" editing commands

This commit is contained in:
Jelle Raaijmakers 2025-01-10 15:25:35 +01:00 committed by Andreas Kling
commit fbc0d40d2c
Notes: github-actions[bot] 2025-01-10 22:34:54 +00:00
12 changed files with 524 additions and 0 deletions

View file

@ -0,0 +1,2 @@
<div style="text-align: center;">foobar</div>
<div style="text-align: center;"><div style="">foobar</div></div>

View file

@ -0,0 +1,2 @@
<div style="text-align: justify;">foobar</div>
<div style="text-align: justify;"><div style="">foobar</div></div>

View file

@ -0,0 +1,2 @@
foobar
<div style="">foobar</div>

View file

@ -0,0 +1,2 @@
<div style="text-align: right;">foobar</div>
<div style="text-align: right;"><div style="">foobar</div></div>