1 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTMLTable.pm: The algorithm is now 0-based indexing, instead |
4 |
|
of 1-based (HTML5 revision 1376). |
5 |
|
|
6 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* ContentType.pm: "Content-Type: text/plain; charset=UTF-8" |
9 |
|
and "Content-Encoding" no longer prevent sniffing (HTML5 |
10 |
|
revision 1288). |
11 |
|
|
12 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision |
15 |
|
1282). |
16 |
|
|
17 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* ContentChecker.pm: Support for global attributes. |
20 |
|
Status of XML specs are added. |
21 |
|
|
22 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* ContentChecker.pm (check_element): Support for |template=""| |
25 |
|
and |ref=""| attribute (referent element type checking). |
26 |
|
|
27 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* CacheManifest.pm (_parse): New same origin definition (HTML5 revision |
30 |
|
1500) is implemented (except for IDNA part and URI-scheme-specific |
31 |
|
knowledge). Line number counting was wrong for LF-only |
32 |
|
documents. |
33 |
|
|
34 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm.src: Raise an parse error for any disallowed |
37 |
|
character (HTML5 revision 1263). |
38 |
|
|
39 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* mkentitylist.pl: Support for new HTML5 entity table format (the |
42 |
|
definition for |AElig;| was missing). |
43 |
|
|
44 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm.src, mkhtmlparser.pl: Support for element/attribute |
47 |
|
name/namespace fixup (HTML5 revisions 1413, 1415, 1416, and 1417). |
48 |
|
|
49 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML.pm.src: List of element names that close foreign content |
52 |
|
insertion mode is added (HTML5 revisions 1412 and 1418). |
53 |
|
|
54 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* HTML.pm.src: Support for |mglyph| and |malignmark| |
57 |
|
elements (HTML5 revision 1410). |
58 |
|
|
59 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* HTML.pm.src: Support for new long MathML entities (HTML5 |
62 |
|
revision 1406). |
63 |
|
|
64 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* HTML.pm.src: CDATA section support for MathML and SVG |
67 |
|
elements (HTML5 revision 1404 and 1420). |
68 |
|
|
69 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* HTML.pm.src, mkhtmlparser.pl: Support for MathML and SVG |
72 |
|
elements (HTML5 revision 1404). Unused !!!macro definitions |
73 |
|
are removed. |
74 |
|
|
75 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* HTML.pm.src, mkhtmlparser.pl: The way permitted slash errors |
78 |
|
are raised is changed (HTML5 revision 1404). |
79 |
|
|
80 |
|
2008-04-06 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* HTML.pm.src: Category sets that are no longer used are removed. |
83 |
|
|
84 |
|
2008-04-06 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* HTML.pm.src: The ->[1] property of stack entries are now |
87 |
|
replaced by constants representing element category. |
88 |
|
|
89 |
|
2008-04-06 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* HTML.pm.src: Don't use local name stored in stack (i.e. ->[1]) |
92 |
|
for error reporting. (This is a preparation for using constant |
93 |
|
value for ->[1].) |
94 |
|
|
95 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* RDFXML.pm: Typo fixed. |
98 |
|
|
99 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* ContentChecker.pm: |fact_level| is now treated |
102 |
|
as same as |must_level|, i.e. level = |m|. |
103 |
|
(check_element): Make list of URIs in the DOM. |
104 |
|
|
105 |
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
* RDFXML.pm: Language accessor implemented. |
* RDFXML.pm: Language accessor implemented. |