1 |
|
2009-09-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: Rewrote end tag handling in |head| area (cf. HTML5 |
4 |
|
revision 2730, but it was entirely broken, maybe I missed some |
5 |
|
spec changes before rev.2730). |
6 |
|
|
7 |
|
2009-09-06 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* HTML.pm.src: Added the |hgroup| element (HTML5 revision 3039 and |
10 |
|
HTML5 revision 3040). |
11 |
|
|
12 |
|
2009-09-06 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm.src: Added |xmp| to the list of Special elements (HTML5 |
15 |
|
revision 3689). It should make no difference since the |xmp| |
16 |
|
element has the PCDATA content and cannot be the non-bottommost |
17 |
|
element in the stack of open elements. |
18 |
|
|
19 |
|
2009-09-06 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* HTML.pm.src: Set the |confidence| flag to |irrlevant| when the |
22 |
|
fragment parsing algorithm is invoked (HTML5 revision 2699). |
23 |
|
|
24 |
|
2009-09-06 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm.src: Simplified foster parenting (HTML5 revision 2732). |
27 |
|
|
28 |
|
2009-09-06 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* HTML.pm.src: No longer does foster parenting |style|, |script|, |
31 |
|
and |input type=hidden| elements (HTML5 revision 2988). |
32 |
|
|
33 |
|
2009-09-06 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* HTML.pm.src: Dropped the |eventsource| element (HTML5 revision |
36 |
|
2870). |
37 |
|
|
38 |
|
2009-09-06 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* HTML.pm.src (_tree_construction_main): Treate |keygen| as a void |
41 |
|
element (HTML5 revision 2960). |
42 |
|
|
43 |
|
2009-09-05 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* HTML.pm.src: Moved the "in table text" insertion mode code up |
46 |
|
such that it does also work as specced in HTML5 in the remaining |
47 |
|
cases (HTML5 revision 3382). |
48 |
|
|
49 |
|
2009-09-05 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML.pm.src: Implementing the "in table text" insertion mode, |
52 |
|
first half (HTML5 revision 3382). |
53 |
|
|
54 |
|
2009-08-30 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* ContentChecker.pm: Allow |xml:lang| in HTML document if the |
57 |
|
owner element is not an HTML element (HTML5 revision 3697). |
58 |
|
|
59 |
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
2009-08-23 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
* ContentChecker.pm: Allow <input type=hidden> in context where |
* ContentChecker.pm: Allow <input type=hidden> in context where |