From 1386fed7d38652d5848d315927e7e23a66cffd13 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 20 Oct 2021 13:28:52 +0300 Subject: [RU] Remove `name` attribute from headings (#2788) --- files/ru/web/api/fullscreen_api/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/ru/web/api/fullscreen_api') diff --git a/files/ru/web/api/fullscreen_api/index.html b/files/ru/web/api/fullscreen_api/index.html index f0cc07a8cf..96742191eb 100644 --- a/files/ru/web/api/fullscreen_api/index.html +++ b/files/ru/web/api/fullscreen_api/index.html @@ -82,7 +82,7 @@ original_slug: DOM/Using_fullscreen_mode -

Events

+

Events

The Fullscreen API defines two events which can be used to detect when full-screen mode is turned on and off, as well as when errors occur during the process of changing between full-screen and windowed modes.

@@ -106,7 +106,7 @@ original_slug: DOM/Using_fullscreen_mode

See Using Feature Policy to learn more about using Feature Policy to control access to an API.

-

Usage notes

+

Usage notes

Users can choose to exit full-screen mode simply by pressing the ESC (or F11) key, rather than waiting for the site or app to programmatically do so. Make sure you provide, somewhere in your user interface, appropriate user interface elements that inform the user that this option is available to them.

@@ -168,7 +168,7 @@ original_slug: DOM/Using_fullscreen_mode -

Browser compatibility

+

Browser compatibility

Document.fullscreen

-- cgit v1.2.3-54-g00ecf