1 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: The character immediately following |
4 |
|
a bare |hcro| was discarded. Fix handling of |
5 |
|
entity references in attribute values. |
6 |
|
|
7 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* HTML.pm.src (main and trailin end phases): Token |
10 |
|
types |DOCTYPE|, |comment|, |end-of-file|, and |<html>| are |
11 |
|
factored out. Error types |in html:#DOCTYPE| |
12 |
|
and |after html:#DOCTYPE| are merged |
13 |
|
into |DOCTYPE in the middle|. |</frameset>| |
14 |
|
in fragment parsing mode changed the |
15 |
|
insertion mode. |
16 |
|
|
17 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm.src: |$phase| has been removed; The |trailing end| |
20 |
|
phase is now an insertion mode. Treatments for white |
21 |
|
space character tokens were incorrect for some |
22 |
|
insertion modes. An old |meta| case was not removed. |
23 |
|
|
24 |
|
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm.src: |meta| charset declaration extraction |
27 |
|
implemented (but changing the encoding is not yet:-). |
28 |
|
|
29 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* Charset/: New directory. |
32 |
|
|
33 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* H2H.pm: New Perl module (created from |
36 |
|
manakai's H2H.dis). |
37 |
|
|
38 |
|
2007-07-15 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* XMLSerializer.pm: New Perl module (created from |
41 |
|
manakai's SimpleLS.dis). |
42 |
|
|
43 |
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
2007-07-07 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
* HTML.pm.src: |<!---x-->| was not processed correctly. |
* HTML.pm.src: |<!---x-->| was not processed correctly. |