1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 03:18:11 +00:00

LibWeb: Allow event handler attributes on HTMLLinkElement

We were neglecting to set up event handlers for these due to a missing
call to the base class in HTMLLinkElement::parse_attribute().
This commit is contained in:
Andreas Kling 2023-06-06 07:07:27 +02:00
parent b97004ea4a
commit c50ce2030d
3 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1 @@
link element onload