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> |
53 |
|
|
54 |
|
* HTML.pm.src: Support for <option> and <optgroup> in body (HTML5 |
55 |
|
revisions 1731 and 2128). |
56 |
|
|
57 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* HTML.pm.src: Make <foreignObject> scoping (HTML5 revision 1837). |
60 |
|
Support for end tags of camelCase SVG elements were broken. A |
61 |
|
wrong error type text fixed. |
62 |
|
|
63 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* HTML.pm.src: Drop redundant code (HTML5 revision 1731). |
66 |
|
|
67 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* HTML.pm.src: Support for new definition of |param| and |source| |
70 |
|
start tag parsing (HTML5 revision 1731). |
71 |
|
|
72 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* HTML.pm.src: <p> steps reimplemented (HTML5 revision 1731). |
75 |
|
|
76 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* HTML.pm.src: <li>, <dt>, and <dd> steps reimplemented (HTML5 |
79 |
|
revisions 1731 and 1831). |
80 |
|
|
81 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* HTML.pm.src: Support for new flow (but not phrasing) elements (HTML5 |
84 |
|
revisions 1731 and 1778). Support for the </sarcasm> end tag (HTML5 |
85 |
|
revision 1731). |
86 |
|
|
87 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* HTML.pm.src: Support for |command| and |eventsource| elements (HTML5 |
90 |
|
revision 1731). End tags of |option| and |optgroup| elements are |
91 |
|
now optional (HTML5 revision 1731). |
92 |
|
|
93 |
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
* HTML.pm.src: New "special" elements added to the list (HTML5 |
* HTML.pm.src: New "special" elements added to the list (HTML5 |