summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/DOM/Element.idl
AgeCommit message (Expand)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2020-12-29LibWeb: Expose three more attribute methods on ElementLuke
2020-12-10LibWeb: Replace IDL 'void' return type with 'undefined'Linus Groh
2020-12-10LibWeb: Expect IDL namespace to end with semicolonLinus Groh
2020-11-22LibWeb: Expose ParentNode.{first,last}ElementChildLuke
2020-11-22LibWeb: Make event dispatching spec-compliantLuke
2020-11-11LibWeb: Move innerText from DOM::Element to HTML::HTMLElementLuke
2020-10-22LibWeb: Add namespace to ElementLuke
2020-08-18LibWeb: Implement Element.innerTextNico Weber
2020-08-17LibWeb: Add Comment and DocumentFragment bindings, move querySelector...Luke
2020-08-03LibWeb: Add Element.{next,previous}ElementSibling IDL attributesAndreas Kling
2020-08-03LibWeb: Move contentEditable from Element to HTMLElementLuke
2020-08-02LibWeb: Implement the Element.contentEditable IDL attributeAndreas Kling
2020-07-24LibWeb: Use [Reflect] for Element.id and Element.className :^)Andreas Kling
2020-06-21LibWeb: Add Element.tagName and Element.classNameAndreas Kling
2020-06-21LibWeb: Generate Element bindings from IDL :^)Andreas Kling