1 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm: Report error if |xml:lang| |
4 |
|
in HTML, |lang| in XML, |xmlns| in XML, and |meta| |charset| |
5 |
|
in XML. |
6 |
|
|
7 |
|
* NanoDOM.pm (Attr.owner_document): New attribute. |
8 |
|
|
9 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* HTML.pm.src: The character immediately following |
12 |
|
a bare |hcro| was discarded. Fix handling of |
13 |
|
entity references in attribute values. |
14 |
|
|
15 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTML.pm.src (main and trailin end phases): Token |
18 |
|
types |DOCTYPE|, |comment|, |end-of-file|, and |<html>| are |
19 |
|
factored out. Error types |in html:#DOCTYPE| |
20 |
|
and |after html:#DOCTYPE| are merged |
21 |
|
into |DOCTYPE in the middle|. |</frameset>| |
22 |
|
in fragment parsing mode changed the |
23 |
|
insertion mode. |
24 |
|
|
25 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
* HTML.pm.src: |$phase| has been removed; The |trailing end| |
* HTML.pm.src: |$phase| has been removed; The |trailing end| |
28 |
phase is now an insertion mode. Treatments for white |
phase is now an insertion mode. Treatments for white |
29 |
space character tokens were incorrect for some |
space character tokens were incorrect for some |