mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Implements Stylesheet.ownerNode
This commit is contained in:
parent
406d15974f
commit
e7199c029f
14 changed files with 72 additions and 39 deletions
|
@ -8,7 +8,7 @@ interface StyleSheet {
|
|||
readonly attribute DOMString type_;
|
||||
readonly attribute DOMString? href;
|
||||
|
||||
// readonly attribute (Element or ProcessingInstruction)? ownerNode;
|
||||
readonly attribute Element? ownerNode;
|
||||
// readonly attribute StyleSheet? parentStyleSheet;
|
||||
readonly attribute DOMString? title;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue