1 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTMLTable.pm (assign_header): New function; first version |
4 |
|
with no support for headers="". |
5 |
|
(form_table): Include table width and height to the returned |
6 |
|
table object for covenience. Indexing in column assignement was wrong. |
7 |
|
Set whether a data cell is empty or not for convenience. |
8 |
|
|
9 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* HTMLTable.pm: Robuster caption support (HTML5 revision 1393). |
12 |
|
|
13 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* HTMLTable.pm: How table model errors are detected is |
16 |
|
changed (HTML5 revision 1387). |
17 |
|
|
18 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* HTMLTable.pm: The algorithm now moves |tfoot| elements |
21 |
|
to the end of the table (HTML5 revision 1380). |
22 |
|
|
23 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* HTMLTable.pm: The algorithm is now 0-based indexing, instead |
26 |
|
of 1-based (HTML5 revision 1376). |
27 |
|
|
28 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* ContentType.pm: "Content-Type: text/plain; charset=UTF-8" |
31 |
|
and "Content-Encoding" no longer prevent sniffing (HTML5 |
32 |
|
revision 1288). |
33 |
|
|
34 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision |
37 |
|
1282). |
38 |
|
|
39 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* ContentChecker.pm: Support for global attributes. |
42 |
|
Status of XML specs are added. |
43 |
|
|
44 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* ContentChecker.pm (check_element): Support for |template=""| |
47 |
|
and |ref=""| attribute (referent element type checking). |
48 |
|
|
49 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* CacheManifest.pm (_parse): New same origin definition (HTML5 revision |
52 |
|
1500) is implemented (except for IDNA part and URI-scheme-specific |
53 |
|
knowledge). Line number counting was wrong for LF-only |
54 |
|
documents. |
55 |
|
|
56 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* HTML.pm.src: Raise an parse error for any disallowed |
59 |
|
character (HTML5 revision 1263). |
60 |
|
|
61 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* mkentitylist.pl: Support for new HTML5 entity table format (the |
64 |
|
definition for |AElig;| was missing). |
65 |
|
|
66 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* HTML.pm.src, mkhtmlparser.pl: Support for element/attribute |
69 |
|
name/namespace fixup (HTML5 revisions 1413, 1415, 1416, and 1417). |
70 |
|
|
71 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* HTML.pm.src: List of element names that close foreign content |
74 |
|
insertion mode is added (HTML5 revisions 1412 and 1418). |
75 |
|
|
76 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* HTML.pm.src: Support for |mglyph| and |malignmark| |
79 |
|
elements (HTML5 revision 1410). |
80 |
|
|
81 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* HTML.pm.src: Support for new long MathML entities (HTML5 |
84 |
|
revision 1406). |
85 |
|
|
86 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* HTML.pm.src: CDATA section support for MathML and SVG |
89 |
|
elements (HTML5 revision 1404 and 1420). |
90 |
|
|
91 |
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
* HTML.pm.src, mkhtmlparser.pl: Support for MathML and SVG |
* HTML.pm.src, mkhtmlparser.pl: Support for MathML and SVG |