mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 05:07:35 +00:00
LibWeb: Implement the "foreColor" editing command
This commit is contained in:
parent
1d2500e31f
commit
228c66f2e1
Notes:
github-actions[bot]
2025-01-10 22:36:47 +00:00
Author: https://github.com/gmta
Commit: 228c66f2e1
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3216
4 changed files with 53 additions and 0 deletions
|
@ -38,6 +38,7 @@ bool command_delete_action(DOM::Document&, String const&);
|
|||
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_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