mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Implement Text::wholeText
This commit is contained in:
parent
9cee765c96
commit
890d902d6a
4 changed files with 24 additions and 28 deletions
|
@ -14,5 +14,5 @@
|
|||
[Constructor(optional DOMString data = "")]
|
||||
interface Text : CharacterData {
|
||||
//[NewObject] Text splitText(unsigned long offset);
|
||||
//readonly attribute DOMString wholeText;
|
||||
readonly attribute DOMString wholeText;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue