mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 13:18:19 +00:00
LibWeb: Implement the "justifyCenter/Full/Left/Right" editing commands
This commit is contained in:
parent
1c3251e2d5
commit
fbc0d40d2c
Notes:
github-actions[bot]
2025-01-10 22:34:54 +00:00
Author: https://github.com/gmta
Commit: fbc0d40d2c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3216
12 changed files with 524 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
<div style="text-align: center;">foobar</div>
|
||||
<div style="text-align: center;"><div style="">foobar</div></div>
|
|
@ -0,0 +1,2 @@
|
|||
<div style="text-align: justify;">foobar</div>
|
||||
<div style="text-align: justify;"><div style="">foobar</div></div>
|
|
@ -0,0 +1,2 @@
|
|||
foobar
|
||||
<div style="">foobar</div>
|
|
@ -0,0 +1,2 @@
|
|||
<div style="text-align: right;">foobar</div>
|
||||
<div style="text-align: right;"><div style="">foobar</div></div>
|
Loading…
Add table
Add a link
Reference in a new issue