Skip to content

Commit c675add

Browse files
authored
docs(browser support) compatibility
@Copilot Created two documentation files for browser compatibility analysis: - docs/browser-support-matrix.json: Browser version support data - docs/browser-compatibility-analysis-guide.md: Comprehensive guide for analyzing browser compatibility These files document the browser support matrix and provide guidance for future compatibility analysis using caniuse.com data. @xero README updates
2 parents df6fb8f + 8ef08bd commit c675add

File tree

4 files changed

+764
-17
lines changed

4 files changed

+764
-17
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -534,12 +534,12 @@ All tests run automatically in [CI/CD](https://github.com/xero/text0wnz/tree/mai
534534
535535
## Browser Support
536536

537-
> _Works on desktop and mobile!_
538-
539-
- Chrome/Chromium 95+
540-
- Firefox 93+
541-
- Safari 15+
542-
- Edge 95+
537+
| Browser | Chrome | Firefox | Safari | Edge | Opera | iOS | iPadOS | Android |
538+
|-----------------|--------|---------|--------|-------|-------|--------|------|--------|
539+
| **Updated:** [2025-11-13](https://github.com/Fyrd/caniuse) | <img src="https://raw.githubusercontent.com/alrra/browser-logos/refs/heads/main/src/chrome/chrome.svg"width="50" height="50"> | <img src="https://raw.githubusercontent.com/alrra/browser-logos/refs/heads/main/src/firefox/firefox.svg"width="50" height="50"> | <img src="https://raw.githubusercontent.com/alrra/browser-logos/refs/heads/main/src/archive/safari_8-13/safari_8-13.png"width="50" height="50"> | <img src="https://raw.githubusercontent.com/alrra/browser-logos/refs/heads/main/src/edge/edge.svg"width="50" height="50"> | <img src="https://raw.githubusercontent.com/alrra/browser-logos/refs/heads/main/src/opera/opera.svg"width="50" height="50"> | <img src="https://raw.githubusercontent.com/alrra/browser-logos/refs/heads/main/src/safari-ios/safari-ios.svg"width="50" height="50"> | <img src="https://raw.githubusercontent.com/alrra/browser-logos/refs/heads/main/src/safari-ios/safari-ios.svg"width="50" height="50"> | <img src="https://raw.githubusercontent.com/alrra/browser-logos/refs/heads/main/src/archive/chrome-android_18-36/chrome-android_18-36.png"width="50" height="50"> |
540+
| **Supported** | 95.0+ | 93.0+ | 15.0+ | 95.0+ | 81.0+ | 15.0+ | 15.0+ | 95.0+ |
541+
| **Unsupported** | <94.0 | <92.0 | <14.0 | <94.0 | <80.0 | <14.0 | <14.0 | <94.0 |
542+
| **Latest Dev** | Canary | Nightly | - | - | - | - | - | - |
543543

544544
## Project History
545545

0 commit comments

Comments
 (0)