mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Implement [LenientThis] support and enable it in Document.webidl
Closes issue #3760
This commit is contained in:
parent
0c12f630e6
commit
e023662571
2 changed files with 8 additions and 8 deletions
|
@ -79,6 +79,6 @@ partial interface Document {
|
|||
NodeList getElementsByName(DOMString elementName);
|
||||
|
||||
// special event handler IDL attributes that only apply to Document objects
|
||||
/*[LenientThis]*/ attribute EventHandler onreadystatechange;
|
||||
[LenientThis] attribute EventHandler onreadystatechange;
|
||||
};
|
||||
Document implements GlobalEventHandlers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue