Rick Viscomi
banner
rviscomi.dev
Rick Viscomi
@rviscomi.dev
Chrome DevRel at Google, web developer

rviscomi.dev
Apparently atob and btoa were carried over from Unix

I'm glad we have more modern (and sensibly named!) features
October 28, 2025 at 6:24 PM
My little side project has been a capo plugin for ESLint so you can catch <head> validation issues during development
October 22, 2025 at 8:48 PM
Quite the journey!
October 17, 2025 at 7:58 PM
Maybe the least helpful code completion ever
October 17, 2025 at 1:28 AM
Nice! Never met them but did get a good picture.
October 13, 2025 at 5:22 PM
WebMCP also reminds me of the koala car from Waymo

When cars don't need steering wheels, people like this man (who is blind) can start using them

Self-driving websites are more accessible to everyone
September 3, 2025 at 2:00 PM
I spy #WhatsMyBaseline featured in this week's @frontendfocus.bsky.social

See what it's all about and share your target: web.dev/blog/whats-m...
August 20, 2025 at 4:44 PM
Kinda surprised to learn that 3% of my blog's users haven't updated their browser since 2022

For 98%+ support, my target should be Baseline 2020

#WhatsMyBaseline
August 8, 2025 at 6:45 PM
Ok hear me out. For today only.
July 22, 2025 at 4:28 PM
Touching water 🤙
June 21, 2025 at 2:12 PM
🔥 Simpler browser support info has landed in VS Code!

Hover over any CSS property or HTML element or attribute and now you'll see its Baseline status

📝 web.dev/blog/baselin...
May 21, 2025 at 3:58 PM
I've been waiting for this for a long long time!!

stackoverflow.com/questions/38...
May 16, 2025 at 8:03 PM
May 5, 2025 at 9:51 PM
New in VS Code Insiders today: browser support info for HTML elements and attributes

For when you look at a newish HTML feature like <dialog> and wonder "I don't know, should we polyfill this?"

Toss the polyfill, it's been Baseline for years!

Coming soon to the April 2025 release
April 29, 2025 at 2:08 AM
I like this. Sometimes people leave a comment as a way of subscribing for updates and don't realize there's a button for that
April 28, 2025 at 3:02 PM
I like it! Something like this would also be useful for distinguishing logs emitted from extensions. Today I deal with that by prefixing everything with my extension name, but it'd be nice if I could badge it instead, or even if browsers auto-applied a badge with the name of the extension.
April 23, 2025 at 3:06 PM
My 4 year old son got me this bird feeder as a Christmas gift. Now that the weather is nice we put it up and have enjoyed watching the birds from my office window.

After we refilled it yesterday he yelled out "birds, your food is ready!" 😂
April 16, 2025 at 9:03 PM
Oh, it looks like they use the same css-language-server that powers the VS Code implementation, so it already works

Only thing is that the image fails to load so it shows the alt text instead - I'll file an issue for that
April 7, 2025 at 8:02 PM
This little pup turns 10 today!
April 7, 2025 at 3:43 PM
Works great with ESLint too if you're into squiggles

web.dev/blog/eslint-...
April 7, 2025 at 2:58 PM
And if a feature isn't fully implemented in a major browser yet, it'll tell you that too

Just hover over a CSS property to bring up the support info
April 7, 2025 at 2:58 PM
Browser support info for CSS properties in VS Code is about to get a huge improvement

Instead of looking at a list of browser versions and guessing if you can use a feature, now it'll just... tell you!

Coming soon to the April 2025 stable release, or you can try it now in Insiders
April 7, 2025 at 2:58 PM
Yeah that seems like a CSS parsing issue

explorer.eslint.org#eslint-explo...

^ the parser is returning a "Raw" block where the paragraph starts, indicating that it's getting tripped up by a syntax issue

Using a nesting example from MDN with a
March 14, 2025 at 9:04 PM
📣 ESLint works with CSS now! And it's got support for checking browser compat with the new require-baseline rule

I made a little sandbox here: github.com/rviscomi/bas...

In this release I even got to contribute a couple of features:

- support for selectors
- Baseline year config
March 14, 2025 at 7:52 PM
Here are the guts of yieldToMain if it helps

(it only yields when necessary, not every iteration)
January 7, 2025 at 1:49 AM