mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
LibWeb: Implement the "forwardDelete" editing command
This commit is contained in:
parent
a71e999ac8
commit
7736d63290
Notes:
github-actions[bot]
2025-01-10 22:37:23 +00:00
Author: https://github.com/gmta
Commit: 7736d63290
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3216
4 changed files with 218 additions and 0 deletions
|
@ -33,6 +33,7 @@ bool command_bold_action(DOM::Document&, String const&);
|
|||
bool command_default_paragraph_separator_action(DOM::Document&, String const&);
|
||||
String command_default_paragraph_separator_value(DOM::Document const&);
|
||||
bool command_delete_action(DOM::Document&, String const&);
|
||||
bool command_forward_delete_action(DOM::Document&, String const&);
|
||||
bool command_insert_linebreak_action(DOM::Document&, String const&);
|
||||
bool command_insert_paragraph_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