Age | Commit message (Expand) | Author |
---|---|---|
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: Move enabled() to FormAssociatedElement and follow the spec | Luke Wilde |
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 |