Release Notes for Safari Technology Preview 177
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-xandoverflow-yvalues 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#spliceto skip result array creation if it is not used at all (266591@main)
Web API
- Fixed intermittent removal of
adoptedStyleSheetCSSStyleSheet instances when assigning anadoptedStyleSheetarray (266464@main) - Fixed keyboard scroll not stopping after pressing the down arrow if
keyupis default prevented (266425@main) - Fixed
window.postMessagewith OffscreenCanvas with an isolated world message listener (266465@main)
Accessibility
- Fixed non-accessible content within iframes with ARIA roles (266506@main)
- Fixed VoiceOver word echo on text inputs with a
comboboxrole (266569@main)
Apple Pay
- Deprecated
enabledin favor ofavailableinshippingContactEditingMode(266493@main)