mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibWeb: Implement the "italic" editing command
This commit is contained in:
parent
228c66f2e1
commit
ae12f7036b
Notes:
github-actions[bot]
2025-01-10 22:36:38 +00:00
Author: https://github.com/gmta
Commit: ae12f7036b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3216
4 changed files with 63 additions and 0 deletions
|
@ -42,6 +42,7 @@ 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&);
|
||||
bool command_italic_action(DOM::Document&, String const&);
|
||||
bool command_style_with_css_action(DOM::Document&, String const&);
|
||||
bool command_style_with_css_state(DOM::Document const&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue