wjdp / htmltest

:white_check_mark: Test generated HTML for problems
MIT License
323 stars 54 forks source link

add details for blank href errors #195

Closed dhellmann closed 1 year ago

dhellmann commented 2 years ago

In large HTML files finding the blank href attributes in anchor tags can be difficult. This change adds more details like the title and body of the anchor to the error message to make it more obvious which link is broken.

wjdp commented 1 year ago

Thanks, great addition!