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

Legend:
Removed from v.1.132  
changed lines
  Added in v.1.209

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24