mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 01:29:17 +00:00
LibWeb: Update DOM IDL specs
I noticed some of these were running behind the upstream spec.
This commit is contained in:
parent
c79f261bec
commit
d5fd29adb7
Notes:
github-actions[bot]
2024-10-14 16:00:25 +00:00
Author: https://github.com/gmta
Commit: d5fd29adb7
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1784
Reviewed-by: https://github.com/tcl3
Reviewed-by: https://github.com/trflynn89
18 changed files with 33 additions and 52 deletions
|
@ -145,12 +145,6 @@ void Event::init_event(String const& type, bool bubbles, bool cancelable)
|
|||
initialize_event(type, bubbles, cancelable);
|
||||
}
|
||||
|
||||
// https://dom.spec.whatwg.org/#dom-event-timestamp
|
||||
double Event::time_stamp() const
|
||||
{
|
||||
return m_time_stamp;
|
||||
}
|
||||
|
||||
// https://dom.spec.whatwg.org/#dom-event-composedpath
|
||||
Vector<JS::Handle<EventTarget>> Event::composed_path() const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue