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}
-----------