mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 18:19:03 +00:00
LibWeb/HTML: Dispatch command
events
Command events are now dispatched when buttons are activated. The special commands for popovers and dialogs are also implemented.
This commit is contained in:
parent
cce7d8c0fb
commit
c0cbd439a2
Notes:
github-actions[bot]
2025-04-18 11:10:59 +00:00
Author: https://github.com/skyz1
Commit: c0cbd439a2
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4220
Reviewed-by: https://github.com/tcl3 ✅
14 changed files with 1037 additions and 4 deletions
|
@ -151,6 +151,7 @@ namespace AttributeNames {
|
|||
__ENUMERATE_HTML_ATTRIBUTE(onchange, "onchange") \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(onclick, "onclick") \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(onclose, "onclose") \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(oncommand, "oncommand") \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(oncontextlost, "oncontextlost") \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(oncontextmenu, "oncontextmenu") \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(oncontextrestored, "oncontextrestored") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue