1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2: "http://www.w3.org/TR/html4/loose.dtd">
3:
4: <html>
5: <head>
6: <title>missing all-charset</title>
7: </head>
8: <body>äöüÄÖÜß</body>
9: </html>
| Neither in Meta-Tag, Byte Order Mark (BOM), nor in HTTP-Header a charset encoding statement
was found.
The W3C-specification
recommends to ignore RFC2616 and consequently
not to perform a fallback to ISO-8859-1, but nothing is being told about which charset encoding should be used instead.
For this reason, we decided to abort validation and report an Error message. |