Skip to content

Commit

Permalink
Fresh run at the introduction section (#88)
Browse files Browse the repository at this point in the history
* updated introduction section

* revise the stereo bit to what it should have been!

* Update index.html

Co-authored-by: Marcos Cáceres <[email protected]>

* change 'script' to 'JavaScript', updated the line length for better raw file readability.

---------

Co-authored-by: Marcos Cáceres <[email protected]>
  • Loading branch information
zachernuk and marcoscaceres authored Jul 18, 2024
1 parent 8d81ab1 commit 80b1514
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,31 @@ <h1 id="title">
This is a work in progress.
</p>
</section>
<section>
<h2>
Introduction
</h2>
<p>
The HTML &lt;model&gt; element allows a website to embed interactive 3D
models as conveniently as any other visual media. Models are served as
a standalone resource. The &lt;model&gt; element also has support for
interaction and animation playback while presented within the page,
and supports more spatial experiences, such as the stereoscopic
display of 3D content where available.
</p>
<p>
As &lt;model&gt; is rendered directly by the user agent, it has
the ability to utilize privileged information, such as the user's
head and eye position or the lighting of the user's environment,
without exposing that information to JavaScript. Additionally, the use
of accessibility information and controls can be engaged in a
privacy-preserving manner.
</p>
<p>
As &lt;model&gt; is [=embedded content=], the user agent can present
3D content in a privacy-preserving, interactive, and accessible manner.
</p>
</section>
<section>
<h2>
Out of scope
Expand Down

0 comments on commit 80b1514

Please sign in to comment.