Age | Commit message (Expand) | Author |
---|---|---|
2023-01-03 | LibWeb: Implement HTMLFormElement::reset | Srikavin Ramkumar |
2022-05-29 | Everywhere: Fix a bunch of typos | Linus Groh |
2022-03-24 | LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement | Timothy Flynn |
2022-03-01 | LibWeb: Associate form elements with a form in parsing and dynamically | Luke Wilde |
2022-03-01 | LibWeb: Add form associated element categories | Luke Wilde |
2022-03-01 | LibWeb: Move enabled() to FormAssociatedElement and follow the spec | Luke Wilde |
2022-02-19 | LibWeb: Move QualifiedName into the Web::DOM namespace | Andreas Kling |
2022-02-08 | LibWeb: Make FormAssociatedElement inherit from HTMLElement | Luke Wilde |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-20 | LibWeb: Register FormAssociatedElement with their owner form | Andreas Kling |
2021-04-20 | LibWeb: Add basic support for HTMLInputElement.form | Andreas Kling |