[Webkit-unassigned] [Bug 250871] Remove HTMLMediaElement.webkitPreservesPitch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 22 18:53:45 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=250871

Karl Dubost <karlcow at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |BrowserCompat, WPTImpact
         Depends on|                            |214922

--- Comment #2 from Karl Dubost <karlcow at apple.com> ---
I don't see a lot of usage on GitHub
https://github.com/search?q=webkitpreservespitch+language%3AJavaScript&type=code&l=JavaScript


BUT still I can find things like
https://github.com/scottschiller/ArmorAlley/blob/da1d98a542bf55e5595b456983776890cb27a9b5/script/soundmanager2.js#L2196-L2199

            // 01/2022: prefixes for best compatibility
            if (audioContext && sm2.usePlaybackRate) {
              a.preservesPitch = a.mozPreservesPitch = a.webkitPreservesPitch = !!s._iO.preservesPitch;
            }
            a.play();

On the side of WPT:
https://wpt.fyi/results/html/semantics/embedded-content/media-elements/preserves-pitch.html?label=master&label=experimental&aligned


MDN 
https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/preservesPitch
refers to Bug 214922


So I don't think it can be removed without first unprefixing it.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=214922
[Bug 214922] Unprefix webkitPreservesPitch as preservesPitch
-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230123/6abdf45e/attachment.htm>


More information about the webkit-unassigned mailing list