mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 06:09:08 +00:00
LibWeb: Implement the "formatBlock" editing command
This commit is contained in:
parent
e686328cbd
commit
a12d887eb4
Notes:
github-actions[bot]
2025-01-10 22:35:50 +00:00
Author: https://github.com/gmta
Commit: a12d887eb4
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3216
6 changed files with 304 additions and 3 deletions
|
@ -39,6 +39,9 @@ bool command_font_name_action(DOM::Document&, String const&);
|
|||
bool command_font_size_action(DOM::Document&, String const&);
|
||||
String command_font_size_value(DOM::Document const&);
|
||||
bool command_fore_color_action(DOM::Document&, String const&);
|
||||
bool command_format_block_action(DOM::Document&, String const&);
|
||||
bool command_format_block_indeterminate(DOM::Document const&);
|
||||
String command_format_block_value(DOM::Document 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&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue