/[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.306 by wakaba, Sun Sep 14 09:05:54 2008 UTC revision 1.373 by wakaba, Thu Jul 2 22:11:51 2009 UTC
# Line 1  Line 1 
1    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src: Don't change encoding to UTF-8 if the input
4            encoding is UTF-16 (HTML5 revision 3204).
5    
6    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
7    
8            * HTML.pm.src (parse_byte_stream): Don't change to another
9            encoding if the input is UTF-16 (HTML5 revision 3205).
10    
11    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
12    
13            * HTML.pm.src: |isindex| should no longer generate |p| element
14            node (HTML5 revision 3236).
15    
16    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
17    
18            * ContentChecker.pm: Introduced new flag |has_autofocus|.  Added
19            support for new |id_type| value of |any|, which means any kind of
20            element is allowed as a referenced element.
21    
22    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
23    
24            * ContentChecker.pm: Introduced |check_attrs2| method for the ease
25            of defining codes for checking required attribute and as such.
26    
27    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
28    
29            * IMTChecker.pm: Added more definitions for subtypes.
30    
31    2008-12-11  Wakaba  <wakaba@suika.fam.cx>
32    
33            * URIChecker.pm: Some of |pos_end| values were wrong.
34    
35    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
36    
37            * ContentChecker.pm (check_element): Added support for "no
38            referenced datalist" error.
39    
40    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
41    
42            * URIChecker.pm: Bug fix: It did not work unless
43            Message::DOM::DOMImplementation has been |require|d.
44    
45    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
46    
47            * NanoDOM.pm (document_uri): New attribute.
48    
49            * ContentChecker.pm: Don't use methods not implemented by NanoDOM.
50    
51    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
52    
53            * NanoDOM.pm (text_content): Don't create a Text node if the new
54            value is empty.
55    
56    2008-11-06  Wakaba  <wakaba@suika.fam.cx>
57    
58            * SWML/: New directory.
59    
60    2008-10-20  Wakaba  <wakaba@suika.fam.cx>
61    
62            * NanoDOM.pm (specified, all_declarations_processed,
63            manakai_attribute_type): New attributes.
64    
65    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
66    
67            * NanoDOM.pm (Entity->new): Initialize ->child_nodes as an empty
68            array.
69    
70    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
71    
72            * NanoDOM.pm (notation_name): New attribute.
73    
74    2008-10-18  Wakaba  <wakaba@suika.fam.cx>
75    
76            * NanoDOM.pm (public_id, system_id): New attributes.a
77    
78    2008-10-18  Wakaba  <wakaba@suika.fam.cx>
79    
80            * NanoDOM.pm (text_content): Moved to Node from Element.  Setter
81            implemented.
82            (allowed_tokens, default_type, declared_type): Implemented.
83    
84    2008-10-17  Wakaba  <wakaba@suika.fam.cx>
85    
86            * NanoDOM.pm (node_name): New attribute.
87            (ELEMENT_TYPE_DEFINITION_NODE, ATTRIBUTE_DEFINITION_NODE): New
88            constants.
89            (create_element_type_definition_node, create_attribute_definition,
90            create_notation, create_general_entity,
91            get_element_type_definition_node,
92            set_element_type_definition_node, get_general_entity_node,
93            set_general_entity_node, get_notation_node, set_notation_node,
94            get_attribute_definition_node, set_attribute_definition_node): New
95            methods.
96            (element_types, entities, notations, attribute_definitions): New
97            attributes.
98            (DocumentType): Support for child nodes, entities, notations, and
99            element types.
100            (Entity, Notation, ElementTypeDefinition, AttributeDefinition):
101            New classes.
102    
103            * Dumper.pm: Support for general entities, notations, element type
104            definitions, and attribute definitions.
105    
106    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
107    
108            * NanoDOM.pm (create_processing_instruction): New method.
109            (xml_version, xml_encoding, xml_standalone): New attributes.
110            (ProcessingInstruction): New class.
111    
112    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
113    
114            * HTML.pm.src: Handling of end tags in the foreign content
115            insertion mode was partially wrong, because of wrong bit
116            operations.
117    
118    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
119    
120            * NanoDOM.pm (dom_config): New attribute (do nothing), for
121            Whatpm::XML::Parser support.
122    
123    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
124    
125            * Makefile: New rule to make HTML/Tokenizer.pm is added.
126    
127            * HTML.pm.src: Tokenizer part moved to another file.
128    
129    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
130    
131            * HTML.pm.src: Merge |DT_EL| and |DD_EL| as |DTDD_EL|.
132    
133    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
134    
135            * HTML.pm.src: Element category constants redefined.
136            
137    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
138    
139            * HTML.pm.src: Steps for CDATA/RCDATA elements in tree
140            construction stage synced with the spec (HTML5 revisions 2139 and
141            2302).
142    
143    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
144    
145            * ContentChecker.pm: New error level "html5_fact" added, which
146            should be tentatively used until all of requirements are properly
147            specced as RFC 2119 "MUST" in HTML5.
148    
149    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
150    
151            * ContentChecker.pod: Note on internal flags is added.
152    
153    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
154    
155            * HTML.pm.src: An AAA bug fixed.
156    
157    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
158    
159            * HTML.pm.src: If another node is inserted by the parser, don't
160            reuse existing Text node to append a character (HTML5 revision
161            2124).
162    
163    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
164    
165            * HTML.pm.src: Support for <option> and <optgroup> in body (HTML5
166            revisions 1731 and 2128).
167    
168    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
169    
170            * HTML.pm.src: Make <foreignObject> scoping (HTML5 revision 1837).
171            Support for end tags of camelCase SVG elements were broken.  A
172            wrong error type text fixed.
173    
174    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
175    
176            * HTML.pm.src: Drop redundant code (HTML5 revision 1731).
177    
178    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
179    
180            * HTML.pm.src: Support for new definition of |param| and |source|
181            start tag parsing (HTML5 revision 1731).
182    
183    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
184    
185            * HTML.pm.src: <p> steps reimplemented (HTML5 revision 1731).
186    
187    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
188    
189            * HTML.pm.src: <li>, <dt>, and <dd> steps reimplemented (HTML5
190            revisions 1731 and 1831).
191    
192    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
193    
194            * HTML.pm.src: Support for new flow (but not phrasing) elements (HTML5
195            revisions 1731 and 1778).  Support for the </sarcasm> end tag (HTML5
196            revision 1731).
197    
198    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
199    
200            * HTML.pm.src: Support for |command| and |eventsource| elements (HTML5
201            revision 1731).  End tags of |option| and |optgroup| elements are
202            now optional (HTML5 revision 1731).
203    
204    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
205    
206            * HTML.pm.src: New "special" elements added to the list (HTML5
207            revision 1778).  "strile" -> "strike".
208    
209    2008-10-02  Wakaba  <wakaba@suika.fam.cx>
210    
211            * ContentType.pm (get_sniffed_type): Support for the "better"
212            content sniffing (HTML5 revision 1927).  In a case the official
213            type was not returned when the method is invoked in the list
214            context.
215    
216    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
217    
218            * HTML.pm.src: Character references for non-space C0 characters,
219            including U+000B VT, DEL character, noncharacter code points, are
220            now converted to the U+FFFD character (cf. HTML5 revision 2138).
221    
222    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
223    
224            * ContentChecker.pm: |form=""| check support added.
225    
226    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
227    
228            * ContentChecker.pm: |contextmenu| validness is now checked using
229            |id| and |id_type| properties, and |menu| property is removed.
230    
231    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
232    
233            * ContentChecker.pm: Prepare for |form| |name| attribute's
234            duplication checking.
235    
236    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
237    
238            * HTML.pm.src (parse_byte_stream): Support (or non-support) for
239            unsupported charset="" parameter value (HTML5 revision 2131).
240    
241    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
242    
243            * HTML.pm.src: Reminding places where U+000B is allowed as a space
244            character is fixed (cf. HTML5 revision 1738).
245    
246            * ContentChecker.pm, HTMLTable.pm: U+000B is no longer part of
247            space characters (HTML5 revision 1738).
248    
249    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
250    
251            * HTML.pm.src: The "anything else" case for the "after after body"
252            insertion mode was not updated to swtich to the "in body"
253            insertion mode.  U+000B is no longer a space character for the
254            purpose of tree construction phase (HTML5 revision 1738).
255    
256    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
257    
258            * HTML.pm.src: U+000B is no longer a space character (HTML5
259            revision 1738).
260    
261    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
262    
263            * ContentType.pm: 0x0B is no longer a space character (HTML5
264            revision 1738).
265    
266            * HTML.pm.src: U+000B is no longer a space character for the
267            algorithm for extracting an encoding from a Content-Type (HTML5
268            revision 1738).
269    
270    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
271    
272            * ContentChecker.pm ($IsInHTMLInteractiveContent): New.
273    
274    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
275    
276            * LangTag.pm: Add checks for remaining requirements from RFC 4646.
277    
278            * mklangreg.pl: Sort 'Prefix' values by their length, to ease
279            matching.
280    
281    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
282    
283            * LangTag.pm: Warn for private use language subtags.  Error level
284            typos fixed.  Support for Suppress-Script field.
285    
286            * mklangreg.pl: Support for dumping of nested structure.
287    
288    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
289    
290            * LangTag.pm (check_rfc4646_langtag): Check if a tag is in the
291            recommended case as per RFC 4646.
292    
293    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
294    
295            * LangTag.pm (check_rfc4646_langtag): New method.
296    
297    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
298    
299            * mklangreg.pl: New script.
300    
301            * Makefile: Updated for creation of the module for language subtag
302            registry.
303            
304    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
305    
306            * Makefile: WebIDL.html added.
307    
308            * WebIDL.pod: New documentation.
309    
310    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
311    
312            * WebIDL.pm: Checker's error types are redefined.
313    
314    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
315    
316            * WebIDL.pm: Parser's error types are redefined.  Some forward
317            compatible parsing bugs are fixed.  Some unreachable codes are
318            commented out.
319    
320    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
321    
322            * WebIDL.pm: Support for the reminding extended attributes are
323            added.  It does not satisfy the definition that a forward
324            interface declaration has an extended attribute.  It seems that
325            unless explicitly allowed multiple extended attributes with the
326            same name is not allowed, though it is not explicitly mentioned in
327            the spec.
328    
329    2008-09-16  Wakaba  <wakaba@suika.fam.cx>
330    
331            * WebIDL.pm: Unescapes extended attribute names and extended
332            attribute identifiers.  Preserve whether an extended attribute has
333            an argument list of not.  Support for extended attributes:
334            Constructor, ExceptionConsts, IndexGetter, IndexSetter,
335            NameGetter, NameSetter, and Null.
336            (has_argument_list): New attribute.
337            (idl_text): Stringifies argument lists, if any, even if it is
338            empty.
339    
340    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
341    
342            * HTML.pm.src: New state |PCDATA_STATE|.  Use an empty string for
343            |{s_kwd}| in DATA_STATE as default.
344    
345    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
346    
347            * HTML.pm.src, mkhtmlparser.pl: Replace |{prev_char}|
348            by |{s_kwd}| in DATA_STATE.
349    
350    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
351    
352            * HTML.pm.src: Shorten keys.
353    
354    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
355    
356            * HTML.pm.src: Remove checking for control character, surrogate
357            pair, or noncharacter code points and non-Unicode code
358            points (they should be handled by Whatpm::Charset::UnicodeChecker).
359            (parse_char_stream): Support for the |$get_wrapper| argument and
360            character stream error handlers.
361    
362    2008-09-15  Wakaba  <wakaba@suika.fam.cx>
363    
364            * ContentChecker.pm: Don't call |loda_ns_module|
365            for null-namespace elements/attributes.
366    
367            * HTML.pm.src: Fact out $disallowed_control_chars
368            as a hash.
369    
370    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
371    
372            * HTML.pm.src: Regexp typo fixed.  |{prev_char}|
373            and |{next_char}| initializations are moved to initialization
374            method.  |{read_until}| now supports buffering.  Sync |set_inner_html|
375            with |parse_char_stream|.
376    
377    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
378    
379            * HTML.pm.src (parse_char_stream): Make |set_next_char|
380            invoke |manakai_read_until|, not only |read|, where
381            possible, to decrease the number of |read| method calls.
382    
383            * mkhtmlparser.pl: Related changes to the aforementioned
384            modification.
385    
386    2008-09-14  Wakaba  <wakaba@suika.fam.cx>
387    
388            * HTML.pm.src: Use |read| instead of |getc|.  |set_inner_html|
389            would report character error from now.
390    
391  2008-09-14  Wakaba  <wakaba@suika.fam.cx>  2008-09-14  Wakaba  <wakaba@suika.fam.cx>
392    
393          * HTML.pm.src: White-space-leaded non-white-space character          * HTML.pm.src: White-space-leaded non-white-space character

Legend:
Removed from v.1.306  
changed lines
  Added in v.1.373

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24