validator / htmlparser

The Validator.nu HTML parser https://about.validator.nu/htmlparser/
Other
56 stars 26 forks source link

Obsolete warning: "The attribute may be dropped by IE7" #87

Open 1jj opened 1 year ago

1jj commented 1 year ago

<a href> causes this warning:

Attribute href without an explicit value seen. The attribute may be dropped by IE7.

This warning should be omitted without replacement (later IE versions are not affected).

Thanks!