From 6d259c91b1498f145ed6fbbf6795fd46ba17e007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Automat=20af=20Gr=C3=A4nssnitt?= Date: Sun, 28 Oct 2018 06:11:17 +0000 Subject: [PATCH] Update interfaces/SVG.idl Note: This file was recently manually updated in commit 5f4cbbb164. 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 --- interfaces/SVG.idl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/interfaces/SVG.idl b/interfaces/SVG.idl index 9588ad0d608d48..1d154b8025e622 100644 --- a/interfaces/SVG.idl +++ b/interfaces/SVG.idl @@ -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 {