mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibWeb: Implement the "subscript" editing command
This commit is contained in:
parent
8c51d6863f
commit
ef8af01e1d
Notes:
github-actions[bot]
2025-01-10 22:36:16 +00:00
Author: https://github.com/gmta
Commit: ef8af01e1d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3216
4 changed files with 100 additions and 0 deletions
|
@ -47,5 +47,7 @@ bool command_remove_format_action(DOM::Document&, String const&);
|
|||
bool command_strikethrough_action(DOM::Document&, String const&);
|
||||
bool command_style_with_css_action(DOM::Document&, String const&);
|
||||
bool command_style_with_css_state(DOM::Document const&);
|
||||
bool command_subscript_action(DOM::Document&, String const&);
|
||||
bool command_subscript_indeterminate(DOM::Document const&);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue