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