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

# Safari Technology Preview 105 Release Notes

Preview the latest web technology updates including: CSS, JavaScript, Media, Web Animations, Accessibility, Rendering, Web API, and Web Inspector.

## Overview

[Safari Technology Preview](https://webkit.org/blog/6017/introducing-safari-technology-preview/) Release 105 is now [available for download](https://webkit.org/downloads/) for macOS Catalina and macOS Mojave. 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 [259476-260266](https://trac.webkit.org/log?stop_rev=259472&rev=260266&limit=999).

### CSS

- Added Selectors Level 4 specificity calculation for pseudo classes ([r260024](https://trac.webkit.org/changeset/260024/webkit/), [r260069](https://trac.webkit.org/changeset/260069/webkit/))
- Added support for `font-relative` `lh` and `rlh` unit frp, CSS Values Level 4 specification ([r259703](https://trac.webkit.org/changeset/259703/webkit/))
- Corrected the computed style for `outline-offset` when `outline-style` is `none` ([r259562](https://trac.webkit.org/changeset/259562/webkit/))
- Fixed bad style sharing between sibling elements with different part attributes for CSS Shadow Parts ([r259877](https://trac.webkit.org/changeset/259877/webkit/))
- Implemented the CSS Color Level 4 behavior for inheritance of `currentColor` ([r259532](https://trac.webkit.org/changeset/259532/webkit/))
- Prevented caching definite height against perpendicular flex items ([r260055](https://trac.webkit.org/changeset/260055/webkit/))

### JavaScript

- Fixed `Intl.DateTimeFormat` patterns and fields ([r260145](https://trac.webkit.org/changeset/260145/webkit/))
- Implemented BigInt.prototype.toLocaleString` ([r259919](https://trac.webkit.org/changeset/259919/webkit/))
- Updated `Intl` to allow calendar and numberingSystem options ([r259941](https://trac.webkit.org/changeset/259941/webkit/))
- Implemented logical assignment operators ([r260119](https://trac.webkit.org/changeset/260119/webkit/))
- Updated `canonicalizeLocaleList` to gracefully throw OOM error if the input and error message is too large ([r259481](https://trac.webkit.org/changeset/259481/webkit/))
- Updated module’s default cross-origin value should be “anonymous” ([r260003](https://trac.webkit.org/changeset/260003/webkit/), [r260038](https://trac.webkit.org/changeset/260038/webkit/))

### Media

- Made a change to update ScreenTime as playback state changes ([r260182](https://trac.webkit.org/changeset/260182/webkit/), [r260201](https://trac.webkit.org/changeset/260201/webkit/))
- Filtered some capture device names ([r259477](https://trac.webkit.org/changeset/259477/webkit/))
- Added support for applying a `frameRate` limit when the request stream is from Camera ([r260245](https://trac.webkit.org/changeset/260245/webkit/))

### Web Animations

- Added support for `pseudoElement` on `KeyframeEffect` and `KeyframeEffectOptions` ([r260139](https://trac.webkit.org/changeset/260139/webkit/))
- Fixed computing `transition-property` correctly when `transition-duration` is set to `inherit` ([r259720](https://trac.webkit.org/changeset/259720/webkit/))

### Accessibility

- Fixed smart invert to handle the picture elements on foxnews.com ([r260092](https://trac.webkit.org/changeset/260092/webkit/))

### Rendering

- Fixed drawing an image `srcRect` and `imageRect` to be in the same orientation of `destRect` ([r260016](https://trac.webkit.org/changeset/260016/webkit/))
- Fixed a missing gradient banner on [fastclick.com](http://fastclick.com/) ([r259701](https://trac.webkit.org/changeset/259701/webkit/))

### Web API

- Fixed `querySelector("#\\u0000")` to match an element with ID `U+FFFD` ([r259773](https://trac.webkit.org/changeset/259773/webkit/))
- Fixed scroll snap in subframes when async overflow scroll is enabled ([r260086](https://trac.webkit.org/changeset/260086/webkit/))
- Fixed zoom changes to not affect `ResizeObserverSize` ([r259578](https://trac.webkit.org/changeset/259578/webkit/))
- Updated `CanvasRenderingContext2D.drawImage` to ignore the EXIF orientation if the `image-orientation` is none ([r259567](https://trac.webkit.org/changeset/259567/webkit/))
- Updated `documentFragment.getElementById()` not work for empty-string IDs ([r259651](https://trac.webkit.org/changeset/259651/webkit/))
- Updated baseURL for a module script to be the response URL, not the request URL ([r260131](https://trac.webkit.org/changeset/260131/webkit/))

### Web Inspector

- Elements Tab
  - De-indented items in the Variables section in the Computed sidebar panel so that wrapped content doesn’t line up with `--` ([r260096](https://trac.webkit.org/changeset/260096/webkit/))
- Sources Tab
  - Added support for copying selected call frame(s) in the Call Stack section ([r259738](https://trac.webkit.org/changeset/259738/webkit/))
  - Added a “Step” button that continues execution to the next expression in the current call frame ([r260113](https://trac.webkit.org/changeset/260113/webkit/))
  - Treated comma sub-expressions as separate statements to provide more intuitive formatting, additional breakpoint opportunities, and better stepping functionality ([r259781](https://trac.webkit.org/changeset/259781/webkit/), [r259810](https://trac.webkit.org/changeset/259810/webkit/))
- Storage Tab
  - Provided a way to delete multiple `localStorage` or `sessionStorage` entries ([r259744](https://trac.webkit.org/changeset/259744/webkit/))
  - Allowed cookies to be set with no value ([r259842](https://trac.webkit.org/changeset/259842/webkit/))
  - Fixed an issue where cookies weren’t shown on pages that have subframes that have been denied access to cookies ([r259649](https://trac.webkit.org/changeset/259649/webkit/))
- Console Tab
  - Ensured that long strings are not truncated when passed to `console` functions ([r260091](https://trac.webkit.org/changeset/260091/webkit/))
- Search Tab
  - Added a setting that controls whether search field is populated with the current selection when using the global search shortcut ⇧⌘F ([r259748](https://trac.webkit.org/changeset/259748/webkit/))
- Miscellaneous
  - Increased the auto-inspect debugger timeout delay to account for slower networks/devices ([r259479](https://trac.webkit.org/changeset/259479/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)