1 |
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: "<!DOCTYPE>" is now explicitly supported in the |
4 |
|
spec (HTML5 revision 2700). |
5 |
|
|
6 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm.src: Added support for <script> element in the "in |
9 |
|
select" and "in select in table" insertion modes (HTML5 revision |
10 |
|
2500). |
11 |
|
|
12 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm.src: An <hn> start tag in an <hn> element should close |
15 |
|
the earlier element (HTML5 revision 2501). |
16 |
|
|
17 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm.src: The </br> end tags before the <body> start tag |
20 |
|
should equally survive as the first br element child of the body |
21 |
|
element (HTML5 revision 2586). |
22 |
|
|
23 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* HTML.pm.src: <font> in SVG land is handled as an SVG element as |
26 |
|
long as it did not have HTML attributes (HTML5 revision 2590). |
27 |
|
|
28 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
* HTML.pm.src (_tree_construction_main): Improved error reporting |
* HTML.pm.src (_tree_construction_main): Improved error reporting |
31 |
on "select" start tag in "in select" and "in select in table" |
on "select" start tag in "in select" and "in select in table" |
32 |
parsing modes (c.f. HTML5 revision 3604). |
parsing modes (c.f. HTML5 revision 3604). |