Files
serenity/Userland/Libraries/LibWeb/DOM/EventDispatcher.cpp
Sam Atkins 450ff8a4fc LibWeb/DOM: Update "inner invoke" to current spec
Two differences:

1. An extra step inserted to record timing info, which we don't yet
   implement.

2. The last step in the loop breaks instead of returning the value
   directly. (But this is functionally the same, as the following step
   does return that value.)

(Also removed the duplicated part of the comment in step 11 née 10.)

So, there's no actual change in behavior.

(cherry picked from commit bdabc9b70ddd5c7d4c4a260f88064493a0d526f2)
2024-11-25 12:19:33 -05:00

19 KiB