1 |
|
2008-03-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: <html> treatement refined (HTML5 revision 1314). |
4 |
|
|
5 |
|
2008-03-05 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm.src: Since the case t268 should never be reached (no |
8 |
|
other token type, there are), it is replaced by a |die| statement. |
9 |
|
|
10 |
|
2008-03-05 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm.src: Typo fixed. |
13 |
|
|
14 |
|
2008-03-04 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* HTML.pm.src (_tree_construction_initial): Some limited quirks |
17 |
|
doctypes were not uppercased for comparison. |
18 |
|
|
19 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* HTML.pm.src (tree construction and set_inner_html): Checkpoints |
22 |
|
are added. |
23 |
|
|
24 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm.src (_tokenize_attempt_to_consume_an_entity): Checkpoints |
27 |
|
are set. Cases that are unlikely reached are noted as so. |
28 |
|
|
29 |
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
* HTML.pm.src: Checkpoints for debugging are added. |
* HTML.pm.src: Checkpoints for debugging are added. |