mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibWeb/HTML: Implement TextTrackCue idl interface
This commit is contained in:
parent
e5877cda61
commit
0b2449d8d2
Notes:
github-actions[bot]
2024-09-24 22:50:09 +00:00
Author: https://github.com/jamierocks
Commit: 0b2449d8d2
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1494
Reviewed-by: https://github.com/AtkinsSJ
Reviewed-by: https://github.com/tcl3 ✅
8 changed files with 174 additions and 0 deletions
|
@ -52,7 +52,9 @@ namespace Web::HTML::EventNames {
|
|||
__ENUMERATE_HTML_EVENT(durationchange) \
|
||||
__ENUMERATE_HTML_EVENT(emptied) \
|
||||
__ENUMERATE_HTML_EVENT(ended) \
|
||||
__ENUMERATE_HTML_EVENT(enter) \
|
||||
__ENUMERATE_HTML_EVENT(error) \
|
||||
__ENUMERATE_HTML_EVENT(exit) \
|
||||
__ENUMERATE_HTML_EVENT(finish) \
|
||||
__ENUMERATE_HTML_EVENT(focus) \
|
||||
__ENUMERATE_HTML_EVENT(focusin) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue