Web Standards
banner
web-standards.dev
Web Standards
@web-standards.dev
Daily web platform news by @pepelsbey.dev

https://web-standards.dev/
Simple one-time passcode inputs. Tyler Sticka shows how a complete OTP form can be made with plain HTML: accessible, autofill-ready, and easily enhanced with CSS or JS. #html #a11y

cloudfour.com/thinks/simpl...
November 13, 2025 at 11:29 AM
Firefox 145 release notes for developers. Adds text-autospace, math font, Atomics.waitAsync(), Integrity-Policy, Matroska, and experimental Anchor Positioning and Trusted Types. #browser #firefox

developer.mozilla.org/en-US/docs/M...
November 12, 2025 at 4:00 PM
HTML’s best kept secret: . Den Odell reminds developers that it natively announces dynamic updates via role="status", links inputs through for="", and works beyond forms with full browser support. #html #a11y

denodell.com/blog/html-be...
November 11, 2025 at 10:18 AM
, a wide‑gamut color picker web component by Adam Argyle. It supports sRGB, Display P3 and Rec2020 with auto detection, converts between sRGB, HSL, LAB, LCH and OKLCH, uses Color.js, Preact Signals, CSS parts, and works with browsers supporting the Popover API.

color-input.netlify.app
November 10, 2025 at 2:46 AM
Searchable, collapsible sections with hidden=until-found. Nathan Knowler shows how to make collapsible content searchable using this new HTML attribute and the beforematch event. #html #a11y

knowler.dev/blog/searcha...
November 7, 2025 at 8:53 AM
Directives and the platform boundary. Tanner Linsley cautions that custom directives like use client and use server blur the line between framework and platform, urging developers to prefer explicit APIs and real standards. #js

tanstack.com/blog/directi...
November 6, 2025 at 11:46 AM
Harmonizer, an accessible color palette generator by Evil Martians. A Figma plugin and web app that use OKLCH with WCAG or APCA formulas to keep colors perceptually consistent across hues and themes. #design #a11y

harmonizer.evilmartians.com
November 5, 2025 at 10:18 AM
WebKit Features for Safari 26.1. Safari adds SVG support for rem, viewport, typography-relative, and container query units, improves Anchor Positioning, and fixes dozens of bugs across CSS and rendering. #browser #safari

webkit.org/blog/17541/w...
November 4, 2025 at 11:55 AM
setHTML(), Trusted Types and the Sanitizer API. Ollie Williams shows how these APIs protect against XSS by sanitizing HTML safely and enforcing trusted types. Supported in Firefox Nightly and Chrome Canary, with wider adoption coming. #security #html

olliewilliams.xyz/blog/sanitiz...
November 3, 2025 at 1:03 PM
Perfectly pointed tooltips. Temani Afif explains how to build responsive tooltips with the CSS Anchor Positioning. Tooltips flip, stay visible, and keep their tails, all in pure CSS. Now supported in Chrome, Edge, and Safari. #css

frontendmasters.com/blog/perfect...
October 31, 2025 at 1:05 PM
Chrome 142 adds range syntax for CSS style queries, interestfor attribute for buttons and links, unified rendering, SVG download support, WebGPU and FedCM improvements, permissions for local network access, and more. #browser #chrome

developer.chrome.com/release-note...
Evaluating framework performance. Loren Stewart compared 10 meta-frameworks: Marko, SolidStart, SvelteKit, Qwik, and Nuxt hit 35–39 ms FCP with bundles from 28.8 to 176 kB. React has an architectural ceiling: even TanStack Start + React is 2× heavier than Solid.

www.lorenstew.art/blog/10-kanb...
October 29, 2025 at 11:16 AM
Deprecating XSLT in browsers. Chrome plans to remove XSLT (the XML transformation language) due to low usage and security risks. Deprecation starts in version 143, full removal in 155. WHATWG, Firefox, and Safari expressed support. #browser #chrome

groups.google.com/a/chromium.o...
October 28, 2025 at 3:31 PM