Features available in Chrome for Android and enabled by default in desktop Chrome
- 'allow-presentation' sandboxing flag: http://w3c-test.org/presentation-api/controlling-ua/getAvailability_sandboxing_success.html
- (Behind a flag) API for customizing HTMLMediaElement.seekable for Media Source live streams:
- Apply Unicode flag to `pattern' content attribute of INPUT element:
- CSS -webkit-user-select:all:
- Deprecate PaymentAddress.careOf:
- Do not perform default action on un-trusted events:
- (Removed) Drop LABEL element from form-associated elements:
- (Behind a flag) Media Capture from HTML Media Element (<'video>/<'audio>):
https://rawgit.com/Miguelao/demos/master/videoelementcapture.html
- MediaStreamTrack constraints API:
- Notification badges:
https://tests.peter.sh/notification-generator/
- Promise-based getUserMedia: http://w3c-test.org/mediacapture-streams/MediaDevices-getUserMedia.https.html
- (Deprecated) Remove FileError interface:
- Shadow DOM v1:
- (Removed) TextEncoder API: drop support for legacy encodings:
- Unprefixed CSS Filters:
https://honry.github.io/demo/tests/m53/unprefixed_CSS_filters.html
- (Origin trial) Web Bluetooth API:
https://googlechrome.github.io/samples/web-bluetooth/
https://github.com/WebBluetoothCG/demos
- WebAudio: New lowpass and highpass BiquadFilter implementation:
https://rtoy.github.io/webaudio-hacks/more/biquad/biquad-lowpass-q.html?usedB=true
Features enabled by default in desktop Chrome
- Force flattening for elements with opacity < 1:
https://googlechrome.github.io/samples/css-opacity-force-flattening/index.html
- Raster on composited layer scale change, except if will-change: transform or an accelerated animation is present:
https://googlechrome.github.io/samples/css-will-change-transform-rasterization/index.html
- (Behind a flag) Referrer-Policy header:
- (Removed) Remove DHE-based ciphers:
https://dh1024.badssl.com/
Features available in Chrome for Android
- Autoplay muted videos (Android):
https://googlechrome.github.io/samples/muted-autoplay/index.html
- PaymentRequest:
https://googlechrome.github.io/samples/paymentrequest/