diff --git a/fullscreen.bs b/fullscreen.bs index a772f2c..ce9ed9f 100644 --- a/fullscreen.bs +++ b/fullscreen.bs @@ -67,7 +67,13 @@ is an ordered set of (string, element) tuples. It is
To fullscreen an element:
Run hide all popovers given element's node document. +
Let hideUntil be the result of running topmost popover ancestor given + element, null, and false. + +
If hideUntil is null, then set hideUntil to element's + node document. + +
Run hide all popovers until given hideUntil, false, and true.
Set element's fullscreen flag.