mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:17:35 +00:00
LibWeb: Move innerText from DOM::Element to HTML::HTMLElement
This commit is contained in:
parent
bb22b04d44
commit
397049aae8
6 changed files with 40 additions and 38 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue