# Chrome Canary

Chrome Canary is Chrome's daily, most experimental release channel for testing early-stage features and changes with developers and real users.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## The experimental CSS border-shape property for non-rectangular elements

DevFeed: [The experimental CSS border-shape property for non-rectangular elements](<https://devfeed.tech/articles/border-shape-the-future-of-the-non-rectangular-web-28777.md>)

Original publisher: [Read original article](<https://una.im/border-shape/>)

Published: 2026-02-19T00:00:00Z

Content type: tutorial

Language: en

Sources: [Una Kravets](<https://devfeed.tech/sources/una-kravets.md>)

Topics: [CSS](<https://devfeed.tech/topics/css.md>), [Web platform](<https://devfeed.tech/topics/web-platform.md>), [Chrome Canary](<https://devfeed.tech/topics/chrome-canary.md>), [browser](<https://devfeed.tech/topics/browser.md>)

Tags: [chrome-canary](<https://devfeed.tech/tags/chrome-canary.md>), [code](<https://devfeed.tech/tags/code.md>), [css](<https://devfeed.tech/tags/css.md>), [demo](<https://devfeed.tech/tags/demo.md>), [experimental](<https://devfeed.tech/tags/experimental.md>), [property](<https://devfeed.tech/tags/property.md>), [syntax](<https://devfeed.tech/tags/syntax.md>), [web-platform](<https://devfeed.tech/tags/web-platform.md>)

### AI overview

This article introduces the experimental CSS border-shape property, which defines custom border geometry for non-rectangular elements. It explains how backgrounds, borders, outlines, and shadows follow the new shape, compares it with border-radius, and demonstrates creating tooltips with a fallback.

### Source excerpt

Learn about new geometry capabilities with this game-changing experimental CSS feature.

## Google Chrome will soon let you follow your favorite websites

DevFeed: [Google Chrome will soon let you follow your favorite websites](<https://devfeed.tech/articles/google-chrome-will-soon-let-you-follow-your-favorite-websites-9009.md>)

Original publisher: [Read original article](<https://www.xda-developers.com/chrome-canary-android-experiment-follow-button/>)

Author: Kishan Vyas

Published: 2021-05-19T13:27:37Z

Content type: news

Language: en

Sources: [XDA - RSS](<https://devfeed.tech/sources/xda-rss.md>)

Topics: [Google Chrome](<https://devfeed.tech/topics/google-chrome.md>), [Chrome Canary](<https://devfeed.tech/topics/chrome-canary.md>), [RSS Feed](<https://devfeed.tech/topics/rss-feed.md>), [Android](<https://devfeed.tech/topics/android.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [blog](<https://devfeed.tech/tags/blog.md>), [chrome-canary](<https://devfeed.tech/tags/chrome-canary.md>), [follow](<https://devfeed.tech/tags/follow.md>), [google](<https://devfeed.tech/tags/google.md>), [google-chrome](<https://devfeed.tech/tags/google-chrome.md>), [google-i-o-2021](<https://devfeed.tech/tags/google-i-o-2021.md>), [new-feature](<https://devfeed.tech/tags/new-feature.md>), [rss](<https://devfeed.tech/tags/rss.md>), [xda-news-brief](<https://devfeed.tech/tags/xda-news-brief.md>)

### AI overview

Google Chrome is testing a Follow button in Chrome Canary for Android that lets users subscribe to websites. Updates from followed sites will appear in a Following section on the New Tab page, using RSS feeds to retrieve new content.

### Source excerpt

Google Chrome for Android is experimenting with a new feature that will let you subscribe to RSS feed of your favorite websites.

## Using createImageBitmap to reduce image-decoding jank

DevFeed: [Using createImageBitmap to reduce image-decoding jank](<https://devfeed.tech/articles/the-hack-is-back-39441.md>)

Original publisher: [Read original article](<https://aerotwist.com/blog/the-hack-is-back>)

Author: Paul Lewis

Published: 2016-01-25T00:00:00Z

Content type: article

Language: en

Sources: [Paul Lewis](<https://devfeed.tech/sources/paul-lewis.md>)

Topics: [Decoding](<https://devfeed.tech/topics/decoding.md>), [browser](<https://devfeed.tech/topics/browser.md>), [Canvas](<https://devfeed.tech/topics/canvas.md>), [Chrome Canary](<https://devfeed.tech/topics/chrome-canary.md>), [Firefox](<https://devfeed.tech/topics/firefox.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>)

Tags: [browser](<https://devfeed.tech/tags/browser.md>), [canvas](<https://devfeed.tech/tags/canvas.md>), [chrome-canary](<https://devfeed.tech/tags/chrome-canary.md>), [decoding](<https://devfeed.tech/tags/decoding.md>), [firefox](<https://devfeed.tech/tags/firefox.md>), [images](<https://devfeed.tech/tags/images.md>), [jank](<https://devfeed.tech/tags/jank.md>), [main-thread](<https://devfeed.tech/tags/main-thread.md>), [perf](<https://devfeed.tech/tags/perf.md>), [pixel](<https://devfeed.tech/tags/pixel.md>)

### AI overview

The article explains how image decoding can block other paint tasks and cause checkerboarding or jank. It introduces createImageBitmap as a browser-managed way to decode images off the main paint flow, noting availability in Chrome Canary behind an experimental canvas flag and in Firefox 42 onward.

### Source excerpt

Image decoding can be a source of checkboarding and jank. What if there was a way to work around it without resorting to a cluster of horror hacks? Step right up and meet my new friend createImageBitmap!

## Why I'm Excited About Native CSS Variables

DevFeed: [Why I'm Excited About Native CSS Variables](<https://devfeed.tech/articles/why-i-m-excited-about-native-css-variables-29535.md>)

Original publisher: [Read original article](<https://philipwalton.com/articles/why-im-excited-about-native-css-variables/>)

Published: 2015-12-06T20:43:53Z

Content type: opinion

Language: en

Sources: [Philip Walton](<https://devfeed.tech/sources/philip-walton.md>)

Topics: [CSS](<https://devfeed.tech/topics/css.md>), [Web platform](<https://devfeed.tech/topics/web-platform.md>), [Chrome Canary](<https://devfeed.tech/topics/chrome-canary.md>), [Sass](<https://devfeed.tech/topics/sass.md>), [Chrome](<https://devfeed.tech/topics/chrome.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>)

Tags: [chrome-canary](<https://devfeed.tech/tags/chrome-canary.md>), [css](<https://devfeed.tech/tags/css.md>), [experimental](<https://devfeed.tech/tags/experimental.md>), [feature](<https://devfeed.tech/tags/feature.md>), [platform](<https://devfeed.tech/tags/platform.md>), [sass](<https://devfeed.tech/tags/sass.md>), [web](<https://devfeed.tech/tags/web.md>), [web-platform](<https://devfeed.tech/tags/web-platform.md>)

### AI overview

The article argues that native CSS Custom Properties are fundamentally different from Sass variables. It explains that Custom Properties are dynamic CSS properties scoped to the DOM, enabling capabilities and design patterns that preprocessors cannot provide, while suggesting that developers may use both approaches together.

### Source excerpt

A few weeks ago CSS variables--more accurately known as CSS Custom Properties--shipped in Chrome Canary behind the Experimental Web Platform Features flag.[1] When Chrome engineer Addy Osmani first tweeted about the release, he was met with a surprising amount of negativity, hostility, and skepticism. At least, it was surprising to me, given how excited I am about this feature.

## Chrome Canary for Developers

DevFeed: [Chrome Canary for Developers](<https://devfeed.tech/articles/chrome-canary-for-developers-21671.md>)

Original publisher: [Read original article](<https://paulirish.com/2012/chrome-canary-for-developers/>)

Author: Paul Irish

Published: 2012-11-02T15:16:00Z

Content type: article

Language: en

Sources: [Paul Irish](<https://devfeed.tech/sources/paul-irish.md>)

Topics: [Chrome Canary](<https://devfeed.tech/topics/chrome-canary.md>), [Chrome](<https://devfeed.tech/topics/chrome.md>), [Front end](<https://devfeed.tech/topics/frontend.md>), [Chromium](<https://devfeed.tech/topics/chromium.md>), [Developer Tools](<https://devfeed.tech/topics/developer-tools.md>), [Web platform](<https://devfeed.tech/topics/web-platform.md>), [Instrumentation](<https://devfeed.tech/topics/instrumentation.md>), [shaders](<https://devfeed.tech/topics/shaders.md>), [WebRTC](<https://devfeed.tech/topics/webrtc.md>)

Tags: [chrome](<https://devfeed.tech/tags/chrome.md>), [chrome-canary](<https://devfeed.tech/tags/chrome-canary.md>), [chromium](<https://devfeed.tech/tags/chromium.md>), [developer](<https://devfeed.tech/tags/developer.md>), [developers](<https://devfeed.tech/tags/developers.md>), [experimental](<https://devfeed.tech/tags/experimental.md>), [front-end](<https://devfeed.tech/tags/front-end.md>), [install](<https://devfeed.tech/tags/install.md>), [instrumentation](<https://devfeed.tech/tags/instrumentation.md>), [jpeg](<https://devfeed.tech/tags/jpeg.md>), [linux](<https://devfeed.tech/tags/linux.md>), [mac](<https://devfeed.tech/tags/mac.md>), [shaders](<https://devfeed.tech/tags/shaders.md>), [update](<https://devfeed.tech/tags/update.md>), [web-platform](<https://devfeed.tech/tags/web-platform.md>), [webrtc](<https://devfeed.tech/tags/webrtc.md>), [windows](<https://devfeed.tech/tags/windows.md>)

### AI overview

The article recommends Chrome Canary for front-end developers who use Chrome as their development browser. It highlights daily builds, early DevTools and web platform features, experimental capabilities, side-by-side installation with Chrome Stable, and the value of monitoring upcoming changes before they reach stable users.

### Source excerpt

If you do front-end web development and already use Chrome as your development browser, I encourage you to use Chrome Canary. A new Chrome Canary build is available daily (we cut at 2am PST and take the best of last 40 revisions, to be specific). Running fresh builds gives you great goodies to look forward: Chrome DevTools features $_ (for the Console's most recently evaluated result) Styled console logs (see The Breakpoint ep #2) JPEG decoding time instrumentation in Timeline Lots more: read Beverloo's WebKit updates and the Web Inspector commits RSS feed Features for the web platform HTML5 Rocks, peter.sh, and @chromiumdev are wise news sources for this. CSS Shaders, holla! Large, experimental features (go visit about:flags) Right now, there's exciting stuff like Web Component's Shadow DOM, WebRTC's Peer Connection, and more. Canary runs side by side The other reason why Canary is great is because it can run side-by-side with your other Chrome install. In fact this is why the URL for Canary's download page is "sxs". I recommend running Chrome Stable and Canary. That's how most of the Chrome Developer Relations team does it. You never need to update your browser, you can watch the new stuff coming at you (and file bugs if it breaks) and still see what your users see. 11 Weeks From Canary to 310M Users Fun fact: when a feature lands in Canary, it's only a short 11 week trip down to shipping to all 300+ million Chrome users on stable. That is, as long as everything is on schedule and the feature doesn't need to bake a little longer on dev channel before making its way down. Given that, it's a smart move as a dev team to watch as features (and sometimes bugs) trickle down to have time to adapt. When a new stable Chrome is ready, all users will have it within just a few days. Canary is available for Mac and Windows, but sadly not Linux. :( But luckily there are packages that track the dev channel Chromium that'll keep you up to date on a weekly basis, so you can have a