1 repo
Utilities that verify browser capabilities by injecting elements into the DOM and observing rendering behavior.
Distinguishing note: Focuses on runtime DOM-based probing rather than static analysis.
Explore 1 awesome GitHub repository matching testing & quality assurance · DOM-Based Feature Testers. Refine with filters or upvote what's useful.
Modernizr is a browser feature detection library that determines which web technologies are supported by a user's browser by executing small snippets of code to verify actual capabilities. By avoiding reliance on unreliable user-agent strings, it provides a reliable foundation for progressive enhancement, allowing developers to build interfaces that adapt their functionality and styling based on the specific features available in the client environment. The project distinguishes itself through a configuration-driven build system that generates custom, minimized JavaScript files containing onl
Creates temporary elements and applies styles to the document to observe how the browser engine renders or handles specific web features.