1 |
|
2008-10-13 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: Element category constants redefined. |
4 |
|
|
5 |
|
2008-10-13 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm.src: Steps for CDATA/RCDATA elements in tree |
8 |
|
construction stage synced with the spec (HTML5 revisions 2139 and |
9 |
|
2302). |
10 |
|
|
11 |
|
2008-10-07 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* ContentChecker.pm: New error level "html5_fact" added, which |
14 |
|
should be tentatively used until all of requirements are properly |
15 |
|
specced as RFC 2119 "MUST" in HTML5. |
16 |
|
|
17 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* ContentChecker.pod: Note on internal flags is added. |
20 |
|
|
21 |
|
2008-10-05 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm.src: An AAA bug fixed. |
24 |
|
|
25 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* HTML.pm.src: If another node is inserted by the parser, don't |
28 |
|
reuse existing Text node to append a character (HTML5 revision |
29 |
|
2124). |
30 |
|
|
31 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm.src: Support for <option> and <optgroup> in body (HTML5 |
34 |
|
revisions 1731 and 2128). |
35 |
|
|
36 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* HTML.pm.src: Make <foreignObject> scoping (HTML5 revision 1837). |
39 |
|
Support for end tags of camelCase SVG elements were broken. A |
40 |
|
wrong error type text fixed. |
41 |
|
|
42 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* HTML.pm.src: Drop redundant code (HTML5 revision 1731). |
45 |
|
|
46 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* HTML.pm.src: Support for new definition of |param| and |source| |
49 |
|
start tag parsing (HTML5 revision 1731). |
50 |
|
|
51 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* HTML.pm.src: <p> steps reimplemented (HTML5 revision 1731). |
54 |
|
|
55 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* HTML.pm.src: <li>, <dt>, and <dd> steps reimplemented (HTML5 |
58 |
|
revisions 1731 and 1831). |
59 |
|
|
60 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* HTML.pm.src: Support for new flow (but not phrasing) elements (HTML5 |
63 |
|
revisions 1731 and 1778). Support for the </sarcasm> end tag (HTML5 |
64 |
|
revision 1731). |
65 |
|
|
66 |
|
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* HTML.pm.src: Support for |command| and |eventsource| elements (HTML5 |
69 |
|
revision 1731). End tags of |option| and |optgroup| elements are |
70 |
|
now optional (HTML5 revision 1731). |
71 |
|
|
72 |
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
2008-10-04 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
* HTML.pm.src: New "special" elements added to the list (HTML5 |
* HTML.pm.src: New "special" elements added to the list (HTML5 |