Skip to main content
  1. Home
  2. Computing
  3. News

Microsoft’s new browser tool will make websites more keyboard-friendly

Tabbing through a broken website is nobody's idea of fun. Microsoft's focusgroup tool finally gives developers an easy fix for a very old problem.

Add as a preferred source on Google
Microsoft browser new tool for making websites more keyboard friendly.
Microsoft

If you’ve ever tried navigating a website without a mouse — maybe your trackpad died mid-presentation, or you simply prefer keeping your hands on the keyboard — you already know the frustration. Half the page is off-limits. Buttons don’t respond. Menus mock you from a distance.

Turns out, you’re not alone: roughly 50% of websites skip tabindex entirely, a basic building block for making keyboard navigation work. Microsoft wants to fix that — and it’s not waiting for developers to figure it out on their own.

A simpler way to build keyboard-friendly websites

The Edge team just announced focusgroup, a new HTML attribute that makes keyboard-accessible web design dramatically simpler. Developers add one attribute to their HTML and the browser takes it from there — no convoluted tabindex logic, no third-party libraries fattening up your codebase.

Recommended Videos

Arrow keys behave the way users actually expect, hidden or disabled elements get quietly skipped over, and it even works inside shadow DOM without throwing a tantrum.

The problem it’s solving has quietly plagued developers for years. Building a fully keyboard-accessible site — one with menus, submenus, toolbars, and tab groups — isn’t simple. It takes significant time, specialized knowledge, and a pile of JavaScript that your users then have to download every time they visit.

More code means slower load times, and slower load times mean frustrated users.

Less code, faster pages, better accessibility

Microsoft first sketched out focusgroup back in 2021, then brought it to the OpenUI community group in 2022 — so this isn’t a weekend project. It’s been baking for years, with input from across the browser ecosystem.

The beneficiaries are wide: people with motor disabilities, power users, enterprise workers navigating complex dashboards — basically anyone who’s ever hit Tab and prayed.

Right now it’s live for early testing in Edge, and Microsoft has pushed the code upstream to the Chromium project — which means Chrome and its many siblings could pick it up too. If the rest of the browser world follows suit, what looks like a quiet developer tool could end up reshaping how accessible the web feels for millions of people who never touch a mouse.

Shikhar Mehrotra
For more than five years, Shikhar has consistently simplified developments in the field of consumer tech and presented them…
Deepfake bosses are crashing video calls, and researchers are trying to expose them
Seeing your boss on video no longer proves they are real
Researchers at Fraunhofer SIT are fighting against deepfake meeting video calls

Entering into a meeting with your boss and several familiar coworkers inside a video conference is the next area vulnerable to cybercrimes, and it's all because of deepfake technology. Researchers at the Fraunhofer Institute for Secure Information Technology SIT are working on a real-time warning system designed to identify attempted fraud during corporate video conferences.

The report states that criminals are increasingly targeting video meetings for identity theft and financial scams, taking advantage of the trust people place in familiar faces and voices. The intention is to flag suspicious activity while the meeting is still taking place. This gives an employee a chance to stop before following an expensive instruction from an AI-generated executive.

Read more
Apple will finally stop making iPhone-to-Windows copy-paste such a chore
Your iPhone may finally copy and paste with a Windows PC like it should
Apple Universal Clipboard feature

Copying something on an iPhone and pasting it onto a Windows PC should be one of the least remarkable features imaginable. While this simple process seems effortless between an iPhone and Mac, Windows users are still left waiting.

Now, Microsoft is formally asking Apple to provide interoperable clipboard access through the company’s European Union interoperability process. The request, submitted on March 25, argues that iOS restrictions prevent third-party platforms from creating an experience comparable to Apple’s Universal Clipboard. Apple has now reached Phase III and committed to developing a solution.

Read more
Chrome wants more extension reviews, but good ratings won’t keep malware out
Google is testing built-in extension review prompts, but good ratings can still hide malware
malicious-google-chrome-extensions-on-web-store

Google is preparing to add extension review links directly inside Chrome, putting feedback closer to the menus people already use to manage their add-ons.

A Chromium change, first spotted by Windows Report, points to review options in the Extensions menu, the chrome://extensions management page, and extension context menus. Only eligible Chrome Web Store extensions in good standing would qualify, and the feature is still under development.

Read more