You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2026. It is now read-only.
I am implementing the vrdisplayactivate event in Firefox for the link traversal use case, which I am firing serially after the "load" event.
Does this timing of the vrdisplayactivate event make sense for the "navigation" reason? If so, I'd like to update the 1.1 and 2.0 specs to clarify the expected order of the event to state that it will fire immediately after the "load" event.
Note that this would not affect timing of vrdisplayactivate for other reason values such as "mounted" and "requested".
From @kearwood on February 23, 2017 22:13
I am implementing the vrdisplayactivate event in Firefox for the link traversal use case, which I am firing serially after the "load" event.
Does this timing of the vrdisplayactivate event make sense for the "navigation" reason? If so, I'd like to update the 1.1 and 2.0 specs to clarify the expected order of the event to state that it will fire immediately after the "load" event.
Note that this would not affect timing of vrdisplayactivate for other reason values such as "mounted" and "requested".
Copied from original issue: immersive-web/webxr#193