mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibWeb: Implement the "backColor" and "hiliteColor" editing commands
This commit is contained in:
parent
7736d63290
commit
05386fe99c
Notes:
github-actions[bot]
2025-01-10 22:37:15 +00:00
Author: https://github.com/gmta
Commit: 05386fe99c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3216
4 changed files with 59 additions and 0 deletions
|
@ -29,6 +29,7 @@ struct CommandDefinition {
|
|||
Optional<CommandDefinition const&> find_command_definition(FlyString const&);
|
||||
|
||||
// Command implementations
|
||||
bool command_back_color_action(DOM::Document&, String const&);
|
||||
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&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue