Srikavin Ramkumar
|
de44e0faf5
LibWeb: Implement reset algorithm for HTMLInputElement
|
2 anni fa |
Luke Wilde
|
1011067a60
LibWeb: Stub HTMLInputElement.setSelectionRange
|
2 anni fa |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 anni fa |
Timothy Flynn
|
4a30446999
LibWeb: Support displaying HTMLInputElement placeholder values
|
2 anni fa |
Luke Wilde
|
1473bc9169
LibWeb: Implement HTMLOrSVGElement.tabIndex
|
2 anni fa |
Andreas Kling
|
268b9c5d90
LibWeb: Make the layout tree GC-allocated
|
2 anni fa |
Andrew Kaster
|
636602a54e
LibWeb: Implement <input type=file> behavior
|
2 anni fa |
Linus Groh
|
4270ede7c4
LibWeb: Remove WRAPPER_HACK() macro
|
2 anni fa |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 anni fa |
Linus Groh
|
80506a161f
LibWeb: Make any HTMLInputElement with type != hidden focusable
|
3 anni fa |
Linus Groh
|
4923e4d406
LibWeb: Make HTMLInputElement::TypeAttributeState an enum class
|
3 anni fa |
Timothy Flynn
|
5608bc4eaf
LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement
|
3 anni fa |
Timothy Flynn
|
859a75fd4c
LibWeb: Handle input element value setting & getting closer to the spec
|
3 anni fa |
Timothy Flynn
|
1a99cc4a14
LibWeb: Use the cached HTMLInputElement type within associated getters
|
3 anni fa |
Timothy Flynn
|
95b084a08f
LibWeb: Cache HTMLInputElement's parsed type attribute when it changes
|
3 anni fa |
sin-ack
|
57a85b1017
LibWeb: Ensure that radio group is updated when radio is checked from JS
|
3 anni fa |
sin-ack
|
29583104d2
LibWeb: Refactor all LabelableNode subclasses + input event handling :^)
|
3 anni fa |
Andreas Kling
|
88173648e3
LibWeb: Create HTMLInputElement UA shadow tree when inserted into DOM
|
3 anni fa |
Andreas Kling
|
cb0c5390ff
LibWeb: Move mouse event and label logic from layout to painting tree
|
3 anni fa |
Luke Wilde
|
46c0d0f7ae
LibWeb: Associate form elements with a form in parsing and dynamically
|
3 anni fa |
Luke Wilde
|
432d496ed6
LibWeb: Add form associated element categories
|
3 anni fa |
Luke Wilde
|
d2e18175ef
LibWeb: Move enabled() to FormAssociatedElement and follow the spec
|
3 anni fa |
Andreas Kling
|
1b6ed558bb
LibWeb: Move QualifiedName into the Web::DOM namespace
|
3 anni fa |
Adam Hodgen
|
aa70422b4d
LibWeb: Add <input> value sanitiztion algorithm
|
3 anni fa |
Adam Hodgen
|
8edade071d
LibWeb: Reflect only known values for <input> element's type attribute
|
3 anni fa |
Andreas Kling
|
246c31ccf6
LibWeb: Make <input type=checkbox> fire click events when clicked :^)
|
3 anni fa |
Andreas Kling
|
2660795bcf
LibWeb: Add the HTMLInputElement.type attribute
|
3 anni fa |
Andreas Kling
|
5f54b8dd6c
LibWeb: Fire "input" and "change" events when editing a text <input>
|
3 anni fa |
Andreas Kling
|
8a89a7bd95
LibWeb: Make <input type=checkbox> honor the "checked" attribute
|
3 anni fa |
Luke Wilde
|
3bb5c6207f
LibWeb: Make FormAssociatedElement inherit from HTMLElement
|
3 anni fa |