1 |
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: Raise a parse error for |<span ===>| (HTML5 revision |
4 |
|
1292). Entities are not parsed in comment-like part in RCDATA |
5 |
|
elements (HTML5 revision 1294). Allow bare & at the end |
6 |
|
of attribute value literals (HTML5 revision 1296). More |
7 |
|
quirks mode doctypes (HTML5 revision 1302). Requires spaces |
8 |
|
between attributes and ban attribute names or unquoted |
9 |
|
attribute values containing single or double quotes (HTML5 |
10 |
|
revision 1303). |
11 |
|
|
12 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
* ContentChecker.pm: Typo fixed. Don't raise "character encoding" |
* ContentChecker.pm: Typo fixed. Don't raise "character encoding" |
15 |
and related errors unless it is an HTML document (though the spec |
and related errors unless it is an HTML document (though the spec |
16 |
is unclear on whether it is applied to XHTML document). |
is unclear on whether it is applied to XHTML document). |