Overview
Safari Technology Preview Release 177 is now available for download for macOS Sonoma beta and macOS Ventura. If you already have Safari Technology Preview installed, you can update it in System Settings under General → Software Update.
This release includes WebKit changes between: 266419@main…266623@main.
Web Inspector
- Fixed broken search functionality (266783@main, 266820@main, 266802@main)
CSS
- Fixed
mod()
evaluation (266485@main) - Fixed
round()
evaluation when the number is a multiple of the step (266504@main) - Fixed computing the correct
overflow-x
andoverflow-y
values for<table>
elements (266560@main)
Rendering
- Fixed out-of-flow
<br>
to not trigger a line break (266475@main)
Popover
- Fixed popover incorrectly auto-hiding when using shadow DOM (266457@main)
Media
- Fixed fullscreen ready check to remove the hierarchy requirement (266426@main)
- Fixed videos disappearing when switching from landscape to portrait (266531@main)
- Fixed pausing media playback after suspending media playback to correctly pause after media playback is unsuspended (266590@main)
JavaScript
- Optimized
Array#splice
to skip result array creation if it is not used at all (266591@main)
Web API
- Fixed intermittent removal of
adopted
CSSStyleSheet instances when assigning anStyle Sheet adopted
array (266464@main)Style Sheet - Fixed keyboard scroll not stopping after pressing the down arrow if
keyup
is default prevented (266425@main) - Fixed
window
with OffscreenCanvas with an isolated world message listener (266465@main).post Message
Accessibility
- Fixed non-accessible content within iframes with ARIA roles (266506@main)
- Fixed VoiceOver word echo on text inputs with a
combobox
role (266569@main)
Apple Pay
- Deprecated
enabled
in favor ofavailable
inshipping
(266493@main)Contact Editing Mode