2 مستودعات
Runs automated conformance tests against a browser to check whether its behavior matches web standards.
Distinct from Specification Conformance Validation: Distinct from Specification Conformance Validation: focuses specifically on browser conformance to web standards, not on device data model conformance.
Explore 2 awesome GitHub repositories matching testing & quality assurance · Browser Conformance Validators. Refine with filters or upvote what's useful.
Runs automated conformance tests against a browser to check whether its behavior matches web standards.
The validator repository contains an open-source markup validation engine that checks HTML, CSS, and SVG documents for conformance against official W3C web standards. It operates both as a command-line utility for batch processing local files and remote URLs, and as a standalone web server and HTTP API for browser-based and remote document conformance checking. The software utilizes a rule-based conformance engine and event-driven stream parsing to evaluate document structures, syntax trees, and web accessibility guidelines. It provides URL parsing and normalization utilities that validate i
Serves a standalone web server and HTTP API for browser-based and remote document conformance checking.