Skip to contentSkip to footer

Experimental web platform features are not yet part of the official web platform specifications and are marked as “experimental” in Chromium.

Polypane ships with these features (and more) enabled by default. Other Chromium browsers let you enable these on a “flags” settings page.

Added in Chromium 147 current

  • CSS Text Decoration Skip Ink All
    CSSTextDecorationSkipInkAllchromestatus.com

    Add support for the `all` value for the CSS text-decoration-skip-ink property, as specified in https://drafts.csswg.org/css-text-decor-4/#text-decoration-skip-ink-property. The `text-decoration-skip-ink` property already supports `auto` and `none`. The `all` value extends this by unconditionally applying ink-skipping to all glyphs - including CJK characters - whereas `auto` leaves CJK characters un-skipped because ink-skipping tends to produce undesirable visual results for ideographic scripts at typical underline positions. With `text-decoration-skip-ink: all`, authors who have adjusted `text-underline-position` or `text-underline-offset` to avoid clashing with CJK glyphs can explicitly opt in to ink-skipping for those characters as well.

  • Document Patching
    DocumentPatchingchromestatus.com

    Stream HTML content out of order, and update an existing document with a stream of encoded "patches" that modify its existing content.

  • Document Policy In Dedicated Worker
    DocumentPolicyInDedicatedWorkerchromestatus.com

    Allows js-profiling in dedicated workers This feature enables the JavaScript Self‑Profiling (js-profiling) API in Dedicated Workers, while remaining gated by Document Policy. It allows developers to obtain low‑overhead CPU attribution for JavaScript execution in workers, with Document Policy support for workers tracked separately.

  • HTML Processing Instruction
    HTMLProcessingInstructionchromestatus.com

    Processing instructions (syntax: <?target data>) are an existing DOM construct, exposed in XML, that allows node objects that are not elements but can have some semantic meaning for the processing of a document. For example, they can be used to denote ranges for streaming or highlighting without requiring new DOM elements and changing the DOM structure as far as CSS is concerned, or as directives for the HTML parser about how to buffer and stream.

  • Lazy Load Video And Audio
    LazyLoadVideoAndAudiochromestatus.com

    Adds the loading attribute to <video> and <audio> elements, allowing developers to defer media resource loading until the element is near the viewport using loading="lazy". This matches the existing lazy loading behavior for <img> and <iframe> elements, improving page load performance and reducing data usage. CL: https://chromium-review.googlesource.com/c/chromium/src/+/7511253

  • Opaque Range

    OpaqueRange represents a live span of text within a form control’s value (for example, a <textarea> or text <input>), so developers can work with value text using range-like APIs. It enables operations like getBoundingClientRect(), getClientRects(), and use with the CSS Highlights API for UI such as inline suggestions, highlights, and anchored popovers. It preserves encapsulation by exposing only value offsets (and returning null for startContainer/endContainer), so DOM endpoints and internal structure aren’t exposed.

  • Profiler API For Dedicated Worker
    ProfilerAPIForDedicatedWorkerchromestatus.com

    Allows js-profiling in dedicated workers This feature enables the JavaScript Self‑Profiling (js-profiling) API in Dedicated Workers, while remaining gated by Document Policy. It allows developers to obtain low‑overhead CPU attribution for JavaScript execution in workers, with Document Policy support for workers tracked separately.

  • Programmatic Scroll Promise
    ProgrammaticScrollPromisechromestatus.com

    Web developers currently have no way to know when a programmatic smooth-scroll has completed. This feature provides a solution to the problem: make the programmatic scroll methods return Promise objects that get resolved on scroll completion.

  • Request Is Reload Navigation
    RequestIsReloadNavigationchromestatus.com

    Adds the read-only boolean attribute isReloadNavigation to the Fetch API's Request interface. This attribute indicates whether the current navigation request was initiated as a user-triggered reload (e.g., using the refresh button, location.reload(), or history.go(0)). This signal is primarily exposed on the Request object within a Service Worker's FetchEvent. https://chromium-review.googlesource.com/c/chromium/src/+/7137783

  • Suppress Pointer Stream After Drag
    SuppressPointerStreamAfterDragchromestatus.com

    According to the HTML spec, when a drag starts the user agent should send the appropriate events to the drag source to indicate that the pointer event stream has ended, and that it shouldn't expect any more events from this pointer [1]. This code had been partially implemented for mouse events and fully implemented for touch drags on Android. With the work in this feature, we aim to fully satisfy this spec requirement on all other platforms. Practically, this means that after a drag has started the drag source will now receive the `pointercancel`, `pointerout` and `pointerleave` events to indicate that the current event stream has finished. [1] Pointer event spec definition of pointer stream suppression: https://w3c.github.io/pointerevents/#suppressing-a-pointer-event-stream

  • Svg Path Length Css Property
    SvgPathLengthCssPropertychromestatus.com

    This change introduces a new CSS property, 'path-length', which maps to the existing SVG 'pathLength' presentation attribute. It applies to SVG geometry elements that support 'pathLength' (including <path>, <circle>, <rect>, <line>, <polyline>, <polygon>, and <ellipse>). Exposing 'pathLength' as a CSS property allows authors to specify it via stylesheets, inline styles, and animations, enabling it to participate in normal CSS cascading, specificity, transitions, and animations. The property affects all computations that depend on the total path length, including stroke dash rendering and text positioning along a <textPath>. CSS declarations override the presentation attribute following standard CSS precedence rules. The initial value of 'path-length' is 'none', which represents the absence of an author-supplied path length and is distinct from an explicit numeric value such as '0'. Existing attribute-only behavior is preserved when the feature is disabled.

New features in Chromium 147 without description
  • AI Summarization Performance Preference
    AISummarizationPerformancePreference
    CSSOM Get Computed Style Pseudo Element Requires Colon
    CSSOMGetComputedStylePseudoElementRequiresColon
    CSS Style Sheet Init Base URL
    CSSStyleSheetInitBaseURL
    CSS Text Transform Full Size Kana
    CSSTextTransformFullSizeKana
    CSS Text Transform Multi Keyword
    CSSTextTransformMultiKeyword
    Filterable Select
    FilterableSelect
    Geometry Utils
    GeometryUtils
    Geometry Utils For CSS Pseudo Element
    GeometryUtilsForCSSPseudoElement
    Pseudo Elements Hit Testable
    PseudoElementsHitTestable
    Pseudo Elements Hoverable
    PseudoElementsHoverable
    Route Matching
    RouteMatching
    Selectedcontent Spec
    SelectedcontentSpec
    Trusted Types Create Parser Options
    TrustedTypesCreateParserOptions
    WebMCP Form Associated Custom Elements
    WebMCPFormAssociatedCustomElements
    Web Socket Stream Standard Binary Chunk Type
    WebSocketStreamStandardBinaryChunkType

Added in Chromium 146 Polypane 28.0.3

  • Audio Context Playback Stats
    AudioContextPlaybackStatschromestatus.com

    This feature adds an AudioContext.playbackStats attribute which returns an AudioPlaybackStats object. This object provides audio playback statistics such as average latency, minimum/maximum latency, underrun duration, and underrun count. This API allows web applications to monitor audio playback quality and detect glitches. Note: This feature was previously tracked as AudioContext.playoutStats. It has been renamed to AudioContext.playbackStats to align with the final Web Audio API specification. The old name is supported as a deprecated alias for backward compatibility.

  • Margin Trim

    The `margin-trim` CSS property may be used to omit margins before or after the first or last child of a container. This is supported on regular block containers, in addition to flex, grid, and multicol containers. https://drafts.csswg.org/css-box-4/#margin-trim This is somewhat similar to the effect caused by the margin quirk that is applied to P, H1, H2... elements inside BODY and table cell elements (in quirks mode), but more powerful, generic, and expressive.

  • Module Preload Style Json
    ModulePreloadStyleJsonchromestatus.com

    Adds support for JSON and style module types as <link rel="modulepreload"> destinations. <link rel="modulepreload"> is already supported in Chromium (see https://chromestatus.com/feature/5762805915451392), but it currently only supports preloading script-like module scripts. This feature addresses a functionality gap, as JSON and CSS module scripts are supported in Chromium elsewhere but are not supported as <link rel="modulepreload"> destinations. Style modules can be preloaded with <link rel="modulepreload" as="style" href="..."> and JSON modules can be preloaded with <link rel="modulepreload" as="json" href="...">.

  • Web App Scope System Accent Color
    WebAppScopeSystemAccentColorchromestatus.com

    Currently, if the `accent-color` property for form controls are set to `auto`, they adopt the system accent color set by the user in their operating system. This happens in all contexts whether on the web or in an installed web application. Current feature state: https://chromestatus.com/feature/6548224737017856 AccentColor and AccentColorText CSS keywords, which also adopt the system accent color, pose a significant fingerprinting vector if exposed widely on the web. As such, they're currently planned to only be available in installed web app contexts. We want system accent color exposure to match across all vectors, so we should scope `accent-color: auto` to only be available in installed web app contexts as well. This introduces more consistent developer and user expectations for system colors and aligns with fingerprinting restrictions for AccentColor[Text].

  • Web Audio Configurable Render Quantum
    WebAudioConfigurableRenderQuantumchromestatus.com

    AudioContext and OfflineAudioContext now take an optional renderSizeHint, which allows users to ask for a particular render quantum size when an integer is passed, to use the default of 128 frames if nothing or "default" is passed, or to ask the User-Agent to pick a good render quantum size if "hardware" is specified.

  • Web Authentication Immediate Get
    WebAuthenticationImmediateGetchromestatus.com

    A new mode for navigator.credentials.get() that causes browser sign-in UI to be displayed to the user if there is a passkey or password for the site that is immediately known to the browser, or else rejects the promise with NotAllowedError if there is no such credential available. This allows the site to avoid showing a sign-in page if the browser can offer a choice of sign-in credentials that are likely to succeed, while still allowing a traditional sign-in page flow for cases where there are no such credentials.

New features in Chromium 146 without description
  • All Images Painted Sent To Element Timing
    AllImagesPaintedSentToElementTiming
    Audio Context Async State Transitions
    AudioContextAsyncStateTransitions
    CSS Contrast Color
    CSSContrastColor
    CSS Supports Named Feature Function
    CSSSupportsNamedFeatureFunction
    CSS Timeline Scope All
    CSSTimelineScopeAll
    Disable Ellipsis When Scrolled
    DisableEllipsisWhenScrolled
    Login Element
    LoginElement
    Long Animation Frame Style Duration
    LongAnimationFrameStyleDuration
    Navigate Event Defer Cross Document Commit
    NavigateEventDeferCrossDocumentCommit
    Progress Max Is Positive
    ProgressMaxIsPositive
    Svg Text Path Path Attribute
    SvgTextPathPathAttribute

Added in Chromium 145

  • Autofill Event
    AutofillEventchromestatus.com

    Autofill is a key feature of the web that reduces friction for millions of users everyday. But getting autofill to work reliably with dynamic forms across multiple implementations requires jumping through many hoops. This feature adds an "autofill" event that would allow developers to modify their forms to fit the autofilled data and let the browser know when they have done so.

  • Container Name Only
    ContainerNameOnlychromestatus.com

    A CSS query container can be queried based on its container-name only, and the container does not need any container-type set: <style> #container { container-name: --foo; } @container --foo { input { background-color: green; } } <style> <div id="container"> <div><input></div> </div> Previously, @container required some query in addition to the name.

  • CSS Grid Lanes Layout
    CSSGridLanesLayoutchromestatus.com

    CSS Grid-Lanes is a layout module where items of varying heights are arranged in columns, filling gaps to create a seamless grid, similar to a brick wall, perfect for accommodating elements with varying aspect ratios. Unlike CSS Grid, Grid-Lanes is better suited for one-dimensional flow layouts, like image galleries, where the focus is on filling the space efficiently rather than aligning items along both axes. Grid-Lanes provides greater design freedom, enabling the creation of dynamic, responsive layouts that adapt to content variations without the need for manual adjustments or a non-standard JavaScript implementation.

  • Navigate Event Add Handler On Precommit
    NavigateEventAddHandlerOnPrecommitchromestatus.com

    Currently when intercepting navigations with the `navigate` event, precommitHandlers and post-commit ordinary handlers are passed separately. This works well when there is only one or the other, but can be a bit clunky when the flow includes a precommitHandler that leads to a post-commit handler. This addition is a small ergonomic improvement that enables registering a post-commit handler while invoking a precommit handler.

  • Text Scale Meta Tag
    TextScaleMetaTagchromestatus.com

    Makes the root element's default font size scale in proportion to both the operating system's and browser's text scale setting. This allows pages that follow best practices around font-relative units (i.e. use rem and em for font sizes and page elements that should change with the user's text size preferences) to respect the user's OS-level text scale setting. This also causes the browser to disable existing browser-based mechanisms (i.e. full-page zoom on windows) and heuristics (i.e. text autosizing on mobile). Now web developers can signal to the browser that the page is constructed in a way (i.e. with rem and em) that will scale well across various user-selected font size preferences. Similar to env(preferred-text-scale), which provides authors with a way to access the text scale; this API extends that by enabling scaling via the root element's default font size and opting-out of automatic text scaling.

  • WebGPU Transient Attachment
    WebGPUTransientAttachmentchromestatus.com

    Functionality added to the WebGPU spec after its first shipment in a browser. A new TRANSIENT_ATTACHMENT GPUTextureUsage lets developers create attachments that allow render pass operations to stay in tile memory, avoiding VRAM traffic and potentially avoiding VRAM allocation for the textures.

New features in Chromium 145 without description
  • CSS Animation Iteration Composite
    CSSAnimationIterationComposite
    CSS Lang Extended Ranges
    CSSLangExtendedRanges
    Customizable Combobox
    CustomizableCombobox
    Performance Mark Custom User Timing From Subframe
    PerformanceMarkCustomUserTimingFromSubframe
    Set HTML Can Run Scripts
    SetHTMLCanRunScripts
    WebGPU Map Sync On Workers
    WebGPUMapSyncOnWorkers
    WebGPU Multithread Dawn Wire On Workers
    WebGPUMultithreadDawnWireOnWorkers
    XML Rust For Non Xslt
    XMLRustForNonXslt

Added in Chromium 144

  • Cookie Store API Max Age
    CookieStoreAPIMaxAgechromestatus.com

    Allows callers to specify a `maxAge` when setting a cookie with the Cookie Store API. Cookie expiry time is already configurable using the `expires` attribute, but `maxAge` provides a more idiomatic option and aligns the Cookie Store API with the options provided by `document.cookie` and the `Set-Cookie` HTTP Header.

  • Declarative CSS Modules
    DeclarativeCSSModuleschromestatus.com

    Declarative CSS Modules Scripts are an extension of the existing script-based CSS Module Scripts. They allow for developers to share declarative stylesheets with shadow roots, including declarative shadow roots. Developers can define inline style modules with <style type="module" specifier="foo"> and apply a declarative module to a declarative shadow DOM by referencing specifier or a URL, such as <template shadowrootmode="open" shadowrootadoptedstylesheets="foo">.

  • Emoji Monochrome Rendering
    EmojiMonochromeRenderingchromestatus.com

    This change updates Chromium’s emoji rendering behavior in Forced Colors Mode. During computed-value resolution, emoji whose font-variant-emoji value computes to normal or unicode are rendered using their monochrome glyphs when available. Chromium will therefore suppress color emoji rendering, which ensures emojis fully participate in the Forced Colors Mode pipeline and respect system high-contrast colors. Behavior outside forced colors mode is unchanged.

  • Gamepad Raw Input Change Event
    GamepadRawInputChangeEventchromestatus.com

    This proposal extends the Gamepad API with a new event-driven model that enables applications to receive gamepad input with lower latency. Instead of relying on frequent polling via navigator.getGamepads(), developers can now listen for a rawgamepadinputchange event, which fires whenever new input data is available from the device. This allows for more responsive input handling, particularly in latency-sensitive applications.

  • Install Element
    InstallElementchromestatus.com

    Allows a website to declaratively prompt users to install a web app. The element optionally accepts two attributes which allows installation of content from a different origin.

  • Prerender Activation By Form Submission
    PrerenderActivationByFormSubmissionchromestatus.com

    This extends speculation rules syntax to allow developers to specify the form_submission field for prerender. This field directs the browser to prepare the prerender as a form submission, so that it can be activated by real form submission navigations. Examples include a simple search form which results in a /search?q=XXX GET request navigation, support of which has been requested by web developers.

  • Prerender Until Script
    PrerenderUntilScriptchromestatus.com

    This extends speculation rules to introduce a new action called prerender_until_script. It is designed as an intermediate option between the existing prefetch (which only fetches the main document) and prerender (which fully renders the page and runs all scripts). This new action will fetch and parse a page, discover and download its subresources like images and stylesheets, but will pause all script execution. When the user navigates to the page, it activates, and all the deferred scripts are then executed in order. This allows for a near-instant page load for content-heavy sites without the performance cost or side effects of running analytics or third-party scripts prematurely.

  • User Media Element
    UserMediaElementchromestatus.com

    Usermedia Capability Element, is a declarative, user-activated control for accessing the starting and interacting with media streams. This addresses the long-standing problem of permission prompts being triggered directly from JavaScript without a strong signal of user intent. By embedding a browser-controlled element in the page, the user's click provides a clear, intentional signal. This enables a much better prompt UX and, crucially, provides a simple recovery path for users who have previously denied the permission. Note: This feature was previously developed and tested in an Origin Trial as the more generic <permission> element. Based on feedback from developers and other browser vendors, it has evolved into capability-specific elements to provide a more tailored and powerful developer experience.

New features in Chromium 144 without description
  • Cache Control RFC7234 Parsing
    CacheControlRFC7234Parsing
    Cache Control RFC7234 Parsing Metrics
    CacheControlRFC7234ParsingMetrics
    CSS Counter Reset Reversed
    CSSCounterResetReversed
    CSS List Counter Accounting
    CSSListCounterAccounting
    Hsts Top Level Navigations Only
    HstsTopLevelNavigationsOnly
    HTML Command For Scroll Commands
    HTMLCommandForScrollCommands
    Responsive Iframes
    ResponsiveIframes
    Scroll Timeline Named Range Scroll
    ScrollTimelineNamedRangeScroll
    Smaller Viewport Units
    SmallerViewportUnits
    Svg Partition SVG Document Resources In Memory Cache
    SvgPartitionSVGDocumentResourcesInMemoryCache
    Web Authentication Ui Mode
    WebAuthenticationUiMode
    WebGPU Immediates Feature
    WebGPUImmediatesFeature

Build your next project with Polypane

  • Use all features on all plans
  • On Mac, Windows and Linux
  • 14-day free trial – no credit card needed
Start Your Free Trial
Polypane UI