1 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: Remove strange |if| condition; however, it should |
4 |
|
have had no harm in theory. |
5 |
|
|
6 |
|
2008-03-08 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm.src (_tree_construction_main): '</p>' in body |
9 |
|
case is split from other end tags for the preparation |
10 |
|
of implementing HTML revision 1320. |
11 |
|
|
12 |
|
2008-03-07 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm.src: Simplified "generate implied end tag" (HTML5 |
15 |
|
revision 1320). |
16 |
|
|
17 |
|
2008-03-07 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm.src (_tree_construction_main): Merge rules for "h1" |
20 |
|
and "div" (HTML5 revision 1318). Add comments to where |
21 |
|
|form| pointer association codes should be inserted (HTML5 revision |
22 |
|
1319). |
23 |
|
|
24 |
|
2008-03-06 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm.src: <html> treatement refined (HTML5 revision 1314). |
27 |
|
|
28 |
|
2008-03-05 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* HTML.pm.src: Since the case t268 should never be reached (no |
31 |
|
other token type, there are), it is replaced by a |die| statement. |
32 |
|
|
33 |
|
2008-03-05 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* HTML.pm.src: Typo fixed. |
36 |
|
|
37 |
|
2008-03-04 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* HTML.pm.src (_tree_construction_initial): Some limited quirks |
40 |
|
doctypes were not uppercased for comparison. |
41 |
|
|
42 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* HTML.pm.src (tree construction and set_inner_html): Checkpoints |
45 |
|
are added. |
46 |
|
|
47 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* HTML.pm.src (_tokenize_attempt_to_consume_an_entity): Checkpoints |
50 |
|
are set. Cases that are unlikely reached are noted as so. |
51 |
|
|
52 |
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
* HTML.pm.src: Checkpoints for debugging are added. |
* HTML.pm.src: Checkpoints for debugging are added. |