Validates your HTML 5 pages in real-time, checking for syntax errors and providing detailed feedback in the browser status bar and Developer Tools. The extension uses the HTML Tidy algorithm to classify errors into three categories: errors, warnings, and accessibility warnings. With an automatic "Clean up" button, it helps you quickly identify and fix issues, making it a valuable tool for web developers and designers.
Overview
This is the of HTML Validator extension for Chrome Manifest V3.
It checks the code, syntax, of your HTML 5 pages.
HTML Validator for Chrome is a browser extension that adds HTML validation inside Developer Tools of Chrome. The number of errors of a HTML page is seen with an icon in the browser status bar. The details is seen in the developer tools.
The extension is based on HTML Tidy. The algorithm was originally developed by the Web Consortium W3C. The algorithm is embedded inside your browser and makes the validation locally on your machine, without sending HTML to a third party server.
HTML Tidy is a helpful program that tries to help people to correct their HTML errors. It finds HTML errors and classifies them in 3 categories:
* errors: HTML errors that Tidy cannot fix or understand.
* warnings: HTML errors that Tidy can fix automatically
* (optional) accessibility warnings: HTML warnings for the 3 priority levels defined in W3c WAI
There is also an automatic "Clean up" button that will do his best to propose you a cleaned version of your page, without errors.
For any question, mail me at mgueury@skynet.be or log a bug in:
> https://gitlab.com/mgueury/html_validator/issues
Tags
Privacy Practices
🔐 Security Analysis
⏳ Security scan is queued. Check back soon.