Releases: wjdp/htmltest
Releases · wjdp/htmltest
v0.0.2
v0.0.1
What is it
Proofs your html files:
- Scans a directory, parses all html documents
- Runs checks on matching html nodes (
a
,img
,link
,script
) - Checks internal and external links (href and src)
- Correctly resolves internal absolute and relative links
- Checks images have alt tags
- Complains about mixed content if asked to
- Ignores nodes in
pre
andcode
, ignores tags marked withdata-proofer-ignore
. - Some other other little things
Usage
htmltest path/to/directory
The path given is assumed to be the root of all internal absolute URLs.