LibWeb: Move innerText from DOM::Element to HTML::HTMLElement

This commit is contained in:
Luke 2020-11-11 09:46:53 +00:00 committed by Andreas Kling
commit 397049aae8
Notes: sideshowbarker 2024-07-19 01:27:16 +09:00
6 changed files with 40 additions and 38 deletions

View file

@ -9,7 +9,6 @@ interface Element : Node {
ArrayFromVector querySelectorAll(DOMString selectors);
attribute DOMString innerHTML;
attribute DOMString innerText;
[Reflect] attribute DOMString id;
[Reflect=class] attribute DOMString className;