Open DavidAnson opened 8 years ago
For example, a should have href or img should have src. See #4 for the motivating scenario.
a
href
img
src
You could use something like htmlParser, wc3 Validator to check correctness. Just like images often should have alt attribute.
For example,
a
should havehref
orimg
should havesrc
. See #4 for the motivating scenario.