Widely Available Web Platform Features I'd Like To Learn
A web developer's list of widely available CSS, JavaScript, and DOM API features to learn, based on Google's Baseline project and W3C resources.
A web developer's list of widely available CSS, JavaScript, and DOM API features to learn, based on Google's Baseline project and W3C resources.
Explores the forgotten HTML Table API for programmatically creating and manipulating tables without using innerHTML or full re-renders.
Announcing the new State of HTML survey, seeking community input to design the inaugural survey on HTML features and developer practices.
A technical guide on using BroadcastChannel API and focus management to create cross-tab title hints for desktop web applications.
A tutorial on using JavaScript's URL() constructor to parse components like hostname, pathname, query strings, and hash from URLs.
Explains how many common JavaScript features like timers, fetch, and DOM manipulation are actually Browser APIs, not part of the core language.
Lists which HTML elements can and cannot have a Shadow DOM attached, with examples and exceptions for Web Components.
Explains how to use JavaScript Interop in Blazor to call JavaScript from C# and C# from JavaScript, enabling DOM manipulation.