mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 11:09:18 +00:00
LibWeb: Implement the "insertHTML" editing command
This commit is contained in:
parent
cb05ab6515
commit
20fb7b1a49
Notes:
github-actions[bot]
2025-01-10 22:35:30 +00:00
Author: https://github.com/gmta
Commit: 20fb7b1a49
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3216
4 changed files with 98 additions and 0 deletions
|
@ -45,6 +45,7 @@ String command_format_block_value(DOM::Document const&);
|
|||
bool command_forward_delete_action(DOM::Document&, String const&);
|
||||
bool command_indent_action(DOM::Document&, String const&);
|
||||
bool command_insert_horizontal_rule_action(DOM::Document&, String const&);
|
||||
bool command_insert_html_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_italic_action(DOM::Document&, String const&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue