[webkit-changes] [WebKit/WebKit] 4ed491: Remove prefixed `HTMLMediaElement.webkitPreservesP...
Ahmad Saleem
noreply at github.com
Tue Feb 13 09:21:14 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4ed49192487b2b842b62b35aabde3c9a039b7ed4
https://github.com/WebKit/WebKit/commit/4ed49192487b2b842b62b35aabde3c9a039b7ed4
Author: Ahmad Saleem <ahmad.saleem792+github at gmail.com>
Date: 2024-02-13 (Tue, 13 Feb 2024)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/historical-expected.txt
M Source/WebCore/html/HTMLMediaElement.idl
Log Message:
-----------
Remove prefixed `HTMLMediaElement.webkitPreservesPitch`
https://bugs.webkit.org/show_bug.cgi?id=250871
rdar://problem/104451631
Reviewed by Eric Carlson.
In 267341 at main, WebKit exposed `preservesPitch` while retaining prefixed
`webkitPreservesPitch` for web compatibility, since then Safari had two major
releases (17.3 and 17.4 as beta).
So this patch is to remove prefixed `webkitPreservesPitch` and align completely
with other web browsers.
* Source/WebCore/html/HTMLMediaElement.idl:
* LayoutTests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/historical-expected.txt: Rebaselined
Canonical link: https://commits.webkit.org/274551@main
More information about the webkit-changes
mailing list