diff --git a/fullscreen.bs b/fullscreen.bs index 1eca40b..4cd7e54 100644 --- a/fullscreen.bs +++ b/fullscreen.bs @@ -11,6 +11,11 @@ Markup Shorthands: css no
+spec:html
+ type:dfn; text:allowed to use
+ type:dfn; text:showing hint popover list
+ type:dfn; text:showing auto popover list
+
spec:dom
type:dfn; for:/; text:document
type:dfn; for:/; text:element
@@ -69,11 +74,16 @@ is an ordered set of (string, element) tuples. It is
To fullscreen an element:
+ Let document be element's node document.
+
Let hideUntil be the result of running topmost popover ancestor given
- element, null, and false.
+ element, document's showing hint popover list, null, and false.
+
+
If hideUntil is null, then set hideUntil to the result of running
+ topmost popover ancestor, given element, document's showing auto popover
+ list, null, and false.
-
If hideUntil is null, then set hideUntil to element's
- node document.
+
If hideUntil is null, then set hideUntil to document.
Run hide all popovers until given hideUntil, false, and true.
@@ -725,6 +735,7 @@ Rafał Chłodnicki,
Riff Jiang,
Rune Lillesveen,
Sigbjørn Vik,
+Simon Farre,
Simon Pieters,
Tab Atkins-Bittner,
Takayoshi Kochi,