Nicolas CHEVOBBE (@nicolaschevobbe) 's Twitter Profile
Nicolas CHEVOBBE

@nicolaschevobbe

@FirefoxDevTools engineer at @Mozilla
Open Web & skateboarding

🐘 @[email protected]

ID: 27240438

linkhttp://nicolaschevobbe.com calendar_today28-03-2009 14:52:26

5,5K Tweet

942 Followers

15 Following

Firefox DevTools (@firefoxdevtools) 's Twitter Profile Photo

Firefox 129 will be released next week, and we almost forgot to tell you about all the good things we added in DevTools in 128, so here we go: fxdx.dev/firefox-devtoo… Did you already use those new features? #firefox #webdev #css #javascript

Mozilla Developer (@mozhacks) 's Twitter Profile Photo

We’re pleased to announce that, as of version 23, the Puppeteer browser automation library now has first-class support for @Firefox! This means simplifying browser automation and testing across both Chrome and Firefox. 💻 hacks.mozilla.org/2024/08/puppet…

Chrome for Developers (@chromiumdev) 's Twitter Profile Photo

Automate Chrome and Firefox 🔥 with the same API? It's possible with #WebDriver BiDi! 🙌 Now ready for production with Firefox 129 & Puppeteer 23. Learn more in developer.chrome.com/blog/firefox-s…

Nicolas CHEVOBBE (@nicolaschevobbe) 's Twitter Profile Photo

In latest Firefox Nightly 🔥, the variable tooltip in Firefox DevTools now shows the computed value of the variable. It should make working with custom properties much easier. Combined with the registered property info and @​starting-style value, this feels like super power 🦹

In latest <a href="/FirefoxNightly/">Firefox Nightly 🔥</a>, the variable tooltip in <a href="/FirefoxDevTools/">Firefox DevTools</a> now shows the computed value of the variable.

It should make working with custom properties much easier. Combined with the registered property info and @​starting-style value, this feels like super power 🦹
Firefox DevTools (@firefoxdevtools) 's Twitter Profile Photo

Now in Firefox 🔥 DevTools 129: massive performance improvements, @​starting-style support and accessibility fixes: fxdx.dev/firefox-devtoo… #webDev #CSS #webperf

Sara Soueidan (@sarasoueidan) 's Twitter Profile Photo

Period reminder that "wrapping the <label> around the <input> is fine, and is sufficient for conformance on its own, however adding explicit association with` for` and `id` is still necessary in practice." Details: tpgi.com/should-form-la… #a11y #HTML

Period reminder that "wrapping the &lt;label&gt; around the &lt;input&gt; is fine, and is sufficient for conformance on its own, however adding explicit association with` for` and `id` is still necessary in practice."

Details: tpgi.com/should-form-la…

#a11y #HTML
Firefox DevTools (@firefoxdevtools) 's Twitter Profile Photo

Short and sweet, here's what's new in Firefox 🔥 DevTools 130: fxdx.dev/firefox-devtoo… There's a lot happening behind the scene that we'll talk about in the coming posts! #webdev #javascript #debugging

Firefox DevTools (@firefoxdevtools) 's Twitter Profile Photo

Firefox 131 was released this weeks and we're really excited because it comes with new superpowers for debugging CSS variables and other Inspector improvements: fxdx.dev/firefox-devtoo… #css #webdev

Firefox 131 was released this weeks and we're really excited because it comes with new superpowers for debugging CSS variables and other Inspector improvements:

fxdx.dev/firefox-devtoo…

#css #webdev
Nicolas CHEVOBBE (@nicolaschevobbe) 's Twitter Profile Photo

Having the computed value of CSS variable directly in the variable tooltip in Firefox DevTools is sooo good! Hope you'll enjoy this as much as I do, and be ready for more!

Polypane. Browser for ambitious web devs (@polypane) 's Twitter Profile Photo

Back to school? Polypane is free for students through the GitHub Education Student Developer Pack! How to get it: 1. Set up your correct email in GitHub 2. Go to the Student Developer Pack 3. Scroll down to Polypane and follow the instructions! education.github.com/pack/

Bramus (@bramus) 's Twitter Profile Photo

Don't do UA-sniffing. It's the worst (and it's also totally unreliable as UA strings can be faked at any time) Instead, use feature detection and enhance progressively.