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