Skip to content

Commit

Permalink
Add language to account for empty transform in XRReferenceSpaceEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
cabanier committed Sep 23, 2024
1 parent 67d74cd commit 933a542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2510,7 +2510,7 @@ dictionary XRReferenceSpaceEventInit : EventInit {

The <dfn attribute for="XRReferenceSpaceEvent">referenceSpace</dfn> attribute indicates the {{XRReferenceSpace}} that generated this event.

The <dfn attribute for="XRReferenceSpaceEvent">transform</dfn> attribute describes the post-event position and orientation of the {{XRReferenceSpaceEvent/referenceSpace}}'s [=native origin=] in the pre-event coordinate system.
The optional <dfn attribute for="XRReferenceSpaceEvent">transform</dfn> attribute describes the post-event position and orientation of the {{XRReferenceSpaceEvent/referenceSpace}}'s [=native origin=] in the pre-event coordinate system. This attribute MAY be `null` if the {{XRSystem}} can't determine the delta between the old and the new coordinate system.

Event Types {#event-types}
-----------
Expand Down

0 comments on commit 933a542

Please sign in to comment.