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