1 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: Dropped support for "XSLT-compat" and added |
4 |
|
"about:legacy-compat" (HTML5 revision 2725). |
5 |
|
|
6 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm.src: "<!DOCTYPE>" is now explicitly supported in the |
9 |
|
spec (HTML5 revision 2700). |
10 |
|
|
11 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm.src: Added support for <script> element in the "in |
14 |
|
select" and "in select in table" insertion modes (HTML5 revision |
15 |
|
2500). |
16 |
|
|
17 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm.src: An <hn> start tag in an <hn> element should close |
20 |
|
the earlier element (HTML5 revision 2501). |
21 |
|
|
22 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm.src: The </br> end tags before the <body> start tag |
25 |
|
should equally survive as the first br element child of the body |
26 |
|
element (HTML5 revision 2586). |
27 |
|
|
28 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* HTML.pm.src: <font> in SVG land is handled as an SVG element as |
31 |
|
long as it did not have HTML attributes (HTML5 revision 2590). |
32 |
|
|
33 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* HTML.pm.src (_tree_construction_main): Improved error reporting |
36 |
|
on "select" start tag in "in select" and "in select in table" |
37 |
|
parsing modes (c.f. HTML5 revision 3604). |
38 |
|
|
39 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* mkhtmlclass.pl: Made xmlns:xlink with wrong namespace URL |
42 |
|
invalid (HTML5 revision 2701). |
43 |
|
|
44 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm.src: </rt>, </rp>, </option>, </optgroup> become |
47 |
|
optional before </body> (HTML5 revision 2806). |
48 |
|
|
49 |
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
* HTML.pm.src: Marked where SVG |script| execution should be |
* HTML.pm.src: Marked where SVG |script| execution should be |