1 |
|
2009-09-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: Changed the handling of </html> end tag of "in |
4 |
|
body" insertion mode according to the latest spec definition. |
5 |
|
|
6 |
|
2009-09-06 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm.src: Rewrote end tag handling in |head| area (cf. HTML5 |
9 |
|
revision 2730, but it was entirely broken, maybe I missed some |
10 |
|
spec changes before rev.2730). |
11 |
|
|
12 |
|
2009-09-06 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm.src: Added the |hgroup| element (HTML5 revision 3039 and |
15 |
|
HTML5 revision 3040). |
16 |
|
|
17 |
|
2009-09-06 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm.src: Added |xmp| to the list of Special elements (HTML5 |
20 |
|
revision 3689). It should make no difference since the |xmp| |
21 |
|
element has the PCDATA content and cannot be the non-bottommost |
22 |
|
element in the stack of open elements. |
23 |
|
|
24 |
|
2009-09-06 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm.src: Set the |confidence| flag to |irrlevant| when the |
27 |
|
fragment parsing algorithm is invoked (HTML5 revision 2699). |
28 |
|
|
29 |
|
2009-09-06 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* HTML.pm.src: Simplified foster parenting (HTML5 revision 2732). |
32 |
|
|
33 |
|
2009-09-06 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* HTML.pm.src: No longer does foster parenting |style|, |script|, |
36 |
|
and |input type=hidden| elements (HTML5 revision 2988). |
37 |
|
|
38 |
|
2009-09-06 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* HTML.pm.src: Dropped the |eventsource| element (HTML5 revision |
41 |
|
2870). |
42 |
|
|
43 |
|
2009-09-06 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* HTML.pm.src (_tree_construction_main): Treate |keygen| as a void |
46 |
|
element (HTML5 revision 2960). |
47 |
|
|
48 |
|
2009-09-05 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* HTML.pm.src: Moved the "in table text" insertion mode code up |
51 |
|
such that it does also work as specced in HTML5 in the remaining |
52 |
|
cases (HTML5 revision 3382). |
53 |
|
|
54 |
|
2009-09-05 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* HTML.pm.src: Implementing the "in table text" insertion mode, |
57 |
|
first half (HTML5 revision 3382). |
58 |
|
|
59 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* ContentChecker.pm: Allow |xml:lang| in HTML document if the |
62 |
|
owner element is not an HTML element (HTML5 revision 3697). |
63 |
|
|
64 |
|
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* ContentChecker.pm: Allow <input type=hidden> in context where |
67 |
|
interactive content is disallowed (HTML5 revision 2392). |
68 |
|
|
69 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* HTML.pm.src: Dropped support for "XSLT-compat" and added |
72 |
|
"about:legacy-compat" (HTML5 revision 2725). |
73 |
|
|
74 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* HTML.pm.src: "<!DOCTYPE>" is now explicitly supported in the |
77 |
|
spec (HTML5 revision 2700). |
78 |
|
|
79 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* HTML.pm.src: Added support for <script> element in the "in |
82 |
|
select" and "in select in table" insertion modes (HTML5 revision |
83 |
|
2500). |
84 |
|
|
85 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* HTML.pm.src: An <hn> start tag in an <hn> element should close |
88 |
|
the earlier element (HTML5 revision 2501). |
89 |
|
|
90 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* HTML.pm.src: The </br> end tags before the <body> start tag |
93 |
|
should equally survive as the first br element child of the body |
94 |
|
element (HTML5 revision 2586). |
95 |
|
|
96 |
|
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* HTML.pm.src: <font> in SVG land is handled as an SVG element as |
99 |
|
long as it did not have HTML attributes (HTML5 revision 2590). |
100 |
|
|
101 |
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
2009-08-16 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
* HTML.pm.src (_tree_construction_main): Improved error reporting |
* HTML.pm.src (_tree_construction_main): Improved error reporting |