--- test/html-webhacc/error-description.en.html.u8 2008/05/18 07:24:04 1.20 +++ test/html-webhacc/error-description.en.html.u8 2008/07/21 12:56:34 1.21 @@ -53,10 +53,10 @@ encoding declaration. The document is non‐conforming.
The long character encoding declaration syntax
- <meta http-equiv="Content-Type" content="text/html; charset=charset-name">
+ <meta http-equiv="Content-Type" content="text/html; charset=charset-name">
is obsolete. The new syntax is:
-<meta charset="charset-name">
+<meta charset="charset-name">
Note that the encoding declaration in XML
declaration has no effect for HTML document.
Content-Type: text/html; charset=charset-name
Existence of HTML character encoding declaration, i.e.
- <meta charset="charset-name">,
+ <meta charset="charset-name">,
does not allow to omit charset parameter
for HTML document encoded in non‐ASCII
compatible encoding.
charset parameter in the Content-Type
field in the HTTP header, as:
-Content-Type: text/html; charset="charset-name"Content-Type: text/html; charset="charset-name"
<meta charset="charset-name">)
+ (<meta charset="charset-name">)
just after <head> start tag.UTF-8.alternate stylesheet for an alternate style
sheet).
-<link rel=stylesheet href="path/to/stylesheet.css">
+<link rel=stylesheet href="path/to/stylesheet.css">
<?php?> or
<? ... PHP code ... ?>
@@ -738,7 +738,7 @@
In XHTML document, the root html
element must have an xmlns attribute as:
-<html xmlns="http://www.w3.org/1999/xhtml"><html xmlns="http://www.w3.org/1999/xhtml">
rss elementThe document is written in some version of RSS.
The conformance checker does not support any version
@@ -748,7 +748,7 @@
in the http://www.w3.org/2005/Atom
namespace as:
-<feed xmlns="http://www.w3.org/2005/Atom">
+<feed xmlns="http://www.w3.org/2005/Atom">
The conformance checker does not support Atom 0.3. Use Atom 1.0 for feed documents.
To specify the character encoding used for serialization, if necessary, use XML declaration instead:
-<?xml version="1.0" encoding="encoding-name"?>
+<?xml version="1.0" encoding="encoding-name"?>
@@ -948,7 +948,7 @@
Value Content-Type is obsolete; for charset
declaration, the charset attribute can be used as:
-<meta charset="charset-name">
+<meta charset="charset-name">
... where charset-name is a name of the character encoding
of the document, such as utf-8.
Values Content-Style-Type and
@@ -963,15 +963,15 @@
<meta http-equiv="Content-Type" content="text/html; charset=charset-name">
+ <meta http-equiv="Content-Type" content="text/html; charset=charset-name">
is obsolete.Old long character encoding declaration syntax
- <meta http-equiv="Content-Type" content="text/html; charset=charset-name">
+ <meta http-equiv="Content-Type" content="text/html; charset=charset-name">
is in use. The document is non‐conforming.
The new character encoding declaration syntax is:
-<meta charset="charset-name">
+<meta charset="charset-name">