Skip to content

Commit 269a4f9

Browse files
committed
Add innerText to html/dom/interfaces.html
whatwg/html#1678
1 parent 0cb5ca4 commit 269a4f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

html/dom/interfaces.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,6 +1000,8 @@ <h1>HTML IDL tests</h1>
10001000
attribute boolean spellcheck;
10011001
void forceSpellCheck();
10021002

1003+
[CEReactions, TreatNullAs=EmptyString] attribute DOMString innerText;
1004+
10031005
// command API
10041006
readonly attribute DOMString? commandType;
10051007
readonly attribute DOMString? commandLabel;

0 commit comments

Comments
 (0)