1 |
|
2008-03-07 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: Simplified "generate implied end tag" (HTML5 |
4 |
|
revision 1320). |
5 |
|
|
6 |
|
2008-03-07 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm.src (_tree_construction_main): Merge rules for "h1" |
9 |
|
and "div" (HTML5 revision 1318). Add comments to where |
10 |
|
|form| pointer association codes should be inserted (HTML5 revision |
11 |
|
1319). |
12 |
|
|
13 |
|
2008-03-06 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* HTML.pm.src: <html> treatement refined (HTML5 revision 1314). |
16 |
|
|
17 |
|
2008-03-05 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm.src: Since the case t268 should never be reached (no |
20 |
|
other token type, there are), it is replaced by a |die| statement. |
21 |
|
|
22 |
|
2008-03-05 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm.src: Typo fixed. |
25 |
|
|
26 |
|
2008-03-04 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm.src (_tree_construction_initial): Some limited quirks |
29 |
|
doctypes were not uppercased for comparison. |
30 |
|
|
31 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm.src (tree construction and set_inner_html): Checkpoints |
34 |
|
are added. |
35 |
|
|
36 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* HTML.pm.src (_tokenize_attempt_to_consume_an_entity): Checkpoints |
39 |
|
are set. Cases that are unlikely reached are noted as so. |
40 |
|
|
41 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* HTML.pm.src: Checkpoints for debugging are added. |
44 |
|
|
45 |
|
* mkhtmlparser.pl: Support for |!!!cp| syntax. |
46 |
|
|
47 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* HTML.pm.src, mkhtmlparser.pl: s/_input_character/_char/g |
50 |
|
for simplicity. |
51 |
|
|
52 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* HTML.pm.src: Flag name changed: s/correct/force-quirks/g (HTML5 |
55 |
|
revision 1307). |
56 |
|
|
57 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* HTML.pm.src (_get_next_token): Where the /incorrect/ flag |
60 |
|
is set are changed (HTML5 revision 1305). |
61 |
|
|
62 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* HTML.pm.src: Raise a parse error for |<span ===>| (HTML5 revision |
65 |
|
1292). Entities are not parsed in comment-like part in RCDATA |
66 |
|
elements (HTML5 revision 1294). Allow bare & at the end |
67 |
|
of attribute value literals (HTML5 revision 1296). More |
68 |
|
quirks mode doctypes (HTML5 revision 1302). Requires spaces |
69 |
|
between attributes and ban attribute names or unquoted |
70 |
|
attribute values containing single or double quotes (HTML5 |
71 |
|
revision 1303). |
72 |
|
|
73 |
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
* ContentChecker.pm: Typo fixed. Don't raise "character encoding" |
* ContentChecker.pm: Typo fixed. Don't raise "character encoding" |