Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 32a2a7043e8be11c4559cee2d2b7b0fc3406f773
https://github.com/WebKit/WebKit/commit/32a2a7043e8be11c4559cee2d2b7b0fc3406f773
Author: Phinehas Fuachie <[email protected]>
Date: 2026-09-03 (Thu, 03 Sep 2026)
Changed paths:
M
Source/WebCore/Modules/modern-media-controls/media/spatial-video-support.js
Log Message:
-----------
A page cannot opt out of the spatial video renderer (experimental)
https://bugs.webkit.org/show_bug.cgi?id=323251
rdar://186502346
Reviewed by Jer Noble.
Projected video renders whenever the container declares a projection kind, and
x-webkit-projection
could only force the renderer on, so a page had no way to have the video
presented as-is.
Resolve x-webkit-projection="none" to no projection. All other values are
unchanged, and the
existing webkitprojectionchanged event handles setting or removing it during
playback.
* Source/WebCore/Modules/modern-media-controls/media/spatial-video-support.js:
(SpatialVideoSupport.prototype._resolveProjection):
Canonical link: https://commits.webkit.org/320442@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications