mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Implement element.innerText getter
This commit is contained in:
parent
0d7c2271c2
commit
2a4535f43e
16 changed files with 844 additions and 16 deletions
|
@ -46,6 +46,8 @@ interface HTMLElement : Element {
|
|||
// attribute boolean spellcheck;
|
||||
// void forceSpellCheck();
|
||||
|
||||
[TreatNullAs=EmptyString] attribute DOMString innerText;
|
||||
|
||||
// command API
|
||||
// readonly attribute DOMString? commandType;
|
||||
// readonly attribute DOMString? commandLabel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue