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.idl
Age
Commit message (
Expand
)
Author
2023-04-06
LibWeb: Add a bunch of missing CEReactions
Luke Wilde
2023-03-23
LibWeb: Add missing constructors to HTMLElement IDLs
Srikavin Ramkumar
2023-03-20
LibWeb: Move Element.prototype.style to ElementCSSInlineStyle mixin
Simon Wanner
2022-11-13
LibWeb: Implement bare-bones `HTMLElement.dir`
Igor Pissolati
2022-11-07
LibWeb: Add HTMLOrSVGElement.autofocus
Luke Wilde
2022-11-07
LibWeb: Implement HTMLOrSVGElement.tabIndex
Luke Wilde
2022-10-09
LibWeb: Add Exposed attribute and IDL spec links where missing
Andrew Kaster
2022-10-07
LibWeb: Add initial implementation of Element.blur()
Andrew Kaster
2022-04-02
LibWeb: Add the GlobalEventHandlers IDL mixin
Idan Horowitz
2022-03-31
LibWeb: Add the HTMLOrSVGElement IDL interface mixin
Idan Horowitz
2022-03-31
LibWeb: Replace ad-hoc EventHandler type with callback function typedef
Idan Horowitz
2022-02-16
LibWeb: Add imports to all IDL files that depend on others
Ali Mohammad Pur
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-15
LibWeb: Expose the HTMLElement::{offsetLeft, offsetTop} attributes
Idan Horowitz
2021-02-03
LibWeb: Basic implementation of global event handlers :^)
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling