- From: Marcos Cáceres <notifications@github.com>
- Date: Tue, 05 Dec 2023 23:57:50 -0800
- To: whatwg/fullscreen <fullscreen@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 6 December 2023 07:57:57 UTC
@marcoscaceres commented on this pull request.
> @@ -57,6 +57,12 @@ unset.
<p>All <{iframe}> <a>elements</a> have an associated <dfn>iframe fullscreen flag</dfn>. Unless
stated otherwise it is unset.
+<p>All <a for=/>documents</a> have an associated <dfn>keyboard lock flag</dfn>. This flag indicates
+whether the keyboard lock is active for the document. When the flag is set, the document captures
+and handles key inputs as specified by a passed {{FullscreenKeyboardLock}} enum value. When the
+flag is not set, keyboard inputs are processed in the default manner by the user agent and the
+operating system.
```suggestion
operating system. Unless stated otherwise it is unset.
```
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/pull/232#pullrequestreview-1766895245
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/fullscreen/pull/232/review/1766895245@github.com>
Received on Wednesday, 6 December 2023 07:57:57 UTC