Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-05 | LibWeb: Dispatch mouse events to topmost element instead of hit target | kleines Filmröllchen | |
This improves our spec compliance by allowing the user to click non-element nodes (like text) and having the click be registered with the parent element (like a div or button). This makes Fandom's cookie accept button work if you click the text. Additionally, the events test page contains a test to check the target element, which would previously not exist when we fired the event at a non-element. | |||
2020-06-17 | Base: Move all the HTML test content into /res/html/misc | Andreas Kling | |