summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/FormAssociatedElement.h
AgeCommit message (Expand)Author
2022-05-29Everywhere: Fix a bunch of typosLinus Groh
2022-03-24LibWeb: Remove inheritance of FormAssociatedElement from HTMLElementTimothy Flynn
2022-03-01LibWeb: Associate form elements with a form in parsing and dynamicallyLuke Wilde
2022-03-01LibWeb: Add form associated element categoriesLuke Wilde
2022-03-01LibWeb: Move enabled() to FormAssociatedElement and follow the specLuke Wilde
2022-02-19LibWeb: Move QualifiedName into the Web::DOM namespaceAndreas Kling
2022-02-08LibWeb: Make FormAssociatedElement inherit from HTMLElementLuke Wilde
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-20LibWeb: Register FormAssociatedElement with their owner formAndreas Kling
2021-04-20LibWeb: Add basic support for HTMLInputElement.formAndreas Kling