mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Fix CharacterData annotations
This commit is contained in:
parent
6eb6e386c1
commit
14cd682210
2 changed files with 5 additions and 8 deletions
|
@ -11,11 +11,10 @@
|
|||
*/
|
||||
|
||||
interface CharacterData : Node {
|
||||
[TreatNullAs=EmptyString,SetterThrows] attribute DOMString data;
|
||||
[TreatNullAs=EmptyString] attribute DOMString data;
|
||||
readonly attribute unsigned long length;
|
||||
[Throws]
|
||||
DOMString substringData(unsigned long offset, unsigned long count);
|
||||
[Throws]
|
||||
void appendData(DOMString data);
|
||||
[Throws]
|
||||
void insertData(unsigned long offset, DOMString data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue