summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLInputElement.h
AgeCommit message (Expand)Author
2022-11-07LibWeb: Implement HTMLOrSVGElement.tabIndexLuke Wilde
2022-10-20LibWeb: Make the layout tree GC-allocatedAndreas Kling
2022-10-04LibWeb: Implement <input type=file> behaviorAndrew Kaster
2022-09-21LibWeb: Remove WRAPPER_HACK() macroLinus Groh
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-03-26LibWeb: Make any HTMLInputElement with type != hidden focusableLinus Groh
2022-03-26LibWeb: Make HTMLInputElement::TypeAttributeState an enum classLinus Groh
2022-03-24LibWeb: Remove inheritance of FormAssociatedElement from HTMLElementTimothy Flynn
2022-03-22LibWeb: Handle input element value setting & getting closer to the specTimothy Flynn
2022-03-16LibWeb: Use the cached HTMLInputElement type within associated gettersTimothy Flynn
2022-03-16LibWeb: Cache HTMLInputElement's parsed type attribute when it changesTimothy Flynn
2022-03-16LibWeb: Ensure that radio group is updated when radio is checked from JSsin-ack
2022-03-16LibWeb: Refactor all LabelableNode subclasses + input event handling :^)sin-ack
2022-03-15LibWeb: Create HTMLInputElement UA shadow tree when inserted into DOMAndreas Kling
2022-03-11LibWeb: Move mouse event and label logic from layout to painting treeAndreas Kling
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-18LibWeb: Add <input> value sanitiztion algorithmAdam Hodgen
2022-02-18LibWeb: Reflect only known values for <input> element's type attributeAdam Hodgen
2022-02-17LibWeb: Make <input type=checkbox> fire click events when clicked :^)Andreas Kling
2022-02-17LibWeb: Add the HTMLInputElement.type attributeAndreas Kling
2022-02-17LibWeb: Fire "input" and "change" events when editing a text <input>Andreas Kling
2022-02-15LibWeb: Make <input type=checkbox> honor the "checked" attributeAndreas Kling
2022-02-08LibWeb: Make FormAssociatedElement inherit from HTMLElementLuke Wilde
2022-02-06LibWeb: Make HTMLInputElement move cursor into text node when focusedAndreas Kling
2022-02-05LibWeb: Compute element style in Layout::TreeBuilderAndreas Kling
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
2021-02-10LibWeb: Start implementing <input type=text> using a shadow DOMAndreas Kling
2021-02-07LibWeb: Use move semantics for QualifiedName more oftenAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling