1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 06:47:35 +00:00

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
parent bb22b04d44
commit 397049aae8
6 changed files with 40 additions and 38 deletions

View file

@ -7,4 +7,5 @@ interface HTMLElement : Element {
attribute DOMString contentEditable;
[LegacyNullToEmptyString] attribute DOMString innerText;
}