mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 01:00:05 +00:00
LibWeb: Implement the "underline" editing command
This commit is contained in:
parent
679fbb5eda
commit
043a28baeb
Notes:
github-actions[bot]
2025-01-10 22:36:05 +00:00
Author: https://github.com/gmta
Commit: 043a28baeb
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3216
4 changed files with 62 additions and 0 deletions
|
@ -51,5 +51,6 @@ bool command_subscript_action(DOM::Document&, String const&);
|
|||
bool command_subscript_indeterminate(DOM::Document const&);
|
||||
bool command_superscript_action(DOM::Document&, String const&);
|
||||
bool command_superscript_indeterminate(DOM::Document const&);
|
||||
bool command_underline_action(DOM::Document&, String const&);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue