Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benkasminbullock/html-validate
Validate HTML
https://github.com/benkasminbullock/html-validate
Last synced: 7 days ago
JSON representation
Validate HTML
- Host: GitHub
- URL: https://github.com/benkasminbullock/html-validate
- Owner: benkasminbullock
- Created: 2021-01-01T14:21:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T06:44:27.000Z (7 months ago)
- Last Synced: 2024-11-10T10:24:24.559Z (2 months ago)
- Language: HTML
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a validator for HTML files which checks for unclosed tags,
tags which are nested but should not be, empty tags (tags with nothing
between the start and the finish) and whether the file is valid UTF-8.The programming language is Go. There is a Makefile, but you can
probably build the binary by typing "go build" in this directory.There are some tests in the t directory which are run using
run-tests.pl (Perl) in this directory.