Skip to content

Commit b705140

Browse files
saschanazfoolip
authored andcommitted
DocumentOrShadowRoot is a mixin (#141)
1 parent 12330bb commit b705140

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fullscreen.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ partial interface Document {
192192
attribute EventHandler onfullscreenerror;
193193
};
194194

195-
partial interface DocumentOrShadowRoot {
195+
partial interface mixin DocumentOrShadowRoot {
196196
[LenientSetter] readonly attribute Element? fullscreenElement;
197197
};
198198
</pre>
@@ -744,6 +744,7 @@ Ian Hickson,
744744
Ignacio Solla,
745745
João Eiras,
746746
Josh Soref,
747+
Kagami Sascha Rosylight,
747748
Matt Falkenhagen,
748749
Mihai Balan,
749750
Mounir Lamouri,

0 commit comments

Comments
 (0)