From 933a542561ad86539869cdbde89123bcabcfc0f7 Mon Sep 17 00:00:00 2001 From: Rik Cabanier Date: Mon, 23 Sep 2024 16:42:18 +0000 Subject: [PATCH] Add language to account for empty transform in XRReferenceSpaceEvent --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 19f44628..febdb4e8 100755 --- a/index.bs +++ b/index.bs @@ -2510,7 +2510,7 @@ dictionary XRReferenceSpaceEventInit : EventInit { The referenceSpace attribute indicates the {{XRReferenceSpace}} that generated this event. -The transform attribute describes the post-event position and orientation of the {{XRReferenceSpaceEvent/referenceSpace}}'s [=native origin=] in the pre-event coordinate system. +The optional transform 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} -----------