Timothy Flynn
13b7355ec1
LibWeb: Move some classes from the DOM namespace to the HTML namespace
...
The following classes are in the HTML spec and thus belong in the HTML
namespace:
* BeforeUnloadEvent
* HTMLFormControlsCollection
* RadioNodeList
2024-11-02 11:16:45 -04:00
Bastiaan van der Plaat
5f5ac48908
LibWeb: Format all .idl files to use four space indentation
2024-01-18 14:00:06 +01:00
Matthew Olsson
1a94241f58
IDL: Add missing #imports
2023-11-11 08:51:51 +01:00
Shannon Booth
d4a890080d
LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString
...
NewAKString is effectively the default for any new IDL interface, so
let's mark this as the default behavior. It also makes it much easier to
figure out whatever interfaces are still left to port over to new AK
String.
2023-09-02 19:23:41 +01:00
Shannon Booth
27dd2a40ad
LibWeb: Implement HTMLFormControlsCollection
...
This collection is used in the form element for when element lookup
yields multiple elements.
2023-08-20 11:04:03 +02:00