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
/
HTMLElement.h
Age
Commit message (
Expand
)
Author
2023-01-29
LibWeb: Move ARIA-related code into the Web::ARIA namespace
Linus Groh
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-28
LibWeb: Replace ARIA role static FlyStrings with an enum
MacDue
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-07
LibWeb: Add Support for the ARIA Element Properties
Jonah
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-13
LibWeb: Implement bare-bones `HTMLElement.dir`
Igor Pissolati
2022-10-10
LibWeb: Don't include DOMStringMap.h quite so much
Andreas Kling
2022-10-07
LibWeb: Add initial implementation of Element.blur()
Andrew Kaster
2022-09-25
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
Linus Groh
2022-09-21
LibWeb: Remove WRAPPER_HACK() macro
Linus Groh
2022-09-06
LibWeb: Don't allocate DOMStringMap in HTMLElement constructor
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOMStringMap GC-allocated
Andreas Kling
2022-07-27
LibWeb: Add fast_is<HTMLElement>()
Andreas Kling
2022-06-29
LibWeb: Only make certain <body> and <frameset> events apply to Window
Luke Wilde
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
2022-03-01
LibWeb: Add form associated element categories
Luke Wilde
2022-02-25
LibWeb: Improve HTMLElement.click()
Andreas Kling
2022-02-19
LibWeb: Move QualifiedName into the Web::DOM namespace
Andreas Kling
2022-02-15
LibWeb: Implement HTMLElement.click()
Andreas Kling
2022-02-06
LibWeb: Implement (most of) HTMLElement.focus()
Andreas Kling
2021-09-30
LibWeb: Support HTMLElement.offset{Width,Height}
Andreas Kling
2021-09-26
LibWeb: Add support for HTMLOrSVGElement.dataset
Luke Wilde
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-15
LibWeb: Expose the HTMLElement::{offsetLeft, offsetTop} attributes
Idan Horowitz
2021-02-20
LibWeb: Use DOMException in HTMLElement::set_content_editable()
Linus Groh
2021-02-07
LibWeb: Use move semantics for QualifiedName more often
Andreas Kling
2021-02-03
LibWeb: Basic implementation of global event handlers :^)
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling