summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLInputElement.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-20LibWeb: Implement indeterminate IDL attribute in HTMLInputElementSrikavin Ramkumar
2023-03-19LibWeb: Stub out a few form validation and selection methodsElisée Maurer
2022-12-30LibWeb: Stub HTMLInputElement.setSelectionRangeLuke Wilde
2022-10-09LibWeb: Add Exposed attribute and IDL spec links where missingAndrew Kaster
2022-10-04LibWeb: Implement <input type=file> behaviorAndrew Kaster
2022-03-16LibWeb: Ensure that radio group is updated when radio is checked from JSsin-ack
2022-02-17LibWeb: Add the HTMLInputElement.type attributeAndreas Kling
2022-02-16LibWeb: Add imports to all IDL files that depend on othersAli Mohammad Pur
2021-05-04LibWeb: Expose HTMLInputElement.nameLuke
2021-04-20LibWeb: Add basic support for HTMLInputElement.formAndreas Kling
2021-02-10LibWeb: Start implementing <input type=text> using a shadow DOMAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling