From 46fddf1f7abe3de3336ef4d2c4fb3d2c3748e995 Mon Sep 17 00:00:00 2001 From: Thummanoon Kunanuntakij Date: Tue, 18 Nov 2025 21:14:07 +0100 Subject: [PATCH] fix(curriculum): correct the explanation for gyroscope (#63514) --- .../68ba9c4f1688914d72876097.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/workshop-build-a-video-display-using-iframe/68ba9c4f1688914d72876097.md b/curriculum/challenges/english/blocks/workshop-build-a-video-display-using-iframe/68ba9c4f1688914d72876097.md index 7eb7ecdf969..5ffcbc45958 100644 --- a/curriculum/challenges/english/blocks/workshop-build-a-video-display-using-iframe/68ba9c4f1688914d72876097.md +++ b/curriculum/challenges/english/blocks/workshop-build-a-video-display-using-iframe/68ba9c4f1688914d72876097.md @@ -9,7 +9,7 @@ dashedName: step-6 Add `encrypted-media`, `gyroscope`, and `web-share` to the existing values in the `allow` attribute. -These three will allow the use of encrypted media extensions to protect the video, let the iframe pop out into picture-in-picture mode when needed, and allow sharing the iframe content through the device's native share dialogs. +These three will allow the use of encrypted media extensions to protect the video, grant access to the device’s motion and orientation sensors, and allow sharing the iframe content through the device's native share dialogs. # --hints--