You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running /usr/local/bin/tidy -utf8 -errors -quiet on this document, I get the following warning:
line 8 column 6 - Warning: <a> escaping malformed URI reference
The warning only shows up when the href contains an accented character. This seems bogus to me, I don't think non-ASCII characters in href are disallowed. Further, validator.w3.org accepts the document. I think the warning shouldn't be emitted.