<!--
{
  "documentType" : "article",
  "framework" : "Safari Technology Preview Release Notes",
  "identifier" : "/documentation/Safari-Technology-Preview-Release-Notes/stp-release-110",
  "metadataVersion" : "0.1.0",
  "role" : "article",
  "title" : "Safari Technology Preview 110 Release Notes"
}
-->

# Safari Technology Preview 110 Release Notes

Preview the latest web technology updates including: WebRTC, Web Authentication, Web Animations, Web API, Media, CSS, Layout, Rendering, Accessibility, Bug Fixes, JavaScript, Storage Access API, Text Manipulation, Security, and Web Inspector.

## Overview

[Safari Technology Preview](https://webkit.org/blog/6017/introducing-safari-technology-preview/) Release 110 is now [available for download](https://webkit.org/downloads/) for macOS Big Sur and macOS Catalina. If you already have Safari Technology Preview installed, you can update in the Software Update pane of System Preferences on macOS.

This release covers WebKit revisions [263214-263988](https://trac.webkit.org/log?stop_rev=263214&rev=263988&limit=999).

### WebRTC

- Added a functional WebRTC VP9 codec ([r263734](https://trac.webkit.org/changeset/263734/webkit/), [r263820](https://trac.webkit.org/changeset/263820/webkit/))
- Allowed registering VP9 as a VT decoder ([r263894](https://trac.webkit.org/changeset/263894/webkit/))
- Added support for freeze and pause receiver stats ([r263351](https://trac.webkit.org/changeset/263351/webkit/))
- Added `MediaRecorder.onstart` support ([r263671](https://trac.webkit.org/changeset/263671/webkit/), [r263896](https://trac.webkit.org/changeset/263896/webkit/))
- Changed MediaRecorder to support peer connection remote video tracks ([r263928](https://trac.webkit.org/changeset/263928/webkit/))
- Enabled VTB required low latency code path ([r263931](https://trac.webkit.org/changeset/263931/webkit/))
- Fixed `MediaRecorder stopRecorder()` returning an empty Blob after first use ([r263511](https://trac.webkit.org/changeset/263511/webkit/), [r263633](https://trac.webkit.org/changeset/263633/webkit/), [r263891](https://trac.webkit.org/changeset/263891/webkit/))
- Fixed `MediaRecorder.start()` Method ignoring the `timeslice` parameter ([r263565](https://trac.webkit.org/changeset/263565/webkit/), [r263651](https://trac.webkit.org/changeset/263651/webkit/), [r263892](https://trac.webkit.org/changeset/263892/webkit/))
- Fixed `RTCDataChannel.bufferedAmount` to stay the same even if channel is closed ([r263655](https://trac.webkit.org/changeset/263655/webkit/))
- Updated the max width and height for mock sources ([r263844](https://trac.webkit.org/changeset/263844/webkit/))

### Web Authentication

- Improved UI for PIN entry for security keys

### Web Animations

- Keyframe animation with infinite iteration count doesn’t show up in the Animations timeline ([r263400](https://trac.webkit.org/changeset/263400/webkit/))

### Web API

- Changed to require a `<form>` to be connected before it can be submitted ([r263624](https://trac.webkit.org/changeset/263624/webkit/))
- Fixed `window.location.replace` with invalid URLs to throw ([r263647](https://trac.webkit.org/changeset/263647/webkit/))
- Fixed the behavior when setting `url.search="??"` (two question marks) ([r263637](https://trac.webkit.org/changeset/263637/webkit/))
- Changed to allow selecting HEIF images if the ‘accept’ attribute includes an image MIME type that the platform can transcode ([r263949](https://trac.webkit.org/changeset/263949/webkit/))
- Added `referrerpolicy` attribute support for `<link>` ([r263356](https://trac.webkit.org/changeset/263356/webkit/), [r263442](https://trac.webkit.org/changeset/263442/webkit/))
- Allow setting empty host/hostname on URLs if they use file scheme ([r263971](https://trac.webkit.org/changeset/263971/webkit/))
- Allow the async clipboard API to write data when copying via menu action or key binding ([r263480](https://trac.webkit.org/changeset/263480/webkit/))

### Media

- Changed to check for mode=“showing” to consider a text track as selected in the tracks panel ([r263802](https://trac.webkit.org/changeset/263802/webkit/))

### CSS

- Changed to allow indefinite size flex items to be definite with respect to resolving percentages inside them ([r263399](https://trac.webkit.org/changeset/263399/webkit/))
- Changed to not include scrollbar extents when computing sizes for percentage resolution ([r263794](https://trac.webkit.org/changeset/263794/webkit/))
- Fixed pointer events (click/hover/etc) passing through flex items, if they have negative margin ([r263659](https://trac.webkit.org/changeset/263659/webkit/))

### Layout

- Changed to resolve viewport units against the preferred content size ([r263311](https://trac.webkit.org/changeset/263311/webkit/))

### Rendering

- Fixed overlapping content when `margin-right` is present ([r263550](https://trac.webkit.org/changeset/263550/webkit/))
- Fixed content sometimes missing in nested scrollers with `border-radius` ([r263578](https://trac.webkit.org/changeset/263578/webkit/))

### Accessibility

- Fixed honoring `aria-modal` nodes wrapped in `aria-hidden` ([r263673](https://trac.webkit.org/changeset/263673/webkit/))
- Implemented relevant simulated key presses for custom ARIA widgets for increment and decrement ([r263823](https://trac.webkit.org/changeset/263823/webkit/))

### Bug Fixes

- Fixed the indeterminate progress bar animation periodically jumping in macOS Big Sur ([r263952](https://trac.webkit.org/changeset/263952/webkit/))

### JavaScript

- Enabled `RelativeTimeFormat` and `Locale` by default ([r263227](https://trac.webkit.org/changeset/263227/webkit/))
- Configured option-offered `numberingSystem` in `Intl.NumberFormat` through locale ([r263837](https://trac.webkit.org/changeset/263837/webkit/))
- Changed `Intl.Collator` to set usage:“search” option through ICU locale ([r263833](https://trac.webkit.org/changeset/263833/webkit/))
- Fixed Promise built-in functions to be anonymous non-constructors ([r263222](https://trac.webkit.org/changeset/263222/webkit/))
- Fixed incorrect `TypedArray.prototype.set` with primitives ([r263216](https://trac.webkit.org/changeset/263216/webkit/))

### Storage Access API

- Added the capability to call the Storage Access API as a quirk, on behalf of websites that should be doing it themselves ([r263383](https://trac.webkit.org/changeset/263383/webkit/))

### Text Manipulation

- Updated text manipulation to exclude text rendered using icon-only fonts ([r263527](https://trac.webkit.org/changeset/263527/webkit/))
- Added a new text manipulation heuristic to decide paragraph boundary ([r263958](https://trac.webkit.org/changeset/263958/webkit/))

### Security

- Enabled referrer policy attribute support by default ([r263274](https://trac.webkit.org/changeset/263274/webkit/))
- Changed image `crossorigin` mutations to be considered “relevant mutations” ([r263345](https://trac.webkit.org/changeset/263345/webkit/), [r263350](https://trac.webkit.org/changeset/263350/webkit/))

### Web Inspector

- Added a tooltip to the icon of resources replaced by a local override explaining what happened ([r263429](https://trac.webkit.org/changeset/263429/webkit/))
- Allow selecting text of Response (DOM Tree) in Network tab ([r263872](https://trac.webkit.org/changeset/263872/webkit/))
- Adjusted the height of title area when Web Inspector is undocked to match macOS Big Sur ([r263377](https://trac.webkit.org/changeset/263377/webkit/), [r263402](https://trac.webkit.org/changeset/263402/webkit/))

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)