index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
HTML
/
AttributeNames.h
Age
Commit message (
Expand
)
Author
2023-05-13
LibWeb: Let HTMLImageElement delay the document load event again
Andreas Kling
2023-04-06
LibWeb: Introduce CustomElementRegistry and creating custom elements
Luke Wilde
2023-03-31
LibWeb: Add HTMLAnchorElement.referrerPolicy property
Sam Atkins
2023-03-19
LibWeb: Implement 'create a potential-CORS request' algorithm
Srikavin Ramkumar
2023-03-18
LibWeb: Initialize static web strings during main-thread VM creation
Timothy Flynn
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-09
LibWeb: Run object representation steps on specified attribute updates
Srikavin Ramkumar
2022-11-13
LibWeb: Implement bare-bones `HTMLElement.dir`
Igor Pissolati
2022-11-10
LibWeb: Define method to check if an attribute is a boolean attribute
Timothy Flynn
2022-11-10
LibWeb: Define a few missing attribute names
Timothy Flynn
2022-11-07
LibWeb: Implement HTMLOrSVGElement.tabIndex
Luke Wilde
2022-06-29
LibWeb: Implement WindowEventHandlers
Luke Wilde
2022-03-29
LibWeb: Add HTMLTableCellElement::rowSpan
Simon Wanner
2022-03-26
LibWeb: Support the hspace and vspace attributes on img elements
Andreas Kling
2022-03-01
LibWeb: Associate form elements with a form in parsing and dynamically
Luke Wilde
2022-02-26
LibWeb: Implement the legacy Audio factory function
Luke Wilde
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-03
LibWeb: Add a whole bunch of onfooevent names to HTML::AttributeNames
Andreas Kling
2021-01-29
LibWeb: Flesh out prepare_script and execute_script
Luke
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling