mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Update WebIDL.py to 4166cae81546
https://hg.mozilla.org/integration/autoland/rev/4166cae81546f54accae807413f806d20bf30920 Pulls in changes from https://bugzilla.mozilla.org/show_bug.cgi?id=1359269
This commit is contained in:
parent
5fa80a8be0
commit
7b48df53a1
21 changed files with 917 additions and 621 deletions
|
@ -109,10 +109,10 @@ partial interface Element {
|
|||
|
||||
// https://w3c.github.io/DOM-Parsing/#extensions-to-the-element-interface
|
||||
partial interface Element {
|
||||
[CEReactions, Throws,TreatNullAs=EmptyString]
|
||||
attribute DOMString innerHTML;
|
||||
[CEReactions, Throws,TreatNullAs=EmptyString]
|
||||
attribute DOMString outerHTML;
|
||||
[CEReactions, Throws]
|
||||
attribute [TreatNullAs=EmptyString] DOMString innerHTML;
|
||||
[CEReactions, Throws]
|
||||
attribute [TreatNullAs=EmptyString] DOMString outerHTML;
|
||||
};
|
||||
|
||||
// https://fullscreen.spec.whatwg.org/#api
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue