Overview
Safari Technology Preview Release 176 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: 266088@main…266418@main.
CSS
- Added support for
contain-intrinsic-size: inherit(266100@main) - Implemented
linear(...)timing function for CSS animations & transitions (266195@main) - Corrected
auto nonesupport forcontain-intrinsic-size(266136@main) - Made
<hr>widthattribute set to0or0pxcompute to1px(266418@main)
Rendering
- Fixed out-of-flow boxes not showing (266366@main)
- Fixed canvas not showing the results of
Canvasuntil a forced re-render (266397@main)Rendering Context2D .put Image Data - Fixed scrollbar not updating on CSS color-scheme change (266176@main)
- Prevented invalidating columns when the entire table is being destroyed (266344@main)
Accessibility
- Fixed
display: contentselements sometimes missing their children (266407@main) - Fixed incorrect accessible name from multiple
<label>elements (266151@main) - Fixed unexpected speech synthesis behavior for unordered lists (266383@main)
Media
- Implemented automatic text track selection for
'metadata'tracks (266380@main) - Fixed RTCRtpSender
maxencoding parameter having no effect (266128@main)Framerate - Fixed updating time stamps on media controls to update while scrubbing the timeline (266339@main)
Web API
- Added support for the
titleattribute for pattern validation errors (266311@main) - Aligned
naturalandWidth naturalwith spec, changing fromHeight inttounsigned(266302@main) - Changed to return opaque origin for
blob:URL containing inner non-http(s): URL (266247@main) - Converted
embed hiddeninto a proper boolean attribute (266399@main) - Fixed
Elementto clear the submission value (266126@main)Internals .set Form Value(<nullish value>) - Fixed custom highlight logic for checking author and set text color (266117@main)
- Fixed custom highlight text decoration to respect priority (266184@main)
- Fixed emoji characters sometimes getting incorrectly drawn in text style (266089@main)
- Fixed URL pathname and search setter incorrectly stripping trailing spaces (266252@main)
- Handled focusability for plugin elements which have browsing context (266286@main)
- Throttled
mousemoveevents to one per rendering update (266341@main)