1 |
2009-09-06 Wakaba <wakaba@suika.fam.cx> |
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|, |
* HTML.pm.src: No longer does foster parenting |style|, |script|, |
40 |
and |input type=hidden| elements (HTML5 revision 2988). |
and |input type=hidden| elements (HTML5 revision 2988). |
41 |
|
|