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

@ -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&);