diff --git a/index.html b/index.html
index 07b63f2..10aa8d4 100644
--- a/index.html
+++ b/index.html
@@ -253,8 +253,8 @@
[=Embedded content=].
- If the element has an `interactive` attribute: [=interactive
- content=].
+ If the element has its `stagemode` attribute set to a recognized
+ mode such as `orbit`: [=interactive content=].
[=Palpable content=].
@@ -294,7 +294,8 @@
automatically when the page is loaded
- [^model/interactive^] — Allows the user to interact with the model
+ [^model/stagemode^] — Specifies the mode for interacting with the model,
+ such as `orbit` mode.
[^model/crossorigin^] — How the element handles crossorigin requests
@@ -339,7 +340,7 @@
autoplay attribute
- interactive attribute
+ stagemode attribute
controls attribute
@@ -386,6 +387,7 @@
readonly attribute DOMPointReadOnly boundingBoxExtents;
attribute DOMMatrixReadOnly entityTransform;
+ [Reflect] attribute DOMString stageMode;
};