A polyfill for the HTML switch element
Introduces a polyfill for the new native HTML switch element, enabling cross-browser support with accessibility features.
Introduces a polyfill for the new native HTML switch element, enabling cross-browser support with accessibility features.
A guide to polyfilling URL search parameter grouping using bracket notation in Adobe ColdFusion, mirroring native Lucee CFML behavior.
Introducing style-observer, a JavaScript library to detect and respond to CSS property changes, including custom properties.
Explores the surprising complexity of creating a robust `globalThis` polyfill that works across all JavaScript environments and strictness modes.
Explains what JavaScript polyfills are and how they differ from code transpiling, using a real-world IE bug as an example.
Introducing Multirange, a lightweight polyfill for HTML5.1 two-handle sliders, enabling dual-thumb range inputs in web browsers.
Explores practical use cases for CSS container queries, a proposed feature for responsive web design, with code examples for modular components.
Announcing a polyfill for conical gradients in CSS, a long-proposed feature for creating pie charts and other graphics with simple code.
A developer shares her journey to JSConf EU and explores techniques for detecting CSS selector support, crucial for writing robust polyfills.
A developer's journey creating a polyfill for the HTML5 progress element, detailing technical challenges and solutions for cross-browser compatibility.