Skip to main content
CSS-Tricks
  • Articles
  • Alamanac
  • Guides
  • Videos
  • Books
  • Newsletter
Search

Articles Tagged
chrome

31 Articles
{
,

}
Direct link to the article A Couple Changes Coming in Chrome 108
chrome

A Couple Changes Coming in Chrome 108

“A change to overflow on replaced elements in CSS”:

From Chrome 108, the following replaced elements respect the overflow property: img, video and canvas. In earlier versions of Chrome, this property was ignored on these elements.

This

…
Avatar of Geoff Graham
Geoff Graham on Nov 4, 2022 (Updated on Nov 7, 2022)
Direct link to the article What is Chromium Without Chrome on Top?
chrome

What is Chromium Without Chrome on Top?

Raw Chromium, perhaps?

So, Chrome is based on Chromium which is open-source. Chrome is Chromium with Google’s extra stuff on top of it. What extra stuff? Kinda lots! A few years ago, The Verge published “Microsoft reveals all the …

Avatar of Chris Coyier
Chris Coyier on Jan 10, 2022 (Updated on Jan 11, 2022)
Direct link to the article CSS Underlines Are Too Thin and Too Low in Chrome
chrome links text-decoration

CSS Underlines Are Too Thin and Too Low in Chrome

I’ve encountered two bugs in Chrome while testing the new CSS text-decoration-thickness and text-underline-offset properties, and I want to share them with you here in this article.…

Avatar of Šime Vidas
Šime Vidas on Jan 4, 2022 (Updated on Jan 9, 2022)
Direct link to the article Our favorite Chrome extensions of 2021
browser extension chrome

Our favorite Chrome extensions of 2021

I hadn’t heard of most of the Chrome extensions that Sarem Gizaw lists as 2021 favorites. Here are my hot takes on all of them, except the virtual learning specific ones that aren’t very relevant to me.…

Avatar of Chris Coyier
Chris Coyier on Dec 28, 2021
Direct link to the article On Browser-Specific URL Schemes
chrome cross-browser edge ios links

On Browser-Specific URL Schemes

We’ve covered URL schemes:

A URL Scheme is like “http://…” or “ftp://…”. Those seem like a very low-level concept that you don’t have much control over, but actually, you do!

I’d call it non-trivial, but developers can register new …

Avatar of Chris Coyier
Chris Coyier on Oct 26, 2021
Direct link to the article Custom State Pseudo-Classes in Chrome
chrome pseudo classes

Custom State Pseudo-Classes in Chrome

There is an increasing number of “custom” features on the web platform. We have custom properties (--my-property), custom elements (<my-element>), and custom events (new CustomEvent('myEvent')). At one point, we might even get custom media …

Avatar of Šime Vidas
Šime Vidas on May 6, 2021
Direct link to the article New in Chrome 88: aspect-ratio
aspect ratio chrome

New in Chrome 88: aspect-ratio

And it was released yesterday! The big news for us in CSS Land is that the new release supports the aspect-ratio property. This comes right on the heels of Safari announcing support for it in Safari Technology Preview 118, …

Avatar of Geoff Graham
Geoff Graham on Jan 20, 2021 (Updated on Jan 25, 2021)
Direct link to the article What’s New In DevTools (Chrome 86)
chrome DevTools

What’s New In DevTools (Chrome 86)

It wasn’t that long ago that Umar Hansa published a look at the most interesting new features in Chrome DevTools released in 2020. In fact, it was just earlier this month!

But in that short amount of time, Chrome has …

Avatar of Geoff Graham
Geoff Graham on Aug 26, 2020
Direct link to the article A Look at What’s New in Chrome DevTools in 2020
chrome DevTools

A Look at What’s New in Chrome DevTools in 2020

I’m excited to share some of the newer features in Chrome DevTools with you. There’s a brief introduction below, and then we’ll cover many of the new DevTools features. We’ll also look at what’s happening in some other browsers. I …

Avatar of Umar Hansa
Umar Hansa on Jul 31, 2020 (Updated on Aug 3, 2020)
Direct link to the article Improving Chromium’s browser compatibility in 2020
browser chrome cross-browser

Improving Chromium’s browser compatibility in 2020

This is exactly what I love to hear from any browser vendor:

When it comes to browser compatibility, there are still too many missing features and edge-case bugs. But it doesn’t have to be this way. Things can and will

…
Avatar of Chris Coyier
Chris Coyier on Jul 7, 2020
Direct link to the article How to Build a Chrome Extension
browser extension browser functionality chrome chrome store manifest

How to Build a Chrome Extension

I made a Chrome extension this weekend because I found I was doing the same task over and over and wanted to automate it. Plus, I’m a nerd living through a pandemic, so I spend my pent-up energy building things. …

Avatar of Sarah Drasner
Sarah Drasner on May 19, 2020
  • 1
  • 2
  • 3
  • Older

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • About DO
  • Cloudways hosting
  • Legal stuff
  • Get free credit!
CSS-Tricks
  • Write for us!
  • Advertise with us
  • Contact us
Social
  • RSS Feeds
  • CodePen
  • Mastodon
  • X
Back to Top