summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/Element.idl
AgeCommit message (Expand)Author
2021-05-11LibWeb: Expose Element.{prefix,localName}Luke
2021-04-22LibWeb: Implement a slow but functional HTMLCollection :^)Andreas Kling
2021-04-11LibWeb: Move element_child_count to ParentNode and add its IDL attributeLuke
2021-03-13LibWeb: Expose barebones CSSStyleDeclaration to JavaScriptAndreas Kling
2021-02-08LibWeb: Implement Element.getElementsBy{Tag,Class}Name()Linus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling