-
Couldn't load subscription status.
- Fork 3k
Open
Description
A common use case on video sites is:
- A user starts playing a video on their phone in portrait mode.
- After a few seconds, the user decides they are enjoying the video... so they rotate their phone into landscape mode.
- Rotating the device triggers a "user initiated" orientation change event.
- The site can then call
.requestFullscreen()and have such orientation changes be classified as "triggered by user activation".
HTML currently specifies "activation triggering input events", but excludes orientation change events as counting as having "transient activation".
The Screen Orientation spec had some hacky text that would magically label these specific orientation events as having been initiated by the user. And the Fullscreen API was depending on that. However, it would be good to have a generic mechanism for labelling these Events properly and having them participate in the user activation model (i.e., they are classified as being part of "activation triggering input events").
Metadata
Metadata
Assignees
Labels
No labels