1 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: Handling of end tags in the foreign content |
4 |
|
insertion mode was partially wrong, because of wrong bit |
5 |
|
operations. |
6 |
|
|
7 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* NanoDOM.pm (dom_config): New attribute (do nothing), for |
10 |
|
Whatpm::XML::Parser support. |
11 |
|
|
12 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* Makefile: New rule to make HTML/Tokenizer.pm is added. |
15 |
|
|
16 |
|
* HTML.pm.src: Tokenizer part moved to another file. |
17 |
|
|
18 |
|
2008-10-13 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* HTML.pm.src: Merge |DT_EL| and |DD_EL| as |DTDD_EL|. |
21 |
|
|
22 |
|
2008-10-13 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm.src: Element category constants redefined. |
25 |
|
|
26 |
|
2008-10-13 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm.src: Steps for CDATA/RCDATA elements in tree |
29 |
|
construction stage synced with the spec (HTML5 revisions 2139 and |
30 |
|
2302). |
31 |
|
|
32 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* ContentChecker.pm: New error level "html5_fact" added, which |
35 |
|
should be tentatively used until all of requirements are properly |
36 |
|
specced as RFC 2119 "MUST" in HTML5. |
37 |
|
|
38 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* ContentChecker.pod: Note on internal flags is added. |
41 |
|
|
42 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* HTML.pm.src: An AAA bug fixed. |
45 |
|
|
46 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* HTML.pm.src: If another node is inserted by the parser, don't |
49 |
|
reuse existing Text node to append a character (HTML5 revision |
50 |
|
2124). |
51 |
|
|
52 |
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
* HTML.pm.src: Support for <option> and <optgroup> in body (HTML5 |
* HTML.pm.src: Support for <option> and <optgroup> in body (HTML5 |