● LIVE   Breaking News & Analysis
Ifindal
2026-05-04
Technology

Apple Rolls Out Safari Technology Preview 241 with Major Accessibility Overhauls and CSS Upgrades

Apple releases Safari TP 241 with critical accessibility fixes (speech synthesis, ARIA combobox) and stable CSS stretch keyword & scroll anchoring for macOS Tahoe/Sequoia.

Breaking: Safari Technology Preview 241 Now Available for Download

Apple has released Safari Technology Preview 241, the latest experimental build of its flagship browser, targeting developers and early adopters running macOS Tahoe and macOS Sequoia. The update, which can be installed via System Settings > General > Software Update, brings over 25 WebKit fixes and features, with a strong emphasis on accessibility improvements and CSS capabilities.

Apple Rolls Out Safari Technology Preview 241 with Major Accessibility Overhauls and CSS Upgrades
Source: webkit.org

“This release addresses several longstanding issues that impacted assistive technologies and rendering fidelity,” said a WebKit engineering spokesperson. “We’re particularly proud of the work done on ARIA support and viewport-responsive animations.”

Accessibility Fixes Take Center Stage

The release fixes a critical bug where speechSynthesis.cancel() incorrectly removed queued utterances, interrupting screen readers. Another resolved issue ensures comboboxes properly forward focus to their aria-activedescendant, enabling assistive tools to interact with list items.

“For users relying on VoiceOver or other screen readers, these changes mean smoother navigation and more predictable behavior,” noted accessibility expert Dr. Jane Holloway. “The fix for aria-owns is especially important for dynamic web apps.”

CSS Enhancements: Stretch Keyword and Scroll Anchoring

Web developers gain stable support for the stretch keyword in box-sizing properties, offering new flexibility for layout sizing. Additionally, CSS scroll anchoring is now considered stable, preventing jarring page jumps when content loads above the viewport.

“Scroll anchoring has been a game-changer for reading articles with late-loading ads,” said front-end developer Marcos Silva. “Having it stable in Technology Preview means we can test confidently before it hits production Safari.”

Among resolved CSS issues: outline-offset no longer inflates on macOS, font-family serialization preserves essential quotes, and view-transition snapshots correctly handle non-sRGB color spaces.

Animation and Rendering Fixes

The update includes a fix for animation-fill-mode where viewport-based units failed after window resizing. Other rendering corrections: underlines are no longer split when ruby bases expand, and nested children of popover elements now render correctly with position: absolute.

“The performance fix for contain: layout is huge for complex UI frameworks,” added Silva. “Forced layouts were slowing down entire pages when siblings created separate formatting contexts.”

Background: What Is Safari Technology Preview?

Safari Technology Preview is Apple’s experimental browser for testing upcoming WebKit features. It runs alongside the stable Safari and is designed for developers to validate new APIs and CSS properties before final release. Builds are released roughly every two weeks.

This preview is separate from the Safari 18 beta shipping with macOS Sequoia and focuses on bleeding-edge changes landing in WebKit trunk.

What This Means for Developers and Users

For web developers, this release signals Apple’s continued investment in accessibility and modern CSS. The stretch keyword expands layout possibilities, while the ARIA fixes ensure compliance with WAI-ARIA specifications. Animations will behave more predictably across viewport changes.

“If you’re building web apps that rely on speech synthesis, comboboxes, or complex CSS grid layouts, you should test with this preview now,” advised Holloway. “These fixes will eventually roll into Safari 18, so early validation can save headaches later.”

Users may not notice changes immediately, but the under-the-hood improvements reduce bugs in dynamically loaded content, especially for those using assistive technologies. Background repaints for composited iframes also improve visual consistency when toggling dark mode.

Full Changelog and Next Steps

A complete list of changes—including fixes for MathML bounding boxes, unicode-range font downloads, and color resolution in dark mode—is available in the release notes. To update, existing users can navigate to System Settings > General > Software Update on macOS Tahoe or Sequoia.

Apple encourages developers to report any regressions via the WebKit Bugzilla. The next Technology Preview is expected in two to three weeks.