summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLElement.idl
AgeCommit message (Expand)Author
2020-12-10LibWeb: Expect IDL namespace to end with semicolonLinus Groh
2020-11-11LibWeb: Move innerText from DOM::Element to HTML::HTMLElementLuke
2020-11-09LibWeb: Add support for reflected boolean valuesLuke
2020-08-03LibWeb: Move contentEditable from Element to HTMLElementLuke
2020-07-26LibWeb: Move HTML object model stuff into LibWeb/HTML/Andreas Kling