Sam Atkins
e5ea4f9bdf
LibWeb/HTML: Add source field to ToggleEventInit
...
Corresponds to:
95131eec8f
As we now have a field in that dictionary, I removed the separate
`source` parameter from ToggleEvent::create(). Also updated the
relevant test.
2025-12-01 14:58:20 +00:00
Gingeh
fc35229dab
LibWeb: Implement the ToggleEvent.source attribute
...
See: https://github.com/whatwg/html/pull/11186
2025-06-07 04:06:01 +01:00
Gingeh
591c6b0f68
LibWeb: Update button/input activation behaviour to match spec
2025-02-27 12:42:57 +00:00
Tim Ledbetter
022141647a
LibWeb: Implement PopoverInvokerElement attribute change steps
...
PopoverInvokerElement's explicitly set attr-element should be set to
null whenever the value of the `popovertarget` content attribute is
changed.
2024-12-14 12:11:28 -08:00
Luke Warlow
fcf6cc27f2
LibWeb: Implement popover beforetoggle and toggle events
2024-12-12 15:10:33 -07:00
Luke Warlow
eb1c60f37b
LibWeb: Implement popover methods
...
Implements basics of showPopover, hidePopover and togglePopover.
2024-12-06 12:39:14 +00:00