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.
A guide to using CSS container queries, a new feature for component-based responsive web design, including browser support and polyfill updates.
Explains how to polyfill the Fetch API for older browsers and Node.js, covering polyfills vs. transpilers and Babel configuration.
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 technical exploration of HTML Imports, a Web Components feature for loading external HTML documents, including basic usage and examples.
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.