Bastiaan van der Plaat
|
a2f101c10b
LibWeb: Add input and textarea minlength and maxlength support
|
1 year ago |
Aliaksandr Kalenik
|
934aa6af6a
LibWeb: Emit "focusin" and "focusout" events
|
1 year ago |
Aliaksandr Kalenik
|
cd7b5b18e4
LibWeb: Emit "selectionchange" event on document
|
1 year ago |
Bastiaan van der Plaat
|
2107ab823d
LibWeb: Add basic HTML meter element support
|
1 year ago |
Bastiaan van der Plaat
|
1cdbfc2ff1
LibWeb: Add ol start and li value attributes support
|
1 year ago |
Bastiaan van der Plaat
|
3e778fe29c
LibWeb: Reorder and add missing form elements IDL items
|
1 year ago |
Shannon Booth
|
e4f8c59210
LibWeb: Port AttributeNames to FlyString
|
1 year ago |
Shannon Booth
|
dbf8ff64fb
LibWeb: Add AttributeNames::list
|
1 year ago |
Timothy Flynn
|
54b5a431a3
LibWeb: Implement element slot-related attributes and settings
|
1 year ago |
Andreas Kling
|
25eee91811
AK: Make "foo"_fly_string infallible
|
1 year ago |
Nico Weber
|
66e210e406
Everywhere: Use nested namespace qualifiers
|
2 years ago |
Luke Wilde
|
f04d1d493d
LibWeb: Bring form submission more up to spec
|
2 years ago |
Andi Gallo
|
8090adf268
LibWeb: Add partial implementation of border conflict resolution
|
2 years ago |
Andreas Kling
|
9d78619b59
LibWeb: Let HTMLImageElement delay the document load event again
|
2 years ago |
Luke Wilde
|
034aaf3f51
LibWeb: Introduce CustomElementRegistry and creating custom elements
|
2 years ago |
Sam Atkins
|
88d64fcb55
LibWeb: Add HTMLAnchorElement.referrerPolicy property
|
2 years ago |
Srikavin Ramkumar
|
f7176463b5
LibWeb: Implement 'create a potential-CORS request' algorithm
|
2 years ago |
Timothy Flynn
|
db2ba5f1d9
LibWeb: Initialize static web strings during main-thread VM creation
|
2 years ago |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 years ago |
Srikavin Ramkumar
|
1c2e7b1e47
LibWeb: Run object representation steps on specified attribute updates
|
2 years ago |
Igor Pissolati
|
bfdb30c74a
LibWeb: Implement bare-bones `HTMLElement.dir`
|
2 years ago |
Timothy Flynn
|
941bc47538
LibWeb: Define method to check if an attribute is a boolean attribute
|
2 years ago |
Timothy Flynn
|
21c1494ac5
LibWeb: Define a few missing attribute names
|
2 years ago |
Luke Wilde
|
1473bc9169
LibWeb: Implement HTMLOrSVGElement.tabIndex
|
2 years ago |
Luke Wilde
|
3fe66bddf4
LibWeb: Implement WindowEventHandlers
|
3 years ago |
Simon Wanner
|
bc4974648c
LibWeb: Add HTMLTableCellElement::rowSpan
|
3 years ago |
Andreas Kling
|
0e806f58fe
LibWeb: Support the hspace and vspace attributes on img elements
|
3 years ago |
Luke Wilde
|
46c0d0f7ae
LibWeb: Associate form elements with a form in parsing and dynamically
|
3 years ago |
Luke Wilde
|
ed76b4238c
LibWeb: Implement the legacy Audio factory function
|
3 years ago |
Andreas Kling
|
6ad427993a
Everywhere: Behaviour => Behavior
|
3 years ago |