From bf194907e3d1f2676bc0314bc2dc1020b8fefe70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Automat=20af=20Gr=C3=A4nssnitt?= Date: Sat, 3 Nov 2018 06:10:41 +0000 Subject: [PATCH] Update interfaces/fullscreen.idl Source: https://github.com/tidoust/reffy-reports/blob/f2a2780/whatwg/idl/fullscreen.idl Build: https://travis-ci.org/tidoust/reffy-reports/builds/450138647 --- interfaces/fullscreen.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/fullscreen.idl b/interfaces/fullscreen.idl index 87f1599750a6e7..491aa7af13e670 100644 --- a/interfaces/fullscreen.idl +++ b/interfaces/fullscreen.idl @@ -30,6 +30,6 @@ partial interface Document { attribute EventHandler onfullscreenerror; }; -partial interface DocumentOrShadowRoot { +partial interface mixin DocumentOrShadowRoot { [LenientSetter] readonly attribute Element? fullscreenElement; };