Results 1 - 3 of 3

Document.exitFullscreen()

The Document.exitFullscreen() is a method that takes the document out of full-screen mode; this is used to reverse the effects of a call to make an element in the document full-screen using its Element.requestFullscreen() method.
API DOM Full-screen Method Reference

:fullscreen

The :fullscreen CSS pseudo-class applies to any element that's currently being displayed in full-screen mode. It selects not only to the top level element, but to the whole stack of elements that appears.
CSS CSS Pseudo-class Experimental Full-screen Reference

::backdrop

Each element in the top layer's stack has a ::backdrop pseudo-element. This pseudo-element is a box rendered immediately below the element (and above the element below the element in the stack, if any), within the same top layer.
CSS CSS Pseudo-element Full-screen Layout NeedsContent Pseudo-element Reference Web