summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/Element.idl
AgeCommit message (Expand)Author
2023-04-06LibWeb: Add a bunch of missing CEReactionsLuke Wilde
2023-03-20LibWeb: Move Element.prototype.style to ElementCSSInlineStyle mixinSimon Wanner
2023-03-10LibWeb: Implement Element.setAttributeNode{,NS}()Andreas Kling
2023-03-07LibWeb/HTML: Port Window.scroll() to IDLLinus Groh
2023-02-02LibWeb: Implement Element.attachShadow and Element.shadowRoot :^)Karol Kosek
2023-01-29LibWeb: Move ARIA-related code into the Web::ARIA namespaceLinus Groh
2023-01-07LibWeb: Add Support for the ARIA Element PropertiesJonah
2022-11-07LibWeb: Start implementing the Element scroll attributesLuke Wilde
2022-11-07LibWeb: Implement Element.getAttributeNodeLuke Wilde
2022-10-09LibWeb: Add Exposed attribute and IDL spec links where missingAndrew Kaster
2022-10-04LibWeb: Implement a simple version of Element.scrollIntoView()Andreas Kling
2022-10-01LibWeb: Implement Element.insertAdjacentTextLuke Wilde
2022-10-01LibWeb: Implement Element.insertAdjacentElementLuke Wilde
2022-09-20LibWeb: Implement Element.insertAdjacentHTML() from DOM ParsingAndreas Kling
2022-07-30LibWeb: Resolve circular IDL importsMacDue
2022-07-29LibWeb: Extract the InnerHTML IDL mixinSam Atkins
2022-07-29LibWeb: Extract the ParentNode IDL mixinSam Atkins
2022-07-29LibWeb: Extract the ChildNode IDL mixinSam Atkins
2022-03-30LibWeb: Implement Element.toggleAttribute()Elisée Maurer
2022-02-16LibWeb: Add imports to all IDL files that depend on othersAli Mohammad Pur
2022-02-16LibWeb: Support Element.closest(selectors)Edwin Hoksberg
2022-02-12LibWeb: Add stub implementation for Element's getClientRectsDerpyCrabs
2022-02-05LibWeb: Add a partial implementation of Element.setAttributeNS()Andreas Kling
2022-01-31LibWeb: Implement ChildNode.replaceWithLuke Wilde
2022-01-31LibWeb: Implement ChildNode.afterLuke Wilde
2022-01-31LibWeb: Implement ChildNode.beforeLuke Wilde
2022-01-31LibWeb: Implement ParentNode.replaceChildrenLuke Wilde
2022-01-31LibWeb: Implement ParentNode.appendLuke Wilde
2022-01-31LibWeb: Implement ParentNode.prependLuke Wilde
2021-12-30LibWeb: Implement Element.getAttributeNamesLuke Wilde
2021-10-28LibWeb: Add Element.webkitMatchesSelectorLuke Wilde
2021-10-18LibWeb: Implement the Element classList attributeTimothy Flynn
2021-10-17LibWeb: Implement the Element attributes getterTimothy Flynn
2021-10-03LibWeb: Convert ParentNode.querySelectorAll to NodeListLuke Wilde
2021-09-30LibWeb: Support Element.client{Top,Left,Width,Height}Andreas Kling
2021-09-30LibWeb: Support Element.matches(selectors)Andreas Kling
2021-09-29LibWeb: Implement ChildNode.removeLuke Wilde
2021-09-27LibWeb: Add DOMRect and Element.getBoundingClientRect()Andreas Kling
2021-09-22LibWeb: Add getElementsByTagNameNS and add support for * in non-NSLuke Wilde
2021-09-14LibWeb: Implement ParentNode.childrenLuke Wilde
2021-09-14LibWeb: Make the innerHTML setter spec compliantLuke Wilde
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