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

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.183

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24