From 33f2c91fb56140b02e12dbb68dcf2e5d6fd224b4 Mon Sep 17 00:00:00 2001 From: Brandel Zachernuk Date: Fri, 27 Mar 2026 16:34:55 -0700 Subject: [PATCH] Describe inline fullscreen Specify that requestFullscreen sends the model into an in-line full-screen mode, Added a non-normative note about the _kind_ of behavior that some (all?) of the spatial browsers currently seem to agree on as an interpretation for `requestFullscreen()` (I think the listed issue was meant to be 34 rather than a dupe of 31) fixes #34 --- index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index c4720b0..b3eca93 100644 --- a/index.html +++ b/index.html @@ -600,7 +600,12 @@

Fullscreen integration

- +

+ Model elements in fullscreen mode, as invoked through `model.reqeustFullscreen(),` are presented in-line in the full-screen window. +

+