# Google Chrome 152
- Product: Google Chrome (https://whatsnew.fyi/product/google-chrome)
- Vendor: Google
- Date: 2026-08-25
- Version: 152
- Original notes: https://developer.chrome.com/release-notes/152
- Permalink: https://whatsnew.fyi/product/google-chrome/releases/152
What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog.
Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'.
---
- **added** — Support for CSSPseudoElement on ::backdrop, ::scroll-marker, and ::view-transition pseudo-elements
- **added** — Relative alpha colors using the CSS Color 5 alpha() function to modify only the alpha channel of an origin color
- **added** — window-drag CSS property to designate draggable window title bar areas in installed desktop web apps
- **added** — Expose the autocorrect global HTML attribute to control autocorrection in editable elements
- **added** — OpaqueRange API to work with value text in form controls using range-like APIs
- **added** — Reference Target for cross-root ARIA to forward ID attributes to elements inside shadow DOM while maintaining encapsulation
- **added** — Notification attribution for PWAs on macOS to display notifications with the PWA's own name and icon
- **added** — Sub apps for Isolated Web Apps to create multiple apps under a single IWA installation
- **added** — Unframed display mode for Isolated Web Apps to remove standard window borders and title bars
- **added** — CPU Performance API to allow web applications to determine the CPU performance tier of a user's device
- **added** — Connection Allowlists to restrict connections initiated through the Fetch API based on server-distributed authorized endpoint lists
- **removed** — Chrome no longer supports the requireInteraction field for notifications on macOS PWAs
Stable release date: August 25th, 2026
Unless otherwise noted, the following changes apply to Chrome 152 stable channel release for Android, ChromeOS, Linux, macOS, and Windows.
##### CSS and UI
###### CSSPseudoElement support for ::backdrop, ::scroll-marker, and ::view-transition
Support for CSSPseudoElement, previously defined for ::after, ::before, and ::marker, extends to include several new pseudo-elements:
- ::backdrop: Helps close a dialog when the backdrop is clicked without interfering with clicks inside the dialog content, eliminating the need for complex intersection logic to determine where the click occurred.
- ::scroll-marker: Used to collect click statistics.
- ::view-transition: Paves the way to supporting geometry-aware view transitions and intercepting a view transition mid-flight to start a new transition.
ChromeStatus.com entry | Spec
###### Relative alpha colors (CSS Color 5 alpha() function)
Relative alpha colors reference an origin color and modify only the alpha channel, letting developers set transparency relative to an existing color value.
Tracking bug #492246715 | ChromeStatus.com entry | Spec
###### window-drag CSS property
The window-drag CSS property lets web content designate regions of an installed desktop web app UI that behave as draggable window title bar areas. When applied, pointer interactions such as click-and-drag move the top-level application window rather than triggering normal page interaction. This feature standardizes and renames the existing app-region CSS property, changes its value names to move and none, and adds explicit inheritance behavior.
Tracking bug #477608113 | ChromeStatus.com entry | Spec
##### DOM and HTML
###### Expose the autocorrect global HTML attribute
The HTML autocorrect attribute lets web authors control whether autocorrection applies to user input in editable elements including ,