link-checker
link-checker copied to clipboard
Support for checking links beside <a> elements
The tool only looks for <a> tags at the moment. Would you be open to a pull request that would add support for checking other linked resources (images, stylesheets, scripts, etc)?
First of all, sorry for the delay.
Good point, it totally makes sense!
The question is what kind of check would you do for these kind of resources?
Just a HTTP Head request? I think it would be better than no support.
For stylesheets we could improve the validation be checking the @import lines and also the src value of the @font-face declarations.