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

# Safari Technology Preview 144 Release Notes

Preview the latest web technology updates including: Web Inspector, CSS, Web Animations, JavaScript, WebAuthn, Web API, Accessibility, Media, Security Policy, and Web Extensions.

## Overview

[Safari Technology Preview](https://webkit.org/blog/6017/introducing-safari-technology-preview/) Release 144 is now [available for download](https://webkit.org/downloads/) for macOS Big Sur and of macOS Monterey. 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 [291506-291957](https://trac.webkit.org/log?stop_rev=291506&rev=291957&limit=451). This release of Safari Technology Preview does not support versions of macOS Monterey prior to 12.3. Please update to macOS Monterey 12.3 or later to continue using Safari Technology Preview.

**Note:** Tab Groups do not sync in this release.

### Web Inspector

- Fixed page reloading and showing an empty inspector on pages with container queries ([r291824](https://trac.webkit.org/changeset/291824/webkit/))
- Elements Tab
  - Fixed `$0` not being displayed for the selected node after switching to another tab ([r291729](https://trac.webkit.org/changeset/291729/webkit/))
  - Fixed unwanted extra dash when autocompleting CSS variable names in the Styles panel ([r291740](https://trac.webkit.org/changeset/291740/webkit/))
  - Fixed inline swatch popovers not being hidden when the inline swatch is removed ([r291628](https://trac.webkit.org/changeset/291628/webkit/))
- Console Tab
  - Fixed `console.screenshot` to no longer have extra transparent pixels at the bottom of viewport screenshots ([r291519](https://trac.webkit.org/changeset/291519/webkit))

### CSS

- Added Typed OM support for container units ([r291524](https://trac.webkit.org/changeset/291524/webkit/))
- Fixed CSS cascade regarding logical properties ([r291546](https://trac.webkit.org/changeset/291546/webkit/))
- Fixed incorrect handling of NaN inside `calc()` for top-level calculation ([r291911](https://trac.webkit.org/changeset/291911/webkit/))
- Let `revert-layer` roll back to presentational hints ([r291594](https://trac.webkit.org/changeset/291594/webkit/))
- Implemented `border-image` serialization ([r291537](https://trac.webkit.org/changeset/291537/webkit/))
- Preserved `repeat()` notation when serializing grid-templates ([r291956](https://trac.webkit.org/changeset/291956/webkit/))
- Reduce memory usage for large, sparse grids ([r291952](https://trac.webkit.org/changeset/291952/webkit/))
- Handled finite value with infinite step in `round()` for `calc()` ([r291841](https://trac.webkit.org/changeset/291841/webkit/))
- Fixed incorrect resolution of percentage grid-gaps within subgrids ([r291953](https://trac.webkit.org/changeset/291953/webkit/))

### Web Animations

- Enabled support for mutable timelines by default ([r291868](https://trac.webkit.org/changeset/291868/webkit/))

### JavaScript

- Changed `Date.parse` to stop returning numbers with fractional part ([r291603](https://trac.webkit.org/changeset/291603/webkit/))
- Fixed class field initializer with extra parentheses ([r291577](https://trac.webkit.org/changeset/291577/webkit/))

### WebAuthn

- Added `getAssertion` support for virtual HID authenticators ([r291624](https://trac.webkit.org/changeset/291624/webkit/))
- Specified correct `ASCPublicKeyCredentialKind` in `configureAssertionOptions` ([r291761](https://trac.webkit.org/changeset/291761/webkit/))
- Updated to pass along timeout to ASA and ignore timeout for conditional mediation requests ([r291625](https://trac.webkit.org/changeset/291625/webkit/))

### Web API

- Added support for focused and visible ServiceWorkerWindowClient states ([r291888](https://trac.webkit.org/changeset/291888/webkit/))
- Added a check for whether the origin can access storage in the Storage API ([r291726](https://trac.webkit.org/changeset/291726/webkit/))
- Disabled custom storage paths for IndexedDB and LocalStorage by default ([r291909](https://trac.webkit.org/changeset/291909/webkit/))
- Fixed `PointerEvent.movementX` to not always be 0 ([r291886](https://trac.webkit.org/changeset/291886/webkit/))
- Fixed Context2D `drawImage(img, x, y, w, h)` to not throw `IndexSizeError` when width or height are 0 ([r291748](https://trac.webkit.org/changeset/291748/webkit/))
- Fixed fetching a Blob URL with an unbounded Range header to correctly generate a `Content-Range` response header ([r291622](https://trac.webkit.org/changeset/291622/webkit/))
- Implemented `CSSNumericValue.mul`, `CSSNumericValue.div`, `CSSNumericValue.add`, `CSSNumericValue.sub`, `CSSNumericValue.max`, and `CSSNumericValue.min` ([r291597](https://trac.webkit.org/changeset/291597/webkit/))
- Implemented `ServiceWorkerWindowClient.focus` ([r291938](https://trac.webkit.org/changeset/291938/webkit/))

### Accessibility

- Included initial accessibility support for `display: contents` ([r291570](https://trac.webkit.org/changeset/291570/webkit/))

### Media

- Fixed a bug where clicking anywhere on the progress bar pauses some MSE video implementations ([r291629](https://trac.webkit.org/changeset/291629/webkit/))
- Fixed video playback for HEVC-encoded video with a lot of b-frames and a wide sliding window ([r291813](https://trac.webkit.org/changeset/291813/webkit/))

### Security Policy

- Fixed website policies not being respected when doing COOP-based process swap ([r291606](https://trac.webkit.org/changeset/291606/webkit/))

### Web Extensions

- Fixed a crash clicking on Safari App Extension toolbar items

---

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)