summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLFormElement.idl
AgeCommit message (Expand)Author
2023-04-06LibWeb: Add a bunch of missing CEReactionsLuke Wilde
2023-03-23LibWeb: Add missing constructors to HTMLElement IDLsSrikavin Ramkumar
2023-03-19LibWeb: Stub out a few form validation and selection methodsElisée Maurer
2023-01-03LibWeb: Implement HTMLFormElement::resetSrikavin Ramkumar
2022-11-25LibWeb: Implement [SameObject] behavior for HTMLFormElement.elementsAndreas Kling
2022-10-09LibWeb: Add Exposed attribute and IDL spec links where missingAndrew Kaster
2022-02-25LibWeb: Support HTMLFormElement.elements and HTMLFormElement.lengthAndreas Kling
2022-02-16LibWeb: Add imports to all IDL files that depend on othersAli Mohammad Pur
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling