Skip to content

Commit

Permalink
Update interfaces/SVG.idl
Browse files Browse the repository at this point in the history
  • Loading branch information
autofoolip committed Dec 10, 2018
1 parent 226f3b5 commit 2a8c9f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions interfaces/SVG.idl
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,14 @@ partial interface Document {
readonly attribute SVGSVGElement? rootElement;
};

// must only be implemented in certain implementations
partial interface Document {
readonly attribute DOMString title;
readonly attribute DOMString referrer;
readonly attribute DOMString domain;
readonly attribute Element? activeElement;
};

[Exposed=Window]
interface SVGSVGElement : SVGGraphicsElement {

Expand Down

0 comments on commit 2a8c9f3

Please sign in to comment.