| 1 |
2008-03-02 Wakaba <[email protected]> |
2008-03-02 Wakaba <[email protected]> |
| 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 <[email protected]> |
| 13 |
|
|
| 14 |
|
* ContentChecker.pm: Typo fixed. Don't raise "character encoding" |
| 15 |
|
and related errors unless it is an HTML document (though the spec |
| 16 |
|
is unclear on whether it is applied to XHTML document). |
| 17 |
|
|
| 18 |
|
* HTML.pm (%HTMLAttrStatus): WF2 repetition model attributes |
| 19 |
|
are added. |
| 20 |
|
|
| 21 |
|
2008-03-02 Wakaba <[email protected]> |
| 22 |
|
|
| 23 |
* HTML.pm.src: s/local_name/manakai_local_name/g. |
* HTML.pm.src: s/local_name/manakai_local_name/g. |
| 24 |
|
|
| 25 |
2008-03-01 Wakaba <[email protected]> |
2008-03-01 Wakaba <[email protected]> |