Can I use
Look up support for web technologies across browser versions.
What it is
Can I use provides browser support tables for web technologies. Search for a CSS feature, image format, or browser API to see which versions support it fully, partially, or not at all.
Why it is selected
A feature working in your browser does not tell you whether your visitors can use it. The tables put version differences together so you can assess whether a fallback is needed. Read the notes for partial support to check whether a limitation affects your use case.
Who it suits
Frontend developers adopting web features and teams deciding which browser versions to support.
Useful for
- Checking target browser versions before adopting a CSS feature or browser API
- Comparing browser compatibility when choosing an image format for a website
Usage note
Support data changes as browsers release updates. Check it again before shipping and test the actual interface in your target browsers. A support table cannot replace testing your own project.