Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,12 @@ <h3>
<h2>
Fullscreen integration
</h2>
<aside class="issue" data-number="31"></aside>
<p>
Model elements in fullscreen mode, as invoked through `model.reqeustFullscreen(),` are presented in-line in the full-screen window.
<aside class="note">
On spatial platforms that do not have a fixed maximum region of display, the specific behavior of fullscreen may be unexpected. An example implementation may retain a window of the original boundary and aspect ratio of the browser window, presenting the target element as the sole contents of the browser window.
</aside>
</p>
</section>
<section>
<h2>
Expand Down
Loading