1 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm: Noted that those returned in |table| are |
4 |
|
no longer table elements, but table objects returned |
5 |
|
by Whatpm::HTMLTable. |
6 |
|
|
7 |
|
* HTMLTable.pm (form_table): Return table element node |
8 |
|
as |$table->{element}|. |
9 |
|
(assign_header): Support for the |headers=""| attribute. |
10 |
|
|
11 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTMLTable.pm (assign_header): New function; first version |
14 |
|
with no support for headers="". |
15 |
|
(form_table): Include table width and height to the returned |
16 |
|
table object for covenience. Indexing in column assignement was wrong. |
17 |
|
Set whether a data cell is empty or not for convenience. |
18 |
|
|
19 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* HTMLTable.pm: Robuster caption support (HTML5 revision 1393). |
22 |
|
|
23 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* HTMLTable.pm: How table model errors are detected is |
26 |
|
changed (HTML5 revision 1387). |
27 |
|
|
28 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* HTMLTable.pm: The algorithm now moves |tfoot| elements |
31 |
|
to the end of the table (HTML5 revision 1380). |
32 |
|
|
33 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* HTMLTable.pm: The algorithm is now 0-based indexing, instead |
36 |
|
of 1-based (HTML5 revision 1376). |
37 |
|
|
38 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* ContentType.pm: "Content-Type: text/plain; charset=UTF-8" |
41 |
|
and "Content-Encoding" no longer prevent sniffing (HTML5 |
42 |
|
revision 1288). |
43 |
|
|
44 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision |
47 |
|
1282). |
48 |
|
|
49 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* ContentChecker.pm: Support for global attributes. |
52 |
|
Status of XML specs are added. |
53 |
|
|
54 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* ContentChecker.pm (check_element): Support for |template=""| |
57 |
|
and |ref=""| attribute (referent element type checking). |
58 |
|
|
59 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* CacheManifest.pm (_parse): New same origin definition (HTML5 revision |
62 |
|
1500) is implemented (except for IDNA part and URI-scheme-specific |
63 |
|
knowledge). Line number counting was wrong for LF-only |
64 |
|
documents. |
65 |
|
|
66 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* HTML.pm.src: Raise an parse error for any disallowed |
69 |
|
character (HTML5 revision 1263). |
70 |
|
|
71 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* mkentitylist.pl: Support for new HTML5 entity table format (the |
74 |
|
definition for |AElig;| was missing). |
75 |
|
|
76 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* HTML.pm.src, mkhtmlparser.pl: Support for element/attribute |
79 |
|
name/namespace fixup (HTML5 revisions 1413, 1415, 1416, and 1417). |
80 |
|
|
81 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* HTML.pm.src: List of element names that close foreign content |
84 |
|
insertion mode is added (HTML5 revisions 1412 and 1418). |
85 |
|
|
86 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* HTML.pm.src: Support for |mglyph| and |malignmark| |
89 |
|
elements (HTML5 revision 1410). |
90 |
|
|
91 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
93 |
|
* HTML.pm.src: Support for new long MathML entities (HTML5 |
94 |
|
revision 1406). |
95 |
|
|
96 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* HTML.pm.src: CDATA section support for MathML and SVG |
99 |
|
elements (HTML5 revision 1404 and 1420). |
100 |
|
|
101 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* HTML.pm.src, mkhtmlparser.pl: Support for MathML and SVG |
104 |
|
elements (HTML5 revision 1404). Unused !!!macro definitions |
105 |
|
are removed. |
106 |
|
|
107 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* HTML.pm.src, mkhtmlparser.pl: The way permitted slash errors |
110 |
|
are raised is changed (HTML5 revision 1404). |
111 |
|
|
112 |
|
2008-04-06 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* HTML.pm.src: Category sets that are no longer used are removed. |
115 |
|
|
116 |
|
2008-04-06 Wakaba <wakaba@suika.fam.cx> |
117 |
|
|
118 |
|
* HTML.pm.src: The ->[1] property of stack entries are now |
119 |
|
replaced by constants representing element category. |
120 |
|
|
121 |
|
2008-04-06 Wakaba <wakaba@suika.fam.cx> |
122 |
|
|
123 |
|
* HTML.pm.src: Don't use local name stored in stack (i.e. ->[1]) |
124 |
|
for error reporting. (This is a preparation for using constant |
125 |
|
value for ->[1].) |
126 |
|
|
127 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
128 |
|
|
129 |
|
* RDFXML.pm: Typo fixed. |
130 |
|
|
131 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* ContentChecker.pm: |fact_level| is now treated |
134 |
|
as same as |must_level|, i.e. level = |m|. |
135 |
|
(check_element): Make list of URIs in the DOM. |
136 |
|
|
137 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
138 |
|
|
139 |
|
* RDFXML.pm: Language accessor implemented. |
140 |
|
Local (null-namespace) attribute support. |
141 |
|
|
142 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
143 |
|
|
144 |
|
* RDFXML.pm: Factored out ID checking code. |
145 |
|
|
146 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
147 |
|
|
148 |
|
* RDFXML.pm: TODO items noted. Validation of ID |
149 |
|
and URI attributes is implemented. Warn if unknown |
150 |
|
value is used in rdf:parseType="" attribute. |
151 |
|
|
152 |
|
* URIChecker.pm (check_rdf_uri_reference): New function. |
153 |
|
|
154 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
155 |
|
|
156 |
|
* RDFXML.pm: bnodeid implemented. Relative references |
157 |
|
are now resolved. |
158 |
|
|
159 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* ContentChecker.pm: RDF reification implemented. |
162 |
|
|
163 |
|
* RDFXML.pm: undef vs false bug fixed. |
164 |
|
Reification implemented. |
165 |
|
|
166 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
167 |
|
|
168 |
|
* RDFXML.pm: s/id/ID/ for attribute name. |
169 |
|
The |node| arguments are added for |ontriple| calls. |
170 |
|
Too many "attribute not allowed" errors were raised. |
171 |
|
|
172 |
|
* ContentChecker.pm: Initial experimental support for rdf:RDF |
173 |
|
element. |
174 |
|
|
175 |
|
2008-03-21 Wakaba <wakaba@suika.fam.cx> |
176 |
|
|
177 |
|
* RDFXML.pm: New module. |
178 |
|
|
179 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
180 |
|
|
181 |
|
* HTML.pm.src (set_inner_html): Line/column number |
182 |
|
code was old one yet. |
183 |
|
|
184 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
185 |
|
|
186 |
|
* HTML.pm.src: Better line/column reporting for "duplicate attribute" |
187 |
|
errors. Line/column markings for DOCTYPE, comment, and |
188 |
|
character tokens are reintroduced; otherwise, |
189 |
|
error location for "not HTML5" error and errors |
190 |
|
for implied elements are not attached. |
191 |
|
|
192 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
193 |
|
|
194 |
|
* HTML.pm.src: Set line/column numbers to attributes. |
195 |
|
|
196 |
|
* NanoDOM.pm (create_attribute_ns, set_attribute_node_ns): Added. |
197 |
|
(value): Setter implemented. |
198 |
|
|
199 |
|
* mkhtmlparser.pl: Set line/column numbers to Attr nodes. |
200 |
|
|
201 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
202 |
|
|
203 |
|
* HTML.pm.src: Unused line/column markings are removed. |
204 |
|
|
205 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
206 |
|
|
207 |
|
* HTML.pm.src (_get_next_token): Remove |first_start_tag| |
208 |
|
flag, which is no longer used. |
209 |
|
|
210 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
211 |
|
|
212 |
|
* HTML.pm.src: Set line/column information to element nodes. |
213 |
|
|
214 |
|
* mkhtmlparser.pl (!!!create-element, !!!insert-element, |
215 |
|
and !!!insert-element-t): Set line/column information to |
216 |
|
element nodes. |
217 |
|
|
218 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
219 |
|
|
220 |
|
* HTML.pm.src (_get_next_token): The first "<" character |
221 |
|
in "<?", "<>", or "</>" should be the error point. |
222 |
|
|
223 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
224 |
|
|
225 |
|
* HTML.pm.src: Some more fixes on error position reporting. |
226 |
|
|
227 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
228 |
|
|
229 |
|
* HTML.pm.src: Token-level precious error reporting. |
230 |
|
|
231 |
|
2008-03-16 Wakaba <wakaba@suika.fam.cx> |
232 |
|
|
233 |
|
* HTML.pm.src: Preparation for more precious error point |
234 |
|
reporting. |
235 |
|
|
236 |
|
2008-03-11 Wakaba <wakaba@suika.fam.cx> |
237 |
|
|
238 |
|
* HTML.pm.src: Error type revised. |
239 |
|
|
240 |
|
2008-03-11 Wakaba <wakaba@suika.fam.cx> |
241 |
|
|
242 |
|
* HTML.pm.src: Similar codes are merged together, again. |
243 |
|
|
244 |
|
2008-03-11 Wakaba <wakaba@suika.fam.cx> |
245 |
|
|
246 |
|
* HTML.pm.src: Similar codes are merged together. |
247 |
|
|
248 |
|
2008-03-10 Wakaba <wakaba@suika.fam.cx> |
249 |
|
|
250 |
|
* mkhtmlparser.pl: Set "level" parameter to parse errors. |
251 |
|
|
252 |
|
* HTML.pm.src: Code refined. |
253 |
|
|
254 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
255 |
|
|
256 |
|
* HTML.pm.src: |</body>| treatement has been changed (HTML5 |
257 |
|
revision 1348). Note that I really don't know this makes |
258 |
|
any difference in the black-box behavior of the parser. |
259 |
|
|
260 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
261 |
|
|
262 |
|
* HTML.pm.src: New end-of-file token implementation (HTML5 |
263 |
|
revision 1348). |
264 |
|
|
265 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
266 |
|
|
267 |
|
* HTML.pm.src: |applet| support (HTML5 revision 1347). |
268 |
|
|
269 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
270 |
|
|
271 |
|
* HTML.pm.src: Foster parenting in AAA (HTML5 revision 1343). |
272 |
|
|
273 |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
274 |
|
|
275 |
* HTML.pm.src: Support for |<input>| in the "in select" insertion |
* HTML.pm.src: Support for |<input>| in the "in select" insertion |