Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 41c6235b22c90127374f2a63ff03352521bb64c1
https://github.com/WebKit/WebKit/commit/41c6235b22c90127374f2a63ff03352521bb64c1
Author: Jer Noble <[email protected]>
Date: 2026-03-18 (Wed, 18 Mar 2026)
Changed paths:
M Source/WebCore/page/Quirks.cpp
Log Message:
-----------
Spotify captions hidden behind controls
rdar://171023402
https://bugs.webkit.org/show_bug.cgi?id=310188
Reviewed by Anne van Kesteren.
Spotify uses a `video::-webkit-media-text-track-display` CSS selector to
move subtitles around and out of the way of their overlay controls, but this
stopped working when we added explicit ::cue() selector support and removed
the `-webkit` prefixed CSS pseudo element selector.
Opt Spotify into an existing quirk where this selector is re-injected into
the shadow DOM.
* Source/WebCore/page/Quirks.cpp:
(WebCore::handleSpotifyQuirks):
Canonical link: https://commits.webkit.org/309505@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications