#Development #Techniques
CSS ‘position: sticky’ per axis · Get ready for sticky headers and columns in data tables ilo.im/16bshn by Bram Van Damme
_____
#CSS #Scrolling #Headers #DataTables #FeatureDetection #ProgressiveEnhancement #Chrome #Browser #WebDev #Frontend
#Development #Launches
Elena · A tiny library for building progressive web components ilo.im/169a4a by Ariel Salminen
_____
#OpenSource #WebComponents #DesignSystems #Frameworks #ProgressiveEnhancement #WebDev #Frontend #HTML #CSS #JavaScript
#Development #Techniques
Building dynamic toggletips · A prime example for anchored container queries ilo.im/16bc8d by Daniel Schwarz
_____
#ModernCSS #AnchorPositioning #ContainerQueries #Toggletips #Popover #ProgressiveEnhancement #WebDev #Frontend #CSS
#Development #Guides
Beyond CSS ‘border-radius’ · What the new ‘corner-shape’ delivers to everyday UIs ilo.im/16bc4i by Brecht De Ruyte
_____
#ModernCSS #Cards #Buttons #Batches #Tags #ProgressiveEnhancement #Browsers #WebDev #Frontend #CSS
Progressive enhancement should be a core part of how developers are taught.
@cydstumpel.nl explains perfectly why starting with a solid #HTML baseline and enhancing with CSS/JS leads to resilient, accessible experiences.
Great read: cydstumpel.nl/why-we-teach...
#WebDev #ProgressiveEnhancement
#Development #Demos
Nice Select · Pushing customizable HTML ‘select’ to an extreme ilo.im/16actc by Adam Argyle
_____
#ModernCSS #HtmlSelect #Accessibility #ProgressiveEnhancement #Browsers #WebPerf #WebDev #Frontend #HTML #CSS
#Development #Previews
When will CSS Grid Lanes arrive? · “It’s going to arrive sooner than you think.” ilo.im/16a21t by Jen Simmons
_____
#ModernCSS #CssGrid #Layout #Masonry #Polyfill #ProgressiveEnhancement #Browsers #WebDev #Frontend #CSS
#Development #Techniques
Better defaults for popovers · A small anchor-repositioning with a big effect ilo.im/169wki by Manuel Matuzović
_____
#ModernCSS #Popover #Buttons #AnchorPositioning #HtmlDialog #ProgressiveEnhancement #WebDev #Frontend #CSS
#Development #Introductions
Introducing the HTML ‘geolocation’ element · What it does and how to use it ilo.im/169tah by Mari Viana, Minh Le and Thomas Steiner
_____
#HTML #Geolocation #FeatureDetection #Polyfill #ProgressiveEnhancement #Chrome #Browser #WebDev #Frontend #Releases
#Development #Techniques
4 must‑know CSS features in 2026 · “Toolbelt worthy, powerful, and game-changing CSS.” ilo.im/169nsr by Adam Argyle
_____
#ModernCSS #Staggering #Scrolling #Typography #TypeSafety #Animations #ProgressiveEnhancement #WebDev #Frontend #CSS
#Development #Templates
Web component starter template · The essentials to ship production-ready components ilo.im/169jml by Aaron Gustafson
_____
#WebComponents #CustomElements #Accessibility #ProgressiveEnhancement #Encapsulation #ShadowDOM #Testing #Npm #WebDev #Frontend
#Development #Techniques
Dialog view transitions · Smooth animations for native HTML dialogs ilo.im/1698lv by Thomas Günther
_____
#HtmlDialog #ViewTransitions #API #ProgressiveEnhancement #Browser #WebDev #Frontend #DOM #HTML #JavaScript
#Development #Approaches
Loading CSS (fast) · How Compression Dictionaries boost CSS delivery ilo.im/16950n by Yoav Weiss
_____
#CSS #CriticalCSS #CompressionDictionaries #ProgressiveEnhancement #Chromium #Browser #WebPerf #WebDev #Frontend #Backend
#Development #Launches
Input switch polyfill · A polyfill to turn checkboxes into modern switches ilo.im/16938w by Thomas Steiner
_____
#Switch #Forms #Polyfill #ProgressiveEnhancement #Browser #WebDev #Frontend #HTML #CSS #JavaScript
#Development #Techniques
Speculation rules improvements · What’s new and next with the Speculation Rules API ilo.im/168vcy by Barry Pollard
_____
#Prefetching #Prerendering #API #ProgressiveEnhancement #Chrome #Browser #WebPerf #WebDev #Frontend #JavaScript
#Development #Techniques
Web components with self-destructing CSS · A safer approach to loading web components ilo.im/168hrq by Scott Jehl
_____
#Visibility #Content #WebComponents #ProgressiveEnhancement #GracefulDegradation #WebDev #Frontend #HTML #CSS #JavaScript
#Development #Approaches
Custom asidenotes · Practical side notes using a custom HTML element ilo.im/1680ot by Eric A. Meyer
_____
#SideNotes #Content #Blog #WebComponents #ProgressiveEnhancement #WebDev #Frontend #HTML #CSS #JavaScript
A Progressive Enhancement Challenge, by @chriscoyier@front-end.social (@frontendmasters.com):
frontendmasters.com/blog/a-progressive-enhan...
#progressiveenhancement #javascript #html #featuredetection #support
#Development #Proposals
The future of HTML range inputs · Demos for the proposed ‘rangegroup’ element ilo.im/167dpi by Brecht De Ruyte
_____
#HTML #Forms #RangeGroup #Slider #Accessibility #ProgressiveEnhancement #Browser #API #WebDev #Frontend
#Development #Overviews
What to know about modern CSS in 2025 · There is more this year than there was last ilo.im/16711o by Chris Coyier
_____
#ModernCSS #BrowserSupport #ProgressiveEnhancement #Polyfill #Browser #WebDev #Frontend #HTML #CSS #JavaScript
Why You Should Test Your Page Without JavaScript, by (not on Mastodon or Bluesky):
www.sitepoint.com/test-your-page-without-j...
#javascript #support #progressiveenhancement #accessibility
HTML-First, Framework-Second: Is JavaScript Finally Growing Up?
thenewstack.io/html-first-f...
#HTML #JavaScript #ProgressiveEnhancement #Frameworks #Browser #WebPerf #WebDev #Frontend
Feature-detect inline!
If the browser groks OKLCH you get vivid color, else safe fallback.
#ProgressiveEnhancement
Custom Select (That Comes Up From the Bottom on Mobile), by @chriscoyier@front-end.social (@frontendmasters.com):
frontendmasters.com/blog/custom-select-that-...
#html #forms #css #animations #progressiveenhancement
Weekend reflection: Progressive enhancement should be the foundation of accessible design. Build core functionality that works with keyboards and screen readers first, then layer visual enhancements on top. #ProgressiveEnhancement #AccessibleDevelopment #WebDesign
Wow, nice.
Do you use it as #ProgressiveEnhancement and leave Saf and FF users without the anims?
I work at DR (danish equiv to BBC) - and the ppl making decisions expect the same exp on all browser versions - 2 😞
So any time I can point to another Public Service org using PE is a win for me 🙂
[Article: Dynamic Filters in Pure CSS]
CSS is powerful and performant. Let's implement client-side list filtering (with the user's choice of AND and OR modes) in CSS, without a line of JavaScript.
Read more: https://danq.me/2025/05/07/dynamic-filters-in-pure-css/
#article #css #programming […]
Jeremy Keith's HTML web components pattern uses meaningful HTML as a base, enhancing it with lifecycle features for progressive enhancement, making we…re functional. #WebComponents #ProgressiveEnhancement watch @scottjehl.com from @webdirections.org Dev Summit '24. Watch More: bit.ly/4iM2Rch