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

# Safari Technology Preview 129 Release Notes

Preview the latest web technology updates including: Web Inspector, CSS, Scrolling, Rendering, WebAssembly, Web API, Platform Features, IndexedDB, Media, WebGL, and WebCrypto.

## Overview

[Safari Technology Preview](https://webkit.org/blog/6017/introducing-safari-technology-preview/) Release 129 is now [available for download](https://webkit.org/downloads/) for macOS Big Sur and betas 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 [279264-279831](https://trac.webkit.org/log?stop_rev=279264&rev=279831&limit=999).

**Note:** On macOS Big Sur, this release requires enabling **GPU Process: Media** option from **Experimental Features** under the **Develop** menu to address issues with streaming services.

### Web Inspector

- Added contextual documentation for CSS properties ([r279510](https://trac.webkit.org/changeset/279510/webkit/))
- Changed the sidebar panel and navigation bar to layout asynchronously during resize ([r279790](https://trac.webkit.org/changeset/279790/webkit/))
- Elements Tab
  \t* Fixed Details sidebar navigation items wrapping to a second line ([r279613](https://trac.webkit.org/changeset/279613/webkit/))
  \t* Added support for function value completions in the Styles sidebar ([r279422](https://trac.webkit.org/changeset/279422/webkit/))
  \t* Autocomplete `var()` and `attr()` values in the Styles sidebar ([r279502](https://trac.webkit.org/changeset/279502/webkit/))
- Sources Tab
  \t* Fixed the Scope Chain sidebar panel to not strip repeating whitespace from strings ([r279294](https://trac.webkit.org/changeset/279294/webkit/))

### CSS

- Changed to not clamp flex base size with `min-height`, `max-height`, `min-width`, and `max-width` ([r279271](https://trac.webkit.org/changeset/279271/webkit/))
- Changed `:link` and `:visited` pseudo-class selectors to not match `<link>` elements ([r279818](https://trac.webkit.org/changeset/279818/webkit/))
- Changed to match the CSS specification which prohibits numbers with a trailing decimal point (e.g. “1.px”) ([r279429](https://trac.webkit.org/changeset/279429/webkit/))
- Fixed the CSS parser “consume declaration” algorithm to handle whitespace correctly ([r279358](https://trac.webkit.org/changeset/279358/webkit/))
- Fixed CSS style sheets loaded by HTMLLinkElement to fall back correctly when the charset is an invalid encoding name ([r279383](https://trac.webkit.org/changeset/279383/webkit/))
- Improved computation of intrinsic sizes of flex items with aspect ratio ([r279286](https://trac.webkit.org/changeset/279286/webkit/))
- Included container’s writing mode to get grid item’s margin ([r279278](https://trac.webkit.org/changeset/279278/webkit/))
- Unprefixed `:autofill` pseudo-class ([r279457](https://trac.webkit.org/changeset/279457/webkit/))

### Scrolling

- Changed `scroll-snap-align` to use the box’s `writing-mode` when the box is larger than the snap-port ([r279714](https://trac.webkit.org/changeset/279714/webkit/))
- Fixed CSS scroll snap to allow scrolling to the middle of snap areas that overflow the snap-port ([r279364](https://trac.webkit.org/changeset/279364/webkit/))
- Fixed layouts during scroll causing jittery scrolling when dragging the scrollbar ([r279564](https://trac.webkit.org/changeset/279564/webkit/))

### Rendering

- Added support for rendering `<model>` resources ([r279451](https://trac.webkit.org/changeset/279451/webkit/))
- Fixed the scrollbar being hidden when the scroller has a negative `z-index` child ([r279748](https://trac.webkit.org/changeset/279748/webkit/))

### WebAssembly

- Added support for `(ref null? $t)` type constructor ([r279265](https://trac.webkit.org/changeset/279265/webkit/))

### Web API

- Fixed `ReadableStream.getReader` to throw a proper exception when the parameter is of the wrong type ([r279472](https://trac.webkit.org/changeset/279472/webkit/))
- Fixed `'data:application/javascript'` URLs for Worker ([r279602](https://trac.webkit.org/changeset/279602/webkit/))
- Fixed WebGL `toDataURL` image being upside down if `premultipliedAlpha=false` ([r279424](https://trac.webkit.org/changeset/279424/webkit/))

### Platform Features

- Fixed extraneous spaces when copying or translating Chinese and Japanese in Live Text ([r279609](https://trac.webkit.org/changeset/279609/webkit/))
- Fixed misaligned Live Text selection on some images ([r279751](https://trac.webkit.org/changeset/279751/webkit/))

### IndexedDB

- Fixed transaction to be inactive during structured clone ([r279686](https://trac.webkit.org/changeset/279686/webkit/))
- Fixed `IDBIndex.keyPath` to keep returning the same object ([r279669](https://trac.webkit.org/changeset/279669/webkit/), [r279683](https://trac.webkit.org/changeset/279683/webkit/))

### Media

- Fixed WebM loads hanging if the server sends only small amount of data ([r279375](https://trac.webkit.org/changeset/279375/webkit/))
- Fixed `SourceBuffer.abort()` to go back to state `WAITING_FOR_SEGMENT` properly ([r279542](https://trac.webkit.org/changeset/279542/webkit/))

### WebGL

- Fixed WebGL content to be able to use the discrete GPU ([r279303](https://trac.webkit.org/changeset/279303/webkit/))

### WebCrypto

- Added support for Elliptic Curve P-521 ([r279688](https://trac.webkit.org/changeset/279688/webkit/))
- Fixed `deriveBits()` failing if the length is not a multiple of 8 for ECDH algorithm ([r279723](https://trac.webkit.org/changeset/279723/webkit/))
- Fixed `SubtleCrypto` to only be exposed to secure contexts ([r279642](https://trac.webkit.org/changeset/279642/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)