Home → The Classics → Blog
Interop 2022 Dashboard
Published:
See Interop 2022 Dashboard on wpt.fyi
Interop 2022 is an initiative by browser vendors to resolve compatibility issues between browsers. This is a follow up to Compat 2021 which aimed to get browsers to implement certain features (like gap
on Flexbox) to improve compatibility across browsers.
Along with finishing up Compat 2021, Interop will focus on the following:
- Cascade Layers
- Color Spaces and Functions
- Container Queries
- Dialog Element
- Form Controls
- Scrolling
- Subgrid
- Typography and Encodings
- Viewport Units
Along with this they’ll be looking into viewport measurements, editing controls (like execCommand
and contentEditable
) and pointer events.
What I linked tracks the progress on these. While Safari isn’t looking good on stable, it looks like all the vendors are around the same page. It’s impressive how Safari has caught up over the past years, but just because something is supported, doesn’t exclude you from doing your job t provide progressive enhancement.
The browser vendors and contractors also published blogposts on this around the same time.
I hope this project works out for the sake of the web.