“feature-detection” Archive
Supertopics: support (non-exhaustive) · glossary look-up: “feature-detection”
Featured on Frontend Dogma? Confirm and whitelist your domain.
- Recipes for Detecting Support for CSS At-Rules (by/via) · · css, support, browsers
- Feature Detect Style Queries Support in CSS (by/via) · · css, container-queries, support, browsers
- Feature Detecting Scroll-Driven Animations With “@ supports”: You Want to Check for “animation-range” Too (by/via) · · css, support, animations, firefox, mozilla, browsers
- Feature Detect CSS “@ starting-style” Support (by/via) · · css, support, browsers
- Browser Support Tests in JavaScript for Modern Web Features (by/via) · · browsers, support, javascript
- Should We Rely on Browser Detection? (by) · · browsers
- Testing Feature Support for Modern CSS (by) · · css, support
- Prepare for Chrome’s User Agent [String] Reduction (by/via) · · videos, browsers, google, chrome
- CSS “:has()” Feature Detection With “@ supports(selector(…))”: You Want “:has(+ *)”, Not “:has(*)” (by/via) · · css, selectors
- Detecting CSS Selector Support (by/via) · · css, selectors, support
- Detecting CSS Selector Support With JavaScript (by) · · css, selectors, support
- Use “@ supports” At-Rule for Feature Detection in CSS (by/via) · · videos, css, support
- WebAssembly Feature Detection (by/via) · · webassembly, support
- The Future of CSS: Detect At-Rule Support With “@ supports at-rule(@ keyword)” (by/via) · · css, support
- An Introduction to CSS’s “@ supports” Rule (Feature Queries) (by/via) · · introductions, css, support
- The ES6 Conundrum (by/via) · · ecmascript, javascript, transpiling, link-lists
- How to Detect Browser Support for CSS3 Properties (by/via) · · how-tos, css, support, browsers
- 5 Reasons Why Browser Sniffing Stinks (by/via) · · browsers, anti-patterns