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