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
/
DOM
/
Element.idl
Age
Commit message (
Expand
)
Author
2023-04-06
LibWeb: Add a bunch of missing CEReactions
Luke Wilde
2023-03-20
LibWeb: Move Element.prototype.style to ElementCSSInlineStyle mixin
Simon Wanner
2023-03-10
LibWeb: Implement Element.setAttributeNode{,NS}()
Andreas Kling
2023-03-07
LibWeb/HTML: Port Window.scroll() to IDL
Linus Groh
2023-02-02
LibWeb: Implement Element.attachShadow and Element.shadowRoot :^)
Karol Kosek
2023-01-29
LibWeb: Move ARIA-related code into the Web::ARIA namespace
Linus Groh
2023-01-07
LibWeb: Add Support for the ARIA Element Properties
Jonah
2022-11-07
LibWeb: Start implementing the Element scroll attributes
Luke Wilde
2022-11-07
LibWeb: Implement Element.getAttributeNode
Luke Wilde
2022-10-09
LibWeb: Add Exposed attribute and IDL spec links where missing
Andrew Kaster
2022-10-04
LibWeb: Implement a simple version of Element.scrollIntoView()
Andreas Kling
2022-10-01
LibWeb: Implement Element.insertAdjacentText
Luke Wilde
2022-10-01
LibWeb: Implement Element.insertAdjacentElement
Luke Wilde
2022-09-20
LibWeb: Implement Element.insertAdjacentHTML() from DOM Parsing
Andreas Kling
2022-07-30
LibWeb: Resolve circular IDL imports
MacDue
2022-07-29
LibWeb: Extract the InnerHTML IDL mixin
Sam Atkins
2022-07-29
LibWeb: Extract the ParentNode IDL mixin
Sam Atkins
2022-07-29
LibWeb: Extract the ChildNode IDL mixin
Sam Atkins
2022-03-30
LibWeb: Implement Element.toggleAttribute()
Elisée Maurer
2022-02-16
LibWeb: Add imports to all IDL files that depend on others
Ali Mohammad Pur
2022-02-16
LibWeb: Support Element.closest(selectors)
Edwin Hoksberg
2022-02-12
LibWeb: Add stub implementation for Element's getClientRects
DerpyCrabs
2022-02-05
LibWeb: Add a partial implementation of Element.setAttributeNS()
Andreas Kling
2022-01-31
LibWeb: Implement ChildNode.replaceWith
Luke Wilde
2022-01-31
LibWeb: Implement ChildNode.after
Luke Wilde
2022-01-31
LibWeb: Implement ChildNode.before
Luke Wilde
2022-01-31
LibWeb: Implement ParentNode.replaceChildren
Luke Wilde
2022-01-31
LibWeb: Implement ParentNode.append
Luke Wilde
2022-01-31
LibWeb: Implement ParentNode.prepend
Luke Wilde
2021-12-30
LibWeb: Implement Element.getAttributeNames
Luke Wilde
2021-10-28
LibWeb: Add Element.webkitMatchesSelector
Luke Wilde
2021-10-18
LibWeb: Implement the Element classList attribute
Timothy Flynn
2021-10-17
LibWeb: Implement the Element attributes getter
Timothy Flynn
2021-10-03
LibWeb: Convert ParentNode.querySelectorAll to NodeList
Luke Wilde
2021-09-30
LibWeb: Support Element.client{Top,Left,Width,Height}
Andreas Kling
2021-09-30
LibWeb: Support Element.matches(selectors)
Andreas Kling
2021-09-29
LibWeb: Implement ChildNode.remove
Luke Wilde
2021-09-27
LibWeb: Add DOMRect and Element.getBoundingClientRect()
Andreas Kling
2021-09-22
LibWeb: Add getElementsByTagNameNS and add support for * in non-NS
Luke Wilde
2021-09-14
LibWeb: Implement ParentNode.children
Luke Wilde
2021-09-14
LibWeb: Make the innerHTML setter spec compliant
Luke Wilde
2021-05-11
LibWeb: Expose Element.{prefix,localName}
Luke
2021-04-22
LibWeb: Implement a slow but functional HTMLCollection :^)
Andreas Kling
2021-04-11
LibWeb: Move element_child_count to ParentNode and add its IDL attribute
Luke
2021-03-13
LibWeb: Expose barebones CSSStyleDeclaration to JavaScript
Andreas Kling
2021-02-08
LibWeb: Implement Element.getElementsBy{Tag,Class}Name()
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling