layout | title | permalink | full_image | bg |
---|---|---|---|---|
page |
Enable |
/enable/ |
project_header/icon-beaker.svg |
e2e1b9 |
[pull-quotes]: {{ site.baseurl }}/pull-quotes/ "Pull Quotes" [drop-caps]: {{ site.baseurl }}/drop-caps/ "Drop Caps" [shapes]: {{ site.baseurl }}/shapes/ "Shapes" [regions]: {{ site.baseurl }}/regions/ "Regions" [clipping-and-masking]: {{ site.baseurl }}/clipping-and-masking/ "Clipping & Masking" [captions]: {{ site.baseurl }}/captions/ "Captions" [blend-modes]: {{ site.baseurl }}/blend-modes/ "Blend Modes" [filter-effects]: {{ site.baseurl }}/filter-effects/ "Filter Effects" [web-extensions]: {{ site.baseurl }}/web-extensions/ "Web Extensions"
Many of the features we are actively implementing can be used today in various browsers:
Features are enabled by default on iOS 8 Safari and do not require a flag.
- [Shapes][shapes]
- [Regions][regions]
- [Blend Modes][blend-modes]
- Canvas Paths
- [Clipping & Masking][clipping-and-masking]
- [Filter Effects][filter-effects]
Features are enabled by default on iOS 7 Safari and do not require a flag.
- [Regions][regions]
- Canvas Paths
- [Clipping & Masking][clipping-and-masking]
- [Filter Effects][filter-effects]
Features are enabled by default on Desktop Safari 6.2 and 7.1 and do not require a flag.
- [Shapes][shapes]
- [Regions][regions]
- [Blend Modes][blend-modes]
- Canvas Paths
- [Clipping & Masking][clipping-and-masking]
- [Filter Effects][filter-effects]
WebKit Nightly builds can be downloaded from the WebKit Nightly page{:target="_blank"}. Features are enabled by default and do not require a flag.
- [Shapes][shapes]
- [Regions][regions]
- [Blend Modes][blend-modes]
- Canvas Paths
- [Clipping & Masking][clipping-and-masking]
- [Filter Effects][filter-effects]
Chrome can be downloaded from the Google Chrome page{:target="_blank"}.
- [Shapes][shapes]
- [Blend Modes][blend-modes]
- Canvas Paths
- [Clipping & Masking][clipping-and-masking]
- [Filter Effects][filter-effects]
- Copy and paste
chrome://flags/#enable-experimental-web-platform-features
into the address bar, then press enter. - Click the 'Enable' link within that section.
- Click the 'Relaunch Now' button at the bottom of the browser window.
Note: Multiple features can be enabled before relaunching.
Chrome Canary builds can be downloaded from the Google Chrome Canary page{:target="_blank"}.
- [Shapes][shapes]
- [Blend Modes][blend-modes]
- Canvas Paths
- [Clipping & Masking][clipping-and-masking]
- [Filter Effects][filter-effects]
- Copy and paste
chrome://flags/#enable-experimental-web-platform-features
into the address bar, then press enter. - Click the 'Enable' link within that section.
- Click the 'Relaunch Now' button at the bottom of the browser window.
Note: Multiple features can be enabled before relaunching.
Firefox can be downloaded from the Firefox download page{:target="_blank"}. Features are enabled by default and do not require a flag.
- [Blend Modes][blend-modes]
- [Custom Properties][web-extensions]
Firefox Nightly can be downloaded from the Firefox nightly builds page{:target="_blank"}.
- [Blend Modes][blend-modes]
- [Custom Properties][web-extensions]
- [Filter Effects][filter-effects]
- Copy and paste
about:config
into the address bar, then press enter. - Click the button that says "I'll be careful, I promise!".
- Copy and paste
layout.css.filters.enabled
into the Search box. - Double click on the
layout.css.filters.enabled
Preference Name. The Value should change totrue
.
Opera can be downloaded from the Opera home page{:target="_blank"}.
- [Shapes][shapes] (requires version 24+)
- [Blend Modes][blend-modes] (requires version 22+)
- Canvas Paths (requires version 17+)
- [Clipping & Masking][clipping-and-masking] (requires version 17+)
- [Filter Effects][filter-effects] (requires version 17+)
- Copy and paste
opera://flags/#enable-experimental-web-platform-features
into the address bar, then press enter. - Click the 'Enable' link within that section.
- Click the 'Relaunch Now' button at the bottom of the browser window.
Note: Multiple features can be enabled before relaunching.