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