1 |
|
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| |
28 |
|
phase is now an insertion mode. Treatments for white |
29 |
|
space character tokens were incorrect for some |
30 |
|
insertion modes. An old |meta| case was not removed. |
31 |
|
|
32 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* HTML.pm.src: |meta| charset declaration extraction |
35 |
|
implemented (but changing the encoding is not yet:-). |
36 |
|
|
37 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* Charset/: New directory. |
40 |
|
|
41 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* H2H.pm: New Perl module (created from |
44 |
|
manakai's H2H.dis). |
45 |
|
|
46 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* XMLSerializer.pm: New Perl module (created from |
49 |
|
manakai's SimpleLS.dis). |
50 |
|
|
51 |
|
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* HTML.pm.src: |<!---x-->| was not processed correctly. |
54 |
|
|
55 |
|
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* HTML.pm.src: Report correct error message |
58 |
|
for |<body></div></body>|. |
59 |
|
|
60 |
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
2007-07-01 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
* HTMLTable.pm: An error description was incorrect. |
* HTMLTable.pm: An error description was incorrect. |