/[suikacvs]/markup/html/whatpm/Whatpm/ChangeLog
Suika

Diff of /markup/html/whatpm/Whatpm/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.137 by wakaba, Sun Feb 17 12:39:32 2008 UTC revision 1.225 by wakaba, Mon May 5 06:57:07 2008 UTC
# Line 1  Line 1 
1    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTMLTable.pm: The algorithm now moves |tfoot| elements
4            to the end of the table (HTML5 revision 1380).
5    
6    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
7    
8            * HTMLTable.pm: The algorithm is now 0-based indexing, instead
9            of 1-based (HTML5 revision 1376).
10    
11    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
12    
13            * ContentType.pm: "Content-Type: text/plain; charset=UTF-8"
14            and "Content-Encoding" no longer prevent sniffing (HTML5
15            revision 1288).
16    
17    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
18    
19            * ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision
20            1282).
21    
22    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
23    
24            * ContentChecker.pm: Support for global attributes.
25            Status of XML specs are added.
26    
27    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
28    
29            * ContentChecker.pm (check_element): Support for |template=""|
30            and |ref=""| attribute (referent element type checking).
31    
32    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
33    
34            * CacheManifest.pm (_parse): New same origin definition (HTML5 revision
35            1500) is implemented (except for IDNA part and URI-scheme-specific
36            knowledge).  Line number counting was wrong for LF-only
37            documents.
38    
39    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
40    
41            * HTML.pm.src: Raise an parse error for any disallowed
42            character (HTML5 revision 1263).
43    
44    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
45    
46            * mkentitylist.pl: Support for new HTML5 entity table format (the
47            definition for |AElig;| was missing).
48    
49    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
50    
51            * HTML.pm.src, mkhtmlparser.pl: Support for element/attribute
52            name/namespace fixup (HTML5 revisions 1413, 1415, 1416, and 1417).
53    
54    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
55    
56            * HTML.pm.src: List of element names that close foreign content
57            insertion mode is added (HTML5 revisions 1412 and 1418).
58    
59    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
60    
61            * HTML.pm.src: Support for |mglyph| and |malignmark|
62            elements (HTML5 revision 1410).
63    
64    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
65    
66            * HTML.pm.src: Support for new long MathML entities (HTML5
67            revision 1406).
68    
69    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
70    
71            * HTML.pm.src: CDATA section support for MathML and SVG
72            elements (HTML5 revision 1404 and 1420).
73    
74    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
75    
76            * HTML.pm.src, mkhtmlparser.pl: Support for MathML and SVG
77            elements (HTML5 revision 1404).  Unused !!!macro definitions
78            are removed.
79    
80    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
81    
82            * HTML.pm.src, mkhtmlparser.pl: The way permitted slash errors
83            are raised is changed (HTML5 revision 1404).
84    
85    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
86    
87            * HTML.pm.src: Category sets that are no longer used are removed.
88    
89    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
90    
91            * HTML.pm.src: The ->[1] property of stack entries are now
92            replaced by constants representing element category.
93    
94    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
95    
96            * HTML.pm.src: Don't use local name stored in stack (i.e. ->[1])
97            for error reporting.  (This is a preparation for using constant
98            value for ->[1].)
99    
100    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
101    
102            * RDFXML.pm: Typo fixed.
103    
104    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
105    
106            * ContentChecker.pm: |fact_level| is now treated
107            as same as |must_level|, i.e. level = |m|.
108            (check_element): Make list of URIs in the DOM.
109    
110    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
111    
112            * RDFXML.pm: Language accessor implemented.
113            Local (null-namespace) attribute support.
114    
115    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
116    
117            * RDFXML.pm: Factored out ID checking code.
118    
119    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
120    
121            * RDFXML.pm: TODO items noted.  Validation of ID
122            and URI attributes is implemented.  Warn if unknown
123            value is used in rdf:parseType="" attribute.
124    
125            * URIChecker.pm (check_rdf_uri_reference): New function.
126    
127    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
128    
129            * RDFXML.pm: bnodeid implemented.  Relative references
130            are now resolved.
131    
132    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
133    
134            * ContentChecker.pm: RDF reification implemented.
135    
136            * RDFXML.pm: undef vs false bug fixed.
137            Reification implemented.
138    
139    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
140    
141            * RDFXML.pm: s/id/ID/ for attribute name.
142            The |node| arguments are added for |ontriple| calls.
143            Too many "attribute not allowed" errors were raised.
144    
145            * ContentChecker.pm: Initial experimental support for rdf:RDF
146            element.
147    
148    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
149    
150            * RDFXML.pm: New module.
151    
152    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
153    
154            * HTML.pm.src (set_inner_html): Line/column number
155            code was old one yet.
156    
157    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
158    
159            * HTML.pm.src: Better line/column reporting for "duplicate attribute"
160            errors.  Line/column markings for DOCTYPE, comment, and
161            character tokens are reintroduced; otherwise,
162            error location for "not HTML5" error and errors
163            for implied elements are not attached.
164    
165    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
166    
167            * HTML.pm.src: Set line/column numbers to attributes.
168    
169            * NanoDOM.pm (create_attribute_ns, set_attribute_node_ns): Added.
170            (value): Setter implemented.
171    
172            * mkhtmlparser.pl: Set line/column numbers to Attr nodes.
173    
174    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
175    
176            * HTML.pm.src: Unused line/column markings are removed.
177    
178    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
179    
180            * HTML.pm.src (_get_next_token): Remove |first_start_tag|
181            flag, which is no longer used.
182    
183    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
184    
185            * HTML.pm.src: Set line/column information to element nodes.
186    
187            * mkhtmlparser.pl (!!!create-element, !!!insert-element,
188            and !!!insert-element-t): Set line/column information to
189            element nodes.
190    
191    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
192    
193            * HTML.pm.src (_get_next_token): The first "<" character
194            in "<?", "<>", or "</>" should be the error point.
195    
196    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
197    
198            * HTML.pm.src: Some more fixes on error position reporting.
199    
200    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
201    
202            * HTML.pm.src: Token-level precious error reporting.
203    
204    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
205    
206            * HTML.pm.src: Preparation for more precious error point
207            reporting.
208    
209    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
210    
211            * HTML.pm.src: Error type revised.
212    
213    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
214    
215            * HTML.pm.src: Similar codes are merged together, again.
216    
217    2008-03-11  Wakaba  <wakaba@suika.fam.cx>
218    
219            * HTML.pm.src: Similar codes are merged together.
220    
221    2008-03-10  Wakaba  <wakaba@suika.fam.cx>
222    
223            * mkhtmlparser.pl: Set "level" parameter to parse errors.
224    
225            * HTML.pm.src: Code refined.
226    
227    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
228    
229            * HTML.pm.src: |</body>| treatement has been changed (HTML5
230            revision 1348).  Note that I really don't know this makes
231            any difference in the black-box behavior of the parser.
232    
233    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
234    
235            * HTML.pm.src: New end-of-file token implementation (HTML5
236            revision 1348).
237    
238    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
239    
240            * HTML.pm.src: |applet| support (HTML5 revision 1347).
241    
242    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
243    
244            * HTML.pm.src: Foster parenting in AAA (HTML5 revision 1343).
245    
246    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
247    
248            * HTML.pm.src: Support for |<input>| in the "in select" insertion
249            mode and support for the "in select in table" insertion mode (HTML5
250            revision 1342).
251    
252    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
253    
254            * HTML.pm.src: No foster parenting for <script> and <script>
255            in non-tainted <table>s (HTML5 revision 1336).
256    
257    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
258    
259            * HTML.pm.src: Ignore white space characters between <html>
260            and <head> (HTML5 revision 1332).
261    
262    2008-03-09  Wakaba  <wakaba@suika.fam.cx>
263    
264            * HTML.pm.src: Treat <input type=hidden> as if it were a
265            white space (HTML5 revision 1331).
266    
267    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
268    
269            * HTML.pm.src: Ignore U+000A at the beginning of a |listing|
270            element (HTML5 revision 1330).
271    
272    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
273    
274            * HTML.pm.src: <title> is always appended to the current
275            element (HTML5 revision 1328).
276    
277    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
278    
279            * HTML.pm.src: White space in tainted tables are moved
280            into foster parents (HTML5 revision 1326).
281    
282    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
283    
284            * HTML.pm.src: Reduce errors from foster parenting cases (HTML5
285            revision 1321).
286    
287    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
288    
289            * HTML.pm.src: |</h/n/>| case code rearranged to align with
290            the spec (HTML5 revision 1320).  Note that we finally complete
291            all of HTML5 revision 1320 changes.
292    
293    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
294    
295            * HTML.pm.src: |</form>| now works similar to |</div>| for unclosed
296            tags (HTML5 revision 1320).
297    
298    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
299    
300            * HTML.pm.src: |</p>| case rearranged with no actual change in fact.
301    
302    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
303    
304            * HTML.pm.src: A "generate implied end tags" code (t409.1)
305            could not be reached so that it is now removed (HTML5 revision
306            1320).
307    
308    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
309    
310            * HTML.pm.src: Code for the case of |</div>| and so on are revised
311            to align with new spec text (HTML5 revision 1320).
312    
313    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
314    
315            * HTML.pm.src: Remove strange |if| condition; however, it should
316            have had no harm in theory.
317    
318    2008-03-08  Wakaba  <wakaba@suika.fam.cx>
319    
320            * HTML.pm.src (_tree_construction_main): '</p>' in body
321            case is split from other end tags for the preparation
322            of implementing HTML revision 1320.
323    
324    2008-03-07  Wakaba  <wakaba@suika.fam.cx>
325    
326            * HTML.pm.src: Simplified "generate implied end tag" (HTML5
327            revision 1320).
328    
329    2008-03-07  Wakaba  <wakaba@suika.fam.cx>
330    
331            * HTML.pm.src (_tree_construction_main): Merge rules for "h1"
332            and "div" (HTML5 revision 1318).  Add comments to where
333            |form| pointer association codes should be inserted (HTML5 revision
334            1319).
335    
336    2008-03-06  Wakaba  <wakaba@suika.fam.cx>
337    
338            * HTML.pm.src: <html> treatement refined (HTML5 revision 1314).
339    
340    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
341    
342            * HTML.pm.src: Since the case t268 should never be reached (no
343            other token type, there are), it is replaced by a |die| statement.
344    
345    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
346    
347            * HTML.pm.src: Typo fixed.
348    
349    2008-03-04  Wakaba  <wakaba@suika.fam.cx>
350    
351            * HTML.pm.src (_tree_construction_initial): Some limited quirks
352            doctypes were not uppercased for comparison.
353    
354    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
355    
356            * HTML.pm.src (tree construction and set_inner_html): Checkpoints
357            are added.
358    
359    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
360    
361            * HTML.pm.src (_tokenize_attempt_to_consume_an_entity): Checkpoints
362            are set.  Cases that are unlikely reached are noted as so.
363    
364    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
365    
366            * HTML.pm.src: Checkpoints for debugging are added.
367    
368            * mkhtmlparser.pl: Support for |!!!cp| syntax.
369    
370    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
371    
372            * HTML.pm.src, mkhtmlparser.pl: s/_input_character/_char/g
373            for simplicity.
374    
375    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
376    
377            * HTML.pm.src: Flag name changed: s/correct/force-quirks/g (HTML5
378            revision 1307).
379    
380    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
381    
382            * HTML.pm.src (_get_next_token): Where the /incorrect/ flag
383            is set are changed (HTML5 revision 1305).
384    
385    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
386    
387            * HTML.pm.src: Raise a parse error for |<span ===>| (HTML5 revision
388            1292).  Entities are not parsed in comment-like part in RCDATA
389            elements (HTML5 revision 1294).  Allow bare & at the end
390            of attribute value literals (HTML5 revision 1296).  More
391            quirks mode doctypes (HTML5 revision 1302).  Requires spaces
392            between attributes and ban attribute names or unquoted
393            attribute values containing single or double quotes (HTML5
394            revision 1303).
395    
396    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
397    
398            * ContentChecker.pm: Typo fixed.  Don't raise "character encoding"
399            and related errors unless it is an HTML document (though the spec
400            is unclear on whether it is applied to XHTML document).
401    
402            * HTML.pm (%HTMLAttrStatus): WF2 repetition model attributes
403            are added.
404    
405    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
406    
407            * HTML.pm.src: s/local_name/manakai_local_name/g.
408    
409    2008-03-01  Wakaba  <wakaba@suika.fam.cx>
410    
411            * _NamedEntityList.pm: Updated (HTML5 revision 1286).
412    
413            * HTML.pm.src: |charset| in |content| attribute is
414            case-insensitive (HTML5 revision 1270).
415    
416    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
417    
418            * ContentChecker.pm: New status constants are added.
419            ($ElementDefault): |status| added.
420            (check_element): Err for non-standard or deprecated elements.
421            (_attr_status_info): For non-standard or deprecated attributes.
422    
423    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
424    
425            * ContentChecker.pm (_attr_status_info): New internal method.
426    
427    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
428    
429            * ContentChecker.pm (check_element): Element standardized
430            status information is now dispatched.
431    
432    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
433    
434            * ContentChecker.pm (check_element): Fix |del|-and-significant
435            problem by adding some more arguments.
436    
437    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
438    
439            * ContentChecker.pm (check_element): Use context of
440            container-for-the-purpose-of-content-model element (not transparent
441            element) for |check_child_element| calling and significant
442            text flag marking.  This reintroduces |<del>|-and-significant
443            problem again.
444    
445    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
446    
447            * ContentChecker.pm (check_element): Make semi-transparent
448            elements ignored for the purpose of phase changes in
449            content model checking.
450    
451    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
452    
453            * ContentChecker.pm (check_element): In-element state
454            was not properly managed for transparent cases.
455    
456    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
457    
458            * ContentChecker.pm (check_element): Support for |video|
459            and |audio| as semi-transparent elements.
460    
461    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
462    
463            * ContentChecker.pm ($HTMLSemiTransparentElements): New.
464            (check_element): s/minuses/minus_elements/, s/pluses/plus_elements/.
465            Support for |html:object| as a semi-transparent element.
466    
467    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
468    
469            * ContentChecker.pm (check_element): The way to traverse
470            the tree is entirely revised to make it easier to track
471            the state of ancestors/descendants.  As a result of this
472            revision (which rewrites almost all of Whatpm::ContentChecker::HTML),
473            support for content model checking for HTML elements |figure|,
474            |object|, |video|, and |audio| and checking for XML elements (and
475            some XMLNS checkings) are dropped for now.  They will be
476            reimplemented in due cource.
477    
478  2008-02-17  Wakaba  <wakaba@suika.fam.cx>  2008-02-17  Wakaba  <wakaba@suika.fam.cx>
479    
480          * HTML.pm.src: |>| in public or system literal closes the DOCTYPE          * HTML.pm.src: |>| in public or system literal closes the DOCTYPE

Legend:
Removed from v.1.137  
changed lines
  Added in v.1.225

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24