From 83b138374a96afce138edc71928868459d055a70 Mon Sep 17 00:00:00 2001 From: Atsushi Shimono Date: Thu, 4 Jul 2024 21:18:14 +0900 Subject: [PATCH 1/2] Changelog for CRS from CRS1 --- index.bs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/index.bs b/index.bs index 3626f5dc..c39dfbe6 100755 --- a/index.bs +++ b/index.bs @@ -2950,6 +2950,16 @@ To resolve the requested features given |requiredFeatures| and |optio

Changes

+

+Changes from the Candidate Recommendation Snapshot, 31 March 2022

+ +- Expose XRSession's granted features (GitHub #1296) +- Add support for the isSystemKeyboardSupported attribute (GitHub #1314) +- Clarify getPose behavior with visibile-blurred (GitHub #1332) +- Transient intent addition (GitHub #1343) +- First draft for adding a property to XRInputSource to say it's visible elsewhere (GitHub #1353) +- Clarify rgb vs srgb behavior (GitHub #1359) +

Changes from the Working Draft 24 July 2020

From 0b9567e3aaaecb6be4d583b3b24aec2f6e620662 Mon Sep 17 00:00:00 2001 From: Atsushi Shimono Date: Thu, 4 Jul 2024 21:27:12 +0900 Subject: [PATCH 2/2] fixed type --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index c39dfbe6..2a83ee37 100755 --- a/index.bs +++ b/index.bs @@ -2951,7 +2951,7 @@ To resolve the requested features given |requiredFeatures| and |optio Changes

-Changes from the Candidate Recommendation Snapshot, 31 March 2022

+Changes from the Candidate Recommendation Snapshot, 31 March 2022 - Expose XRSession's granted features (GitHub #1296) - Add support for the isSystemKeyboardSupported attribute (GitHub #1314)