mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 18:19:03 +00:00
LibWeb: Implement the "outdent" editing command
This commit is contained in:
parent
fbc0d40d2c
commit
03bcfb9b8c
Notes:
github-actions[bot]
2025-01-10 22:34:46 +00:00
Author: https://github.com/gmta
Commit: 03bcfb9b8c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3216
4 changed files with 136 additions and 0 deletions
|
@ -73,6 +73,7 @@ bool command_justify_right_action(DOM::Document&, String const&);
|
|||
bool command_justify_right_indeterminate(DOM::Document const&);
|
||||
bool command_justify_right_state(DOM::Document const&);
|
||||
String command_justify_right_value(DOM::Document const&);
|
||||
bool command_outdent_action(DOM::Document&, String const&);
|
||||
bool command_remove_format_action(DOM::Document&, String const&);
|
||||
bool command_strikethrough_action(DOM::Document&, String const&);
|
||||
bool command_style_with_css_action(DOM::Document&, String const&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue