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

# Safari Technology Preview 100 Release Notes

Preview the latest web technology updates including: Web Inspector, Web Animations, WebAuthn, Media, Web API, CSS, WebRTC, JavaScript, and WebGL2.

## Overview

[Safari Technology Preview](https://webkit.org/blog/6017/introducing-safari-technology-preview/) Release 100 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 [254696-255473](https://trac.webkit.org/log?stop_rev=254696&rev=255473&limit=999).

### Web Inspector

- Added links to [Web Inspector Reference documentation](https://webkit.org/web-inspector/) ([r254730](https://trac.webkit.org/changeset/254730/webkit/))
- Renamed the Canvas Tab to be the Graphics Tab, and included basic information and graphical representations of all Web Animation objects that exist in the inspected page ([r255396](https://trac.webkit.org/changeset/255396/webkit/))
- Allowed developers to evaluate arbitrary JavaScript in isolated worlds created by Safari App Extensions via the execution context picker in the Console ([r255191](https://trac.webkit.org/changeset/255191/webkit/))

### Web Animations

- Added support for the `options` parameter to `getAnimations()` ([r255149](https://trac.webkit.org/changeset/255149/webkit/))
- Changed animations to run accelerated even if other animations targeting the same element are not accelerated ([r255383](https://trac.webkit.org/changeset/255383/webkit/))
- Fixed changing the delay of an accelerated animation to correctly seek ([r255422](https://trac.webkit.org/changeset/255422/webkit/))
- Fixed a leak of CSS Animations when removing its `animation-name` property ([r255371](https://trac.webkit.org/changeset/255371/webkit/))
- Separated setting a timeline’s current time from updating its animations ([r255260](https://trac.webkit.org/changeset/255260/webkit/))
- Updated all `DocumentTimeline` objects when updating animations ([r255141](https://trac.webkit.org/changeset/255141/webkit/))

### WebAuthn

- Fixed User Verification (UV) option present on a CTAP2 authenticatorMakeCredential while the authenticator has not advertised support for it ([r254710](https://trac.webkit.org/changeset/254710/webkit/))

### Media

- Added support for `allow="fullscreen"` feature policy ([r255162](https://trac.webkit.org/changeset/255162/webkit/))
- Changed EME to only emit an array of `persistent-usage-records` when more than one record is discovered ([r254896](https://trac.webkit.org/changeset/254896/webkit/))
- Corrected VTT Cue Style handling to match the specification ([r255151](https://trac.webkit.org/changeset/255151/webkit/), [r255227](https://trac.webkit.org/changeset/255227/webkit/))
- Fixed decoder glitches when watching videos on CNN.com ([r254761](https://trac.webkit.org/changeset/254761/webkit/))
- Fixed AirPlay placard not visible when AirPlay is entered in fullscreen mode ([r255103](https://trac.webkit.org/changeset/255103/webkit/))
- Fixed video sound sometimes continuing to play in page cache ([r254814](https://trac.webkit.org/changeset/254814/webkit/))
- Fixed HTMLMediaElement to not remove the media session at DOM suspension time ([r255116](https://trac.webkit.org/changeset/255116/webkit/))

### Web API

- Added finite timeout when synchronously terminating a service worker ([r254706](https://trac.webkit.org/changeset/254706/webkit/))
- Fixed `:matches()` to correctly combine with pseudo elements ([r255059](https://trac.webkit.org/changeset/255059/webkit/))
- Fixed automatic link replacement via “Smart links” to emit `insertLink` input events ([r254945](https://trac.webkit.org/changeset/254945/webkit/))
- Disabled Service Workers before terminating an unresponsive service worker process ([r255438](https://trac.webkit.org/changeset/255438/webkit/))
- Implemented “create a potential-CORS request” ([r254821](https://trac.webkit.org/changeset/254821/webkit/))
- Implemented transferable property of OffscreenCanvas ([r255315](https://trac.webkit.org/changeset/255315/webkit/))
- Improved performance speed of index records deletion in IndexedDB ([r255318](https://trac.webkit.org/changeset/255318/webkit/))
- Made pasteboard markup sanitization more robust ([r254800](https://trac.webkit.org/changeset/254800/webkit/))
- Used Visible Position to calculate Positions for highlights ([r254785](https://trac.webkit.org/changeset/254785/webkit/))

### CSS

- Fixed EXIF orientation ignored for some CSS images ([r254841](https://trac.webkit.org/changeset/254841/webkit/))
- Fixed elements no longer stay fixed with elastic overscroll ([r255037](https://trac.webkit.org/changeset/255037/webkit/))

### WebRTC

- Added support for `MediaRecorder.requestData` ([r255085](https://trac.webkit.org/changeset/255085/webkit/))

### JavaScript

- Fixed DateMath to accept more ISO-8601 timezone designators even if they are not included in ECMA262 to produce expected results in the wild code ([r254939](https://trac.webkit.org/changeset/254939/webkit/))

### WebGL2

- Implemented sub-source `texImage2D` and `texSubImage2D` ([r255316](https://trac.webkit.org/changeset/255316/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)