Microsoft is kicking off another year of deep standards work with Interop 2026, once again putting Microsoft Edge at the center of the industryโs biggest crossโbrowser compatibility effort. In a new Microsoft Edge blog post by Patrick Brosset, Principal Product Manager of Microsoft Edge, lays out how itโs working with Apple, Google, Mozilla, and Igalia to smooth out some of the most frustrating interoperability bugs on the web.
At a high level, Interop is the annual project where browser vendors agree on a shared set of focus areas, build tests together in Web Platform Tests (WPT), and then ship fixes until those tests pass consistently across engines. For developers, that translates into fewer โworks in Chrome but not in Edgeโ moments and more confidence that new features will behave the same everywhere.
Interop 2026: what Microsoft Edge is focusing on this year
For 2026, the Interop partners have agreed on a fresh set of focus areas that read like a wish list from modern frontend teams. Microsoft says these are places where inconsistent behavior still breaks realโworld sites, slows teams down, or scares people away from using newer APIs.
Here are the main buckets Microsoft Edge is committing engineering resources to this year:
-
Nextโgen CSS functions:
attr(),contrast-color(), andshape()-
The expanded
attr()function will let any CSS property read HTML attributes of any type or unit, opening the door to more dynamic, attributeโdriven styling patterns. -
The
contrast-color()function aims to make automatic highโcontrast foreground/background color pairing a firstโclass feature, helping designers hit accessibility targets without handโtuning every state. -
The new
shape()CSS function will provide interoperable syntax for defining complex shapes around elements, enabling richer layouts, text wraps, and design systems that donโt fall apart crossโbrowser.
-
-
Container style queries and scrollโdriven animations
-
Container style queries build on the container queries work of the past couple of years and let you style components based not just on size, but on the styles of their containers. This is a huge deal for truly reusable, layoutโagnostic UI.
-
Scrollโdriven animations turn scrolling into a timeline that CSS and JS can hook into, giving developers a standard way to build smooth, multiโthreaded scroll effects that perform well across browsers.
-
-
Better UI primitives: dialogs, popovers, custom highlights, media pseudoโclasses
-
The Interop 2026 plan includes work around the HTML
<dialog>element and the popover API, cleaning up differences that currently force developers into brittle, custom dialog components. -
Custom highlights will let developers style arbitrary ranges of text (think search results, comments, annotations) without having to inject extra DOM nodes, so Microsoft Edge and other browsers are working to align on that behavior.
-
Media pseudoโclasses like
:playing,:paused, and:bufferingfor audio and video will get more consistent treatment so media UIs can be styled with the same selectors no matter which browser the user is on.
-
-
Core platform plumbing: Fetch, IndexedDB, JSPI for Wasm, Navigation API
-
Edge engineers are also investing in the Fetch API, especially better streaming request body support, which matters for large uploads and realโtime workloads.
-
IndexedDB gets attention through a focus on the
getAllRecords()method to make reading large datasets faster and more predictable. -
JSPI (JavaScript Promise Integration) for WebAssembly should help Wasm feel like a more natural citizen in async JavaScript code, smoothing integration for performanceโsensitive apps.
-
The Navigation API remains on the docket to keep making SPAโstyle navigations more interoperable, including support for โpreโcommit handlersโ that can run logic before navigation is finalized.
-
-
Networking and realโtime experiences: WebRTC and WebTransport
-
WebRTC work in Interop 2026 is about eliminating the remaining behavioral quirks in realโtime audio/video and data channels so meeting apps and multiplayer experiences behave the same, regardless of browser.
-
WebTransport, the new lowโlatency, bidirectional transport over HTTP/3, also gets a dedicated focus area to make sure implementations converge as more apps experiment with it for live dashboards, streaming, and games.
-
On top of these, Interop 2026 includes a โweb compatโ bucket for fixing dayโtoโday compatibility quirks that show up in bug reports and telemetry.
Investigation tracks: accessibility, JPEG XL, mobile, and WebVTT
Alongside the main focus areas, there are a few โinvestigationโ efforts that wonโt fully graduate to scored focus areas yet, but lay groundwork for future years.
-
Accessibility testing: The group wants to make it easier to test accessibility in an automated, crossโbrowser way, which should eventually give devs much better signals about real accessibility support beyond just ARIA support tables.
-
JPEG XL: Interop participants are working on a comprehensive test suite for JPEG XL, which could one day become an official focus area if it matures and gains adoption.
-
Mobile testing: The project will continue to invest in mobileโspecific testing infrastructure so features that behave differently on mobile versus desktop can be validated in a consistent way.
-
WebVTT: Work continues on the WebVTT spec and tests, with an eye toward eventually making captioning and timed text behavior far more consistent across browsers and media players.
Developers can dive into all of these details in the Interop 2026 GitHub folder, and thereโs already a live Interop 2026 dashboard on wpt.fyi to track how browsers are scoring across each area as tests land.
Edgeโs Top Developer Needs dashboard is sticking around
Microsoft isnโt just relying on the consensusโdriven Interop process to pick priorities. The Edge team confirms that its separate โTop Developer Needsโ dashboard is here to stay and will be refreshed in the coming weeks.
This dashboard tracks longโlived, highโimpact issues that might not make it into Interop every year but still cause serious pain for developers. In previous cycles, items like Custom Highlights, field sizing, scrollโdriven animations, and Trusted Types jumped up the priority list partly because they showed up on this Edgeโcurated board.
For 2025, the dashboard highlighted features like scrollโdriven animations, crossโdocument View Transitions, renderโblocking controls for smooth page transitions, and container queries (including style queries), giving devs a transparent way to see how each browser is progressing. The Interop 2026 announcement makes it clear Microsoft wants that extra layer of visibility to keep influencing which features get attention next.
Looking back: Interop 2025 closes at 98%+

A big part of the new post is also a victory lap for Interop 2025. According to Microsoft, all participating browsers are closing out Interop 2025 with an impressive score of at least 98% on the agreedโupon test areas.
Key wins from last year include:
-
CSS anchor positioning: This unlocked reliable crossโbrowser positioning for tooltips and anchored UI elements without hacks, and is now in a much healthier place across engines.
-
View Transitions: The project helped stabilize sameโdocument and crossโpage transitions so developers can build โappโlikeโ navigations that donโt break on nonโChromium browsers.
-
Navigation API: Interop work made it easier to rely on this API for SPAโstyle routing and stateful navigation, rather than wiring everything up manually with history events.
-
Core Web Vitals: Browsers aligned more closely on key performance metrics like LCP and INP so developers could trust that performance scores actually mean the same thing across engines.
-
JSON module scripts and
<details>: JSON module imports and the<details>disclosure element both benefited from alignment work, making them safer to use without worrying about browserโspecific weirdness.
Interop 2025โs strong finish is part of why the Interop 2026 goals feel ambitious but realistic: the process has already proven it can meaningfully close gaps when browsers commit to a shared roadmap.
Pushing for more transparency from the Interop group

One notable theme in the Microsoft Edge post is a call for more openness around how Interop focus areas get selected. Microsoft says it hears from developers that the process can feel opaque, especially when proposals donโt get picked and thereโs no clear explanation of why.
Microsoft Edge is explicitly advocating for:
-
Fewer โbehind closed doorsโ blockers or vetoes when features are proposed for Interop.
-
Better visibility into how surveys, proposals, and other signals are weighted when forming the final list of focus areas.
That messaging should resonate with web developers who want a deeper say in which bugs and features get attention each year, and it highlights Microsoftโs strategy of positioning Microsoft Edge as a browser that not only implements standards but also tries to make the standards process itself more responsive to developer feedback.
What this means for web developers using Microsoft Edge
For teams building on Microsoft Edge (and, by extension, the rest of the modern browser ecosystem), Interop 2026 is another strong signal that the days of endless browserโspecific hacks are slowly fading. With focus areas spanning CSS layout, color systems, animation, webโapp primitives, storage, and networking, devs can expect more of the features theyโve been cautious about to become safe bets over the next year.
If you want to track how Microsoft Edge is doing across all these Interop 2026 areas, the Interop dashboard on wpt.fyi is the place to watch, and the refreshed Top Developer Needs page will give extra context on longโrunning issues that matter beyond this yearโs project.
Related Posts You Might Like
- AI Toolkit for VS Code v0.30.0 Turns Advanced AI Agent Development Into a Full IDE Experience
- How to Turn Off That Irritating โTrending Nowโ and Web Suggestions in Windows 11 and Microsoft Edge
- Microsoft Edge Is Slowly Turning into Another Copilot App with Bold New UI Redesign
- Microsoft Edge Introduces New Delayed Message Timing API to Supercharge Complex Web Apps
- Microsoft Edge for Business Brings Safer, Scalable Browsing to Kโ12 Classrooms
About The Author
Discover more from Microsoft News Now
Subscribe to get the latest posts sent to your email.