Blink: Intent to Prototype: FocusgroupV2: grid and feed
Blink: Intent to Prototype: FocusgroupV2: grid and feed
Blink: Intent to Prototype: FocusgroupV2: grid and feed
groups.google.com
Nilesh Prajapati
@nileshprajapati.com
👨🏾🎨 Front-End UX Engineer/Designer Bridging code to design. 🩵 #CSS & #HTML Sommelier 📐 Web Standards • Accessibility • Design Principles 🛠️ Design Systems & Component Libraries ✈️ Off exploring the world. nileshprajapati.com
Blink: Intent to Prototype: FocusgroupV2: grid and feed
Blink: Intent to Prototype: FocusgroupV2: grid and feed
Blink: Intent to Prototype: FocusgroupV2: grid and feed
groups.google.com
And the new Web Weekly is about to hit all the inboxes. 🫣 This time it includes CSS `infinity`, the `closedby` attribute, measuring soft navigations, and recent ECMAScript updates. Enjoy! webweekly.email/archive/web-...
Don't you have to compile TypeScript to JavaScript before you can run it?
TypeScript web framework with no build step – but how? | Mastro Blog
Don't you have to compile TypeScript to JavaScript before you can run it?
mastrojs.github.io
Gecko: Intent to Prototype: CSS at-rule() function for @supports
Gecko: Intent to Prototype: CSS at-rule() function for @supports
Gecko: Intent to Prototype: CSS at-rule() function for @supports
groups.google.com
Blink: Intent to Prototype: CSS kashida justification
Blink: Intent to Prototype: CSS kashida justification
Blink: Intent to Prototype: CSS kashida justification
groups.google.com
Blink: Intent to Prototype: CSSPageDescriptor for @page at-rules
Blink: Intent to Prototype: CSSPageDescriptor for @page at-rules
Blink: Intent to Prototype: CSSPageDescriptor for @page at-rules
groups.google.com
The CSS attr() function now supports values of any type, letting authors use attribute values in any property as opposed to just strings in the content property for the old attr() function. bugzilla.mozilla.org/2038940
2038940 - Enable new CSS attr() on Release
RESOLVED (descalante) in Core - CSS Parsing and Computation. Last updated 2026-08-04.
bugzilla.mozilla.org
Technology, like time, cannot be stopped in it's relentless march forward. Much as us old timers would like to slow down one or the other just a little bit… In light of that, Chrome 153 will come with an updated list of modern devices for emulation mode—with nice categorisation—thanks to @jackf.io
The Tooltip That Won't Fall Off by @carmenansio.bsky.social #css
The Tooltip That Won't Fall Off — Lab
Pinning a menu or tooltip to a button used to mean JavaScript. CSS anchor positioning does it instead: tether with anchor(), place with position-area, size with anchor-size(), and let position-try fli...
carmenansio.com
JS promise integration for WebAssembly landed in Firefox 153, making it easier to work with asynchronous calls from Wasm. Here's how it works:
QQ about Dark Mode Toggles on websites How many options do you show to users? - Three values: System, Light, or Dark - Two values: Light, Dark (with one of them mapping to “System” behind the scenes). Why the one or the other? (I have an opinion about it, but I’m looking for external input)
Accessibility Freebies Pack | All our free courses, no expiration date. This is your introduction to digital accessibility for web, documents, and assistive technology. | learn.intopia.digital/bundles/a11y...
Accessibility Freebies Pack
All our free courses, no expiration date. This is your introduction to digital accessibility for web, documents, and assistive technology.
learn.intopia.digital
Something Nobody Told You About The Image Element (It Can Overflow!) #CSS
Something Nobody Told You About The Image Element (It Can Overflow!)
You normally don't think of images as overflowing themselves, nor can you put anything else inside to make it overflow, but actually...
master.dev
The Sanitizer API: Safe HTML Injection Without DOMPurify #js
The Sanitizer API: Safe HTML Injection Without DOMPurify
The browser can now strip XSS from an HTML string during parsing. Here's how setHTML works, why its config can only narrow the allowlist, and how to ship it before Safari catches up.
danholloran.me
Firefox now supports the progress() CSS function. This is a math function that can be used in calculations to compute the position of a value relative to a start and an end. bugzilla.mozilla.org/2047345
2047345 - Set layout.css.progress-function.enabled for all users
RESOLVED (sajidanwar94) in Core - CSS Parsing and Computation. Last updated 2026-08-01.
bugzilla.mozilla.org
"After the #AI Hype – What's Real, and What's Next" www.youtube.com/watch?v=uWnU... I agree with all the comments under this video: this is one of the best talks and perspectives on AI that I have heard/seen. And it's quite uplifting for a change!
Keynote: After the AI Hype – What’s Real, and What’s Next - Richard Campbell - 2026
YouTube video by NDC Conferences
youtube.com
Chrome 152 beta - #CSS Pseudo Element support for ::backdrop, ::scroll-marker, and ::view-transition - #CSS Media element pseudo-classes - #CSS alpha() function - window-drag - autocorrect global #HTML attribute - OpaqueRange
Chrome 152 beta | Blog | Chrome for Developers
Get a preview of the next Chrome release with this post detailing the features in Chrome 152 beta.
developer.chrome.com
New in Chrome 151 - <usermedia> element - <geolocation> element and more...
New in Chrome 151 | Blog | Chrome for Developers
The usermedia element, Declarative Shadow DOM slot assignment, and Soft Navigations performance entries.
developer.chrome.com
Chrome may get faster updates with no restart required
Chrome may get faster updates with no restart required
The last two versions of Chrome have included more patches than the previous 23 combined.
arstechnica.com
👀 github.com/WebKit/WebKi... “Implement at-rule function for use with @supports” See brm.us/at-rule for the details on this one.
Detect at-rule support in CSS with @supports at-rule(@keyword)
Back in January 2022, I wrote about an exciting new CSS Working Group decision: a function to detect at-rule support using @supports at-rule(@keyword). Fast forward to today, and the CSS Conditional R...
brm.us
One of the things that we at Chrome have been thinking about is a way to do declarative route and navigation matching **in CSS**. Together with @nomster.bsky.social and @dbaron.org I’ve been working on it for the past few months, and next week we’ll be presenting our work at the CSSWG F2F meeting.