Quick Hit #85
Chrome 144 becomes the first to support ::search-text, a pseudo-element for selecting find-in-page text.…
Chrome 144 becomes the first to support ::search-text, a pseudo-element for selecting find-in-page text.…
The Chrome Dev Team recaps the new CSS features that shipped in Google Chrome this past year in one amazingly designed webpage. They cover new functionality for creating more customizable components, next-gen interactions, and optimizing ergonomics.…
Chrome 143 has introduced anchored fallback container queries to help us query the currently applied fallback position of anchored elements.…
“A change to overflow on replaced elements in CSS”:
…From Chrome 108, the following replaced elements respect the overflow property:
img,videoandcanvas. In earlier versions of Chrome, this property was ignored on these elements.This
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 …
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.…
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.…
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 …
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 …