Safari 16.2 Release Notes
Released December 13, 2022 — Version 16.2 (18614.3.7)
Overview
Safari 16.2 is available for macOS Big Sur, macOS Monterey, macOS Ventura, iPadOS 16.2, and iOS 16.2.
CSS
New Features
Added support for additional values for the
font-variant-alternatesproperty:annotation(value-name),character-variant(value-name),ornaments(value-name),styleset(value-name),stylistic(value-name),swash(value-name), along with the associated@font-feature-valuesat-rule.Added support for
last baselinealignment for Flexbox and Grid.Added support for
color-mix().Added support for Gradient Interpolation Color Spaces.
Resolved Issues
Fixed backgrounds with a
fixedattachment to behave likescrollinside transformed elements.Fixed calculating inline
min-contentsize to include theaspect-ratioand add themin-contentblock computation.Fixed flexbox cases where border and padding are added twice to the computed min and max sizes.
Fixed flex base size width calculation to not consider min and max sizes.
Fixed focus behavior to not take into account scroll margin when checking visibility.
Fixed layout containment to not propagate forced breaks to the parent.
Fixed percentage based translations not working with SVG
<text>elements.Fixed
perspective: 0behavior.Fixed re-snap to follow scroll snap target if necessary.
Fixed scroll snap to choose the closest snap target if targets on each axes aren’t visible.
Fixed
text-decoration-thicknessproperty to not be inherited.Fixed transforms on SVG shapes and groups when the root element size is changed.
Fixed
text-decorationlocation for superscripts and subscripts when the text string contains both regular text and either superscript or subscript.Fixed
text-decorationpixel alignment when the content is truncated.Fixed removing the intrinsic margin when specifying the width or height of an
<input>element.Fixed rounding for
rgba()channels.Fixed
font-variantshorthand parsing to allow thefont-variant-east-asianproperty in any position.Fixed scroll snapping on a date input with
scroll-marginapplied.
Rendering
Resolved Issues
Fixed applying
lineWidthandstrokeStylewhen drawing on .Fixed
contain: contentbreaking scrolling when applied to the body.Fixed applying
transform-originwith a z-component.Fixed computing the baseline position for tables when margins are applied.
Fixed applying transforms to table sections:
tbody,thead, andtfoot.Fixed: transform changes recompute overflow.
Media
Resolved Issues
Fixed updating MediaSessionInfo for a media element when a
srcObjectis used.
Web API
Resolved Issues
Fixed SharedWorker to honor
Upgrade-Insecure-Request.
WebDriver
Resolved Issues
Fixed Element Click command failing on iOS.
Fixed: Enabled
touchpointer input source subtype on iOS.