diff --git a/fullscreen.bs b/fullscreen.bs index 269c133..7ae8a93 100644 --- a/fullscreen.bs +++ b/fullscreen.bs @@ -656,17 +656,10 @@ properties apply to this pseudo-element either.
:fullscreen
pseudo-classThe :fullscreen
pseudo-class must match any
-element element for which one of the following conditions is true:
+element whose fullscreen flag is set.
-
element's fullscreen flag is set. - -
element is a shadow host and the result of retargeting its - node document's fullscreen element against element is element. -
This makes it different from the -{{DocumentOrShadowRoot/fullscreenElement}} API, which returns the topmost fullscreen element. +
This makes it different from the {{DocumentOrShadowRoot/fullscreenElement}} API, +which returns the topmost fullscreen element. It also does not perform retargeting.