1 |
|
2008-03-05 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: Since the case t268 should never be reached (no |
4 |
|
other token type, there are), it is replaced by a |die| statement. |
5 |
|
|
6 |
|
2008-03-05 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm.src: Typo fixed. |
9 |
|
|
10 |
|
2008-03-04 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm.src (_tree_construction_initial): Some limited quirks |
13 |
|
doctypes were not uppercased for comparison. |
14 |
|
|
15 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTML.pm.src (tree construction and set_inner_html): Checkpoints |
18 |
|
are added. |
19 |
|
|
20 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* HTML.pm.src (_tokenize_attempt_to_consume_an_entity): Checkpoints |
23 |
|
are set. Cases that are unlikely reached are noted as so. |
24 |
|
|
25 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* HTML.pm.src: Checkpoints for debugging are added. |
28 |
|
|
29 |
|
* mkhtmlparser.pl: Support for |!!!cp| syntax. |
30 |
|
|
31 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm.src, mkhtmlparser.pl: s/_input_character/_char/g |
34 |
|
for simplicity. |
35 |
|
|
36 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* HTML.pm.src: Flag name changed: s/correct/force-quirks/g (HTML5 |
39 |
|
revision 1307). |
40 |
|
|
41 |
|
2008-03-03 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* HTML.pm.src (_get_next_token): Where the /incorrect/ flag |
44 |
|
is set are changed (HTML5 revision 1305). |
45 |
|
|
46 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* HTML.pm.src: Raise a parse error for |<span ===>| (HTML5 revision |
49 |
|
1292). Entities are not parsed in comment-like part in RCDATA |
50 |
|
elements (HTML5 revision 1294). Allow bare & at the end |
51 |
|
of attribute value literals (HTML5 revision 1296). More |
52 |
|
quirks mode doctypes (HTML5 revision 1302). Requires spaces |
53 |
|
between attributes and ban attribute names or unquoted |
54 |
|
attribute values containing single or double quotes (HTML5 |
55 |
|
revision 1303). |
56 |
|
|
57 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* ContentChecker.pm: Typo fixed. Don't raise "character encoding" |
60 |
|
and related errors unless it is an HTML document (though the spec |
61 |
|
is unclear on whether it is applied to XHTML document). |
62 |
|
|
63 |
|
* HTML.pm (%HTMLAttrStatus): WF2 repetition model attributes |
64 |
|
are added. |
65 |
|
|
66 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* HTML.pm.src: s/local_name/manakai_local_name/g. |
69 |
|
|
70 |
|
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* _NamedEntityList.pm: Updated (HTML5 revision 1286). |
73 |
|
|
74 |
|
* HTML.pm.src: |charset| in |content| attribute is |
75 |
|
case-insensitive (HTML5 revision 1270). |
76 |
|
|
77 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
* ContentChecker.pm: New status constants are added. |
* ContentChecker.pm: New status constants are added. |