1 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: Added support for <script> element in the "in |
4 |
|
select" and "in select in table" insertion modes (HTML5 revision |
5 |
|
2500). |
6 |
|
|
7 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* HTML.pm.src: An <hn> start tag in an <hn> element should close |
10 |
|
the earlier element (HTML5 revision 2501). |
11 |
|
|
12 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm.src: The </br> end tags before the <body> start tag |
15 |
|
should equally survive as the first br element child of the body |
16 |
|
element (HTML5 revision 2586). |
17 |
|
|
18 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* HTML.pm.src: <font> in SVG land is handled as an SVG element as |
21 |
|
long as it did not have HTML attributes (HTML5 revision 2590). |
22 |
|
|
23 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* HTML.pm.src (_tree_construction_main): Improved error reporting |
26 |
|
on "select" start tag in "in select" and "in select in table" |
27 |
|
parsing modes (c.f. HTML5 revision 3604). |
28 |
|
|
29 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* mkhtmlclass.pl: Made xmlns:xlink with wrong namespace URL |
32 |
|
invalid (HTML5 revision 2701). |
33 |
|
|
34 |
|
2009-07-26 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm.src: </rt>, </rp>, </option>, </optgroup> become |
37 |
|
optional before </body> (HTML5 revision 2806). |
38 |
|
|
39 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML.pm.src: Marked where SVG |script| execution should be |
42 |
|
implemented (HTML5 revision 2904). |
43 |
|
|
44 |
|
2009-07-25 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm.src (set_inner_html): The fragment parsing algorithm |
47 |
|
inherits the document quirksness flag of the main document (HTML5 |
48 |
|
revision 2935). |
49 |
|
|
50 |
|
2009-07-05 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* HTML.pm.src (_tree_construction_main): Put |table| in |p| in |
53 |
|
quirks mode (The Hixie Quirk, HTML5 revision 3132). |
54 |
|
|
55 |
|
2009-07-03 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* HTML.pm.src: <kegten> breaks out of <select> (HTML5 revision |
58 |
|
3163). |
59 |
|
|
60 |
|
2009-07-03 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* HTML.pm.src: Don't change encoding to UTF-8 if the input |
63 |
|
encoding is UTF-16 (HTML5 revision 3204). |
64 |
|
|
65 |
|
2009-07-03 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* HTML.pm.src (parse_byte_stream): Don't change to another |
68 |
|
encoding if the input is UTF-16 (HTML5 revision 3205). |
69 |
|
|
70 |
|
2009-06-28 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* HTML.pm.src: |isindex| should no longer generate |p| element |
73 |
|
node (HTML5 revision 3236). |
74 |
|
|
75 |
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
2008-12-12 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
* ContentChecker.pm: Introduced new flag |has_autofocus|. Added |
* ContentChecker.pm: Introduced new flag |has_autofocus|. Added |