LibWeb: Implement the "backColor" and "hiliteColor" editing commands

This commit is contained in:
Jelle Raaijmakers 2025-01-08 13:17:04 +01:00 committed by Andreas Kling
commit 05386fe99c
Notes: github-actions[bot] 2025-01-10 22:37:15 +00:00
4 changed files with 59 additions and 0 deletions

View file

@ -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&);