/[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.103 by wakaba, Sun Sep 9 05:35:49 2007 UTC revision 1.161 by wakaba, Thu Mar 6 15:23:14 2008 UTC
# Line 1  Line 1 
1    2008-03-06  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src: <html> treatement refined (HTML5 revision 1314).
4    
5    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
6    
7            * HTML.pm.src: Since the case t268 should never be reached (no
8            other token type, there are), it is replaced by a |die| statement.
9    
10    2008-03-05  Wakaba  <wakaba@suika.fam.cx>
11    
12            * HTML.pm.src: Typo fixed.
13    
14    2008-03-04  Wakaba  <wakaba@suika.fam.cx>
15    
16            * HTML.pm.src (_tree_construction_initial): Some limited quirks
17            doctypes were not uppercased for comparison.
18    
19    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
20    
21            * HTML.pm.src (tree construction and set_inner_html): Checkpoints
22            are added.
23    
24    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
25    
26            * HTML.pm.src (_tokenize_attempt_to_consume_an_entity): Checkpoints
27            are set.  Cases that are unlikely reached are noted as so.
28    
29    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
30    
31            * HTML.pm.src: Checkpoints for debugging are added.
32    
33            * mkhtmlparser.pl: Support for |!!!cp| syntax.
34    
35    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
36    
37            * HTML.pm.src, mkhtmlparser.pl: s/_input_character/_char/g
38            for simplicity.
39    
40    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
41    
42            * HTML.pm.src: Flag name changed: s/correct/force-quirks/g (HTML5
43            revision 1307).
44    
45    2008-03-03  Wakaba  <wakaba@suika.fam.cx>
46    
47            * HTML.pm.src (_get_next_token): Where the /incorrect/ flag
48            is set are changed (HTML5 revision 1305).
49    
50    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
51    
52            * HTML.pm.src: Raise a parse error for |<span ===>| (HTML5 revision
53            1292).  Entities are not parsed in comment-like part in RCDATA
54            elements (HTML5 revision 1294).  Allow bare & at the end
55            of attribute value literals (HTML5 revision 1296).  More
56            quirks mode doctypes (HTML5 revision 1302).  Requires spaces
57            between attributes and ban attribute names or unquoted
58            attribute values containing single or double quotes (HTML5
59            revision 1303).
60    
61    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
62    
63            * ContentChecker.pm: Typo fixed.  Don't raise "character encoding"
64            and related errors unless it is an HTML document (though the spec
65            is unclear on whether it is applied to XHTML document).
66    
67            * HTML.pm (%HTMLAttrStatus): WF2 repetition model attributes
68            are added.
69    
70    2008-03-02  Wakaba  <wakaba@suika.fam.cx>
71    
72            * HTML.pm.src: s/local_name/manakai_local_name/g.
73    
74    2008-03-01  Wakaba  <wakaba@suika.fam.cx>
75    
76            * _NamedEntityList.pm: Updated (HTML5 revision 1286).
77    
78            * HTML.pm.src: |charset| in |content| attribute is
79            case-insensitive (HTML5 revision 1270).
80    
81    2008-02-26  Wakaba  <wakaba@suika.fam.cx>
82    
83            * ContentChecker.pm: New status constants are added.
84            ($ElementDefault): |status| added.
85            (check_element): Err for non-standard or deprecated elements.
86            (_attr_status_info): For non-standard or deprecated attributes.
87    
88    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
89    
90            * ContentChecker.pm (_attr_status_info): New internal method.
91    
92    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
93    
94            * ContentChecker.pm (check_element): Element standardized
95            status information is now dispatched.
96    
97    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
98    
99            * ContentChecker.pm (check_element): Fix |del|-and-significant
100            problem by adding some more arguments.
101    
102    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
103    
104            * ContentChecker.pm (check_element): Use context of
105            container-for-the-purpose-of-content-model element (not transparent
106            element) for |check_child_element| calling and significant
107            text flag marking.  This reintroduces |<del>|-and-significant
108            problem again.
109    
110    2008-02-24  Wakaba  <wakaba@suika.fam.cx>
111    
112            * ContentChecker.pm (check_element): Make semi-transparent
113            elements ignored for the purpose of phase changes in
114            content model checking.
115    
116    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
117    
118            * ContentChecker.pm (check_element): In-element state
119            was not properly managed for transparent cases.
120    
121    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
122    
123            * ContentChecker.pm (check_element): Support for |video|
124            and |audio| as semi-transparent elements.
125    
126    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
127    
128            * ContentChecker.pm ($HTMLSemiTransparentElements): New.
129            (check_element): s/minuses/minus_elements/, s/pluses/plus_elements/.
130            Support for |html:object| as a semi-transparent element.
131    
132    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
133    
134            * ContentChecker.pm (check_element): The way to traverse
135            the tree is entirely revised to make it easier to track
136            the state of ancestors/descendants.  As a result of this
137            revision (which rewrites almost all of Whatpm::ContentChecker::HTML),
138            support for content model checking for HTML elements |figure|,
139            |object|, |video|, and |audio| and checking for XML elements (and
140            some XMLNS checkings) are dropped for now.  They will be
141            reimplemented in due cource.
142    
143    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
144    
145            * HTML.pm.src: |>| in public or system literal closes the DOCTYPE
146            token (HTML5 revision 1225).
147    
148    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
149    
150            * ContentChecker.pm ({unsupported_level}): New value.
151    
152            * HTML.pm.src: Save whether |meta| |content| attribute
153            contains character references or not.
154    
155    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
156    
157            * ContentChecker.pm (_get_children): (Incompleted) attempt to
158            imlement significant content checking for contents
159            with |del| elements.
160    
161    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
162    
163            * ContenteChecker.pm ($HTMLTransparentElements): More
164            elements are added.
165            (_get_children): HTML |object| elements are now semi-transparent.
166    
167            * NanoDOM.pm (manakai_html, manakai_head): New methods.
168    
169    2008-02-16  Wakaba  <wakaba@suika.fam.cx>
170    
171            * CacheManifest.pm: HTML5 revision 1211 implemented.
172    
173            * CacheManifest.pod: Updated.
174    
175    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
176    
177            * ContentChecker.pm (check_document, check_element): Support
178            for second argument ($onsubdoc).
179            (_get_css_parser): Removed (now it is part of WDCC).
180    
181    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
182    
183            * ContentChecker.pm (_get_css_parser): New.
184    
185    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
186    
187            * ContentChecker.pm ($AnyChecker): Old way to add child elements
188            for checking had been used.
189    
190    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
191    
192            * ContentChecker.pm (check_element): New todo item type |descendant|.
193    
194    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
195    
196            * IMTChecker.pm: Revised to raise errors and warnings as (poorly)
197            specced in RFC 2046 and RFC 4288.
198            (application/atom+xml): Definition added.
199    
200    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
201    
202            * URIChecker.pm: Make RFC 3986 should-level errors
203            warnings (rather than SHOULD-level errors).
204    
205    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
206    
207            * NanoDOM.pm (get_user_data, set_user_data): New methods.
208    
209            * HTML.pm.src: A flag for character references in attribute
210            values are added.  Set |manakai_has_reference| user data
211            to |charset| attribute.
212    
213    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
214    
215            * NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New
216            attributes.
217    
218            * ContentChecker.pm (check_document): Warn if charset requirements
219            cannot be tested.
220    
221    2007-11-19  Wakaba  <wakaba@suika.fam.cx>
222    
223            * HTML.pm.src (parse_byte_string): Detect charset
224            by universalchardet if charset parameter is not specified.
225    
226            * Makefile (Charset-all, Charset-clean): New rules.
227    
228    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
229    
230            * ContentChecker.pm (check_document): Check the existence
231            of character encoding declaration and selection of encoding
232            for HTML document.
233    
234    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
235    
236            * ContentType.pm (get_sniffed_type): Return also the official
237            type in list context.
238    
239    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
240    
241            * ContentType.pm: Sniffing with leading white space
242            ignoring (HTML5 revisions 1013 and 1016).
243    
244    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
245    
246            * ContentType.pm: HTML5 revision 1013 changes, except for leading
247            white spaces, are implemented.
248    
249    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
250    
251            * HTML.pm.src (parse_char_string): Set |inner_encoding|
252            attribute if possible.
253    
254    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
255    
256            * HTML.pm.src (parse_byte_string): New method.
257            (parse_char_string): New alias for |parse_string|.
258            (main phase): Invoking "change the encoding" algorithm if desired.
259    
260            * HTML.pod: Updated.
261    
262    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
263    
264            * HTML.pod (get_inner_html): Removed.
265    
266            * Makefile (HTML-all, HTML-clean): New.
267    
268    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
269    
270            * HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm).
271    
272    2007-11-08  Wakaba  <wakaba@suika.fam.cx>
273    
274            * mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132).
275    
276    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
277    
278            * Makefile: |CacheManifest.html| is added.
279    
280            * CacheManifest.pod: New file.
281    
282    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
283    
284            * CacheManifest.pm: New module.
285    
286    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
287    
288            * HTML.pm.src: Support for application cache selection algorithm
289            callback.
290    
291    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
292    
293            * mklinktypelist.pl: Support for rel=noreferer (HTML5 revision 1118).
294    
295    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
296    
297            * Makefile (clean): New rule.
298    
299            * NanoDOM.pm (public_id, system_id): New attributes.
300    
301    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
302    
303            * Makefile (CSS-all, CSS-clean, clean): New rules.
304    
305    2007-10-14  Wakaba  <wakaba@suika.fam.cx>
306    
307            * ContentChecker.pm (check_document): Support for
308            new |is_xml_root| flag.
309            (check_element): Support for new |pluses| state.
310            (_add_pluses): New method.
311            (_remove_minuses): Support for new |minus| item.
312    
313    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
314    
315            * ContentChecker.pm: Raise specific error for invalid
316            root element.
317    
318    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
319    
320            * ContentChecker.pm: Set level values for later uses.
321    
322    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
323    
324            * ContentChecker.pm: Support for language tag validation.
325    
326    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
327    
328            * LangTag.pm (check_rfc3066_language_tag): New method.
329    
330  2007-09-09  Wakaba  <wakaba@suika.fam.cx>  2007-09-09  Wakaba  <wakaba@suika.fam.cx>
331    
332          * LangTag.pm: New module.          * LangTag.pm: New module.

Legend:
Removed from v.1.103  
changed lines
  Added in v.1.161

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24