Shannon Booth
75b7a3e413
LibWeb: Add definitions for PointerEvent event handlers
...
Also removing a FIXME about not covering all of the event names as it is
not exactly clear when such a FIXME would be addressed, especially as
these come from multiple specifications.
2024-11-22 14:33:58 +01:00
Shannon Booth
634823d5b4
LibWeb: Implement HTMLIFrameElement.sandbox
2024-11-17 22:12:29 +01:00
Timothy Flynn
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00
Andreas Kling
13d7c09125
Libraries: Move to Userland/Libraries/
2021-01-12 12:17:46 +01:00
Luke
3f73b0f896
LibWeb: Add almost all obsolete but required IDL attributes
...
As according to https://html.spec.whatwg.org/multipage/obsolete.html
Section 16.3 "Requirements for implementations"
Not all of these attributes are included due to requiring a bit more
functionality.
2020-11-12 10:38:26 +01:00
Luke
e2e6b03a45
LibWeb: Add support for reflected boolean values
...
Also throw in some missing reflected DOMString values
2020-11-09 09:51:22 +01:00
Luke
4e8cb4558b
LibWeb: Add initial implementation of foreign content parsing
...
Plus sneak in a FIXME for the list of active formatting elements
and a test for Element.namespaceURI
2020-10-22 15:24:42 +02:00
Andreas Kling
e7432efe24
LibWeb: Add the "checked" and "disabled" HTML attributes
2020-09-11 18:42:43 +02:00
Andreas Kling
a784090b91
LibWeb: Move HTML::AttributeNames file into HTML/ directory
2020-08-12 13:22:59 +02:00