Skip to content

Commit

Permalink
Update interfaces/SVG.idl
Browse files Browse the repository at this point in the history
Note: This file was recently manually updated in commit 5f4cbbb.
      This commit may revert some of those changes.

Source: https://github.com/tidoust/reffy-reports/blob/39f92a5/whatwg/idl/SVG.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/447306145
  • Loading branch information
autofoolip committed Oct 28, 2018
1 parent 71c05e7 commit 6d259c9
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 6d259c9

Please sign in to comment.