1 |
|
2008-05-17 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src (parse_byte_string): HTML5 encoding siniffing |
4 |
|
algorithm, except for the actual sniffing, is implemented |
5 |
|
with new framework with Message::Charset::Info. |
6 |
|
|
7 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* CacheManifest.pm (_parse): Drop fragment identifiers from |
10 |
|
URIs in fallback section (HTML5 revision 1596). |
11 |
|
|
12 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* Makefile (Entities.html): URI has changed. |
15 |
|
|
16 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* CacheManifest.pm: Don't replace U+0000 NULL (HTML5 revision |
19 |
|
1553). |
20 |
|
|
21 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* ContentChecker.pm: Noted that those returned in |table| are |
24 |
|
no longer table elements, but table objects returned |
25 |
|
by Whatpm::HTMLTable. |
26 |
|
|
27 |
|
* HTMLTable.pm (form_table): Return table element node |
28 |
|
as |$table->{element}|. |
29 |
|
(assign_header): Support for the |headers=""| attribute. |
30 |
|
|
31 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTMLTable.pm (assign_header): New function; first version |
34 |
|
with no support for headers="". |
35 |
|
(form_table): Include table width and height to the returned |
36 |
|
table object for covenience. Indexing in column assignement was wrong. |
37 |
|
Set whether a data cell is empty or not for convenience. |
38 |
|
|
39 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTMLTable.pm: Robuster caption support (HTML5 revision 1393). |
42 |
|
|
43 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* HTMLTable.pm: How table model errors are detected is |
46 |
|
changed (HTML5 revision 1387). |
47 |
|
|
48 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* HTMLTable.pm: The algorithm now moves |tfoot| elements |
51 |
|
to the end of the table (HTML5 revision 1380). |
52 |
|
|
53 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* HTMLTable.pm: The algorithm is now 0-based indexing, instead |
56 |
|
of 1-based (HTML5 revision 1376). |
57 |
|
|
58 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* ContentType.pm: "Content-Type: text/plain; charset=UTF-8" |
61 |
|
and "Content-Encoding" no longer prevent sniffing (HTML5 |
62 |
|
revision 1288). |
63 |
|
|
64 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision |
67 |
|
1282). |
68 |
|
|
69 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* ContentChecker.pm: Support for global attributes. |
72 |
|
Status of XML specs are added. |
73 |
|
|
74 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* ContentChecker.pm (check_element): Support for |template=""| |
77 |
|
and |ref=""| attribute (referent element type checking). |
78 |
|
|
79 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* CacheManifest.pm (_parse): New same origin definition (HTML5 revision |
82 |
|
1500) is implemented (except for IDNA part and URI-scheme-specific |
83 |
|
knowledge). Line number counting was wrong for LF-only |
84 |
|
documents. |
85 |
|
|
86 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* HTML.pm.src: Raise an parse error for any disallowed |
89 |
|
character (HTML5 revision 1263). |
90 |
|
|
91 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* mkentitylist.pl: Support for new HTML5 entity table format (the |
94 |
|
definition for |AElig;| was missing). |
95 |
|
|
96 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* HTML.pm.src, mkhtmlparser.pl: Support for element/attribute |
99 |
|
name/namespace fixup (HTML5 revisions 1413, 1415, 1416, and 1417). |
100 |
|
|
101 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* HTML.pm.src: List of element names that close foreign content |
104 |
|
insertion mode is added (HTML5 revisions 1412 and 1418). |
105 |
|
|
106 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
108 |
|
* HTML.pm.src: Support for |mglyph| and |malignmark| |
109 |
|
elements (HTML5 revision 1410). |
110 |
|
|
111 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
112 |
|
|
113 |
|
* HTML.pm.src: Support for new long MathML entities (HTML5 |
114 |
|
revision 1406). |
115 |
|
|
116 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
117 |
|
|
118 |
|
* HTML.pm.src: CDATA section support for MathML and SVG |
119 |
|
elements (HTML5 revision 1404 and 1420). |
120 |
|
|
121 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
122 |
|
|
123 |
|
* HTML.pm.src, mkhtmlparser.pl: Support for MathML and SVG |
124 |
|
elements (HTML5 revision 1404). Unused !!!macro definitions |
125 |
|
are removed. |
126 |
|
|
127 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
128 |
|
|
129 |
|
* HTML.pm.src, mkhtmlparser.pl: The way permitted slash errors |
130 |
|
are raised is changed (HTML5 revision 1404). |
131 |
|
|
132 |
|
2008-04-06 Wakaba <wakaba@suika.fam.cx> |
133 |
|
|
134 |
|
* HTML.pm.src: Category sets that are no longer used are removed. |
135 |
|
|
136 |
|
2008-04-06 Wakaba <wakaba@suika.fam.cx> |
137 |
|
|
138 |
|
* HTML.pm.src: The ->[1] property of stack entries are now |
139 |
|
replaced by constants representing element category. |
140 |
|
|
141 |
|
2008-04-06 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
143 |
|
* HTML.pm.src: Don't use local name stored in stack (i.e. ->[1]) |
144 |
|
for error reporting. (This is a preparation for using constant |
145 |
|
value for ->[1].) |
146 |
|
|
147 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
148 |
|
|
149 |
|
* RDFXML.pm: Typo fixed. |
150 |
|
|
151 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
152 |
|
|
153 |
|
* ContentChecker.pm: |fact_level| is now treated |
154 |
|
as same as |must_level|, i.e. level = |m|. |
155 |
|
(check_element): Make list of URIs in the DOM. |
156 |
|
|
157 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
158 |
|
|
159 |
|
* RDFXML.pm: Language accessor implemented. |
160 |
|
Local (null-namespace) attribute support. |
161 |
|
|
162 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
163 |
|
|
164 |
|
* RDFXML.pm: Factored out ID checking code. |
165 |
|
|
166 |
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
167 |
|
|
168 |
* RDFXML.pm: TODO items noted. Validation of ID |
* RDFXML.pm: TODO items noted. Validation of ID |