
Not_Woods Initial support for the Web Share Target API in #FirefoxPreview pic.twitter.com/spDqP1tEC4
WebPlatformNews 🕵️♂️ The European Union is financing the development of a client-side page translation service (powered by machine learning) that will ultimately be open-sourced and integrated into Firefox.
Prototype running in Firefox: youtube.com/watch?v=_ha59D…
More info: zdnet.com/article/firefo…
AaronGustafson 🔖 I love how deep @hj_chen goes in her posts on CSS features! Check this one on CSS counters chenhuijing.com/blog/the-wondr…👾
Display Locking (github.com/WICG/display-l…) is an exciting API proposal with a likewise fascinating history (read upward from the quoted tweet). ⤵️ twitter.com/rakinazata/sta…
stefanjudis The web is not an application platform?
I just came across this planing document of Project Fugu (chromium.org/teams/web-capa…), and wow! There is so much stuff coming to the web! 😲
docs.google.com/spreadsheets/d…

mathias Puppeteer v2.0.0 is out! 🔥
➡️ Emulate CSS media features such as dark/light mode or prefers-reduced-motion
➡️ Emulate timezones
➡️ Improved page.screenshot
github.com/GoogleChrome/p… pic.twitter.com/V1ECWgswfH
ChromiumDev Automatic lazy-loading of images and iframes yields a ~10% reduction in bytes downloaded per page for Lite Mode on Android:
blog.chromium.org/2019/10/automa… ⚡️

mathias The #ChromeDevSummit web app lets you view the schedule in your own timezone: developer.chrome.com/devsummit/sche… Super handy!
With Puppeteer v2, you can now write automated tests for this functionality. This script takes a screenshot of the schedule as viewed from Buenos Aires. pic.twitter.com/4M05EgGsr3
Remember my 🌒📸 dark mode screenshot script from a couple months ago? @mathias has just implemented `page.emulateMediaFeatures(features)` in Puppeteer, which makes the script a lot lighter.
Needless to say, the PR that updates the script to use it wa@mathiastwitter.com/tomayac/status…