Skip to main content

LinksHTML

The `autocorrect` attribute is Baseline(developer.chrome.com)

With Chrome 152, autocorrect entered Baseline. It accepts "", "on" and "off" and does not work for URL, email and password inputs. If the attribute is not set, browsers fall back to "on".

The new `headingoffset` attribute(bsky.app)

Firefox Nightly shipped a new attribute to finally control heading levels inside the DOM tree. It's still behind a flag, but hey, after all the failed document outline attempts, this might solve a 15-year-old problem. 🎉

The `focusgroup` attribute is coming to Chromium(developer.chrome.com)

Chromium is shipping the new experimental feature that's a declarative way to add keyboard arrow-key navigation to composite widgets. Yay!