Closed
Description
When encountering
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
'These days one can just write <meta charset="utf-8">'
In fact tidy already prints
line 8 column 2 - Warning: discarding unexpected <meta>
about the latter, if it finds both.
Also when encountering
<meta http-equiv="Content-Language" content="zh-tw">
'These days one can just write ...' etc.