1 |
|
2008-10-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* NanoDOM.pm (create_processing_instruction): New method. |
4 |
|
(xml_version, xml_encoding, xml_standalone): New attributes. |
5 |
|
(ProcessingInstruction): New class. |
6 |
|
|
7 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* HTML.pm.src: Handling of end tags in the foreign content |
10 |
|
insertion mode was partially wrong, because of wrong bit |
11 |
|
operations. |
12 |
|
|
13 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* NanoDOM.pm (dom_config): New attribute (do nothing), for |
16 |
|
Whatpm::XML::Parser support. |
17 |
|
|
18 |
|
2008-10-14 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* Makefile: New rule to make HTML/Tokenizer.pm is added. |
21 |
|
|
22 |
|
* HTML.pm.src: Tokenizer part moved to another file. |
23 |
|
|
24 |
|
2008-10-13 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm.src: Merge |DT_EL| and |DD_EL| as |DTDD_EL|. |
27 |
|
|
28 |
|
2008-10-13 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* HTML.pm.src: Element category constants redefined. |
31 |
|
|
32 |
|
2008-10-13 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* HTML.pm.src: Steps for CDATA/RCDATA elements in tree |
35 |
|
construction stage synced with the spec (HTML5 revisions 2139 and |
36 |
|
2302). |
37 |
|
|
38 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* ContentChecker.pm: New error level "html5_fact" added, which |
41 |
|
should be tentatively used until all of requirements are properly |
42 |
|
specced as RFC 2119 "MUST" in HTML5. |
43 |
|
|
44 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* ContentChecker.pod: Note on internal flags is added. |
47 |
|
|
48 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* HTML.pm.src: An AAA bug fixed. |
51 |
|
|
52 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* HTML.pm.src: If another node is inserted by the parser, don't |
55 |
|
reuse existing Text node to append a character (HTML5 revision |
56 |
|
2124). |
57 |
|
|
58 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* HTML.pm.src: Support for <option> and <optgroup> in body (HTML5 |
61 |
|
revisions 1731 and 2128). |
62 |
|
|
63 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* HTML.pm.src: Make <foreignObject> scoping (HTML5 revision 1837). |
66 |
|
Support for end tags of camelCase SVG elements were broken. A |
67 |
|
wrong error type text fixed. |
68 |
|
|
69 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* HTML.pm.src: Drop redundant code (HTML5 revision 1731). |
72 |
|
|
73 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* HTML.pm.src: Support for new definition of |param| and |source| |
76 |
|
start tag parsing (HTML5 revision 1731). |
77 |
|
|
78 |
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
* HTML.pm.src: <p> steps reimplemented (HTML5 revision 1731). |
* HTML.pm.src: <p> steps reimplemented (HTML5 revision 1731). |