mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Implement Document.currentScript
This commit is contained in:
parent
8ad3c5aeb6
commit
5f5d1246ef
5 changed files with 24 additions and 31 deletions
|
@ -83,6 +83,7 @@ partial interface Document {
|
|||
readonly attribute HTMLCollection anchors;
|
||||
readonly attribute HTMLCollection applets;
|
||||
NodeList getElementsByName(DOMString elementName);
|
||||
readonly attribute HTMLScriptElement? currentScript;
|
||||
|
||||
// special event handler IDL attributes that only apply to Document objects
|
||||
[LenientThis] attribute EventHandler onreadystatechange;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue