/[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.322 by wakaba, Thu Sep 18 07:42:57 2008 UTC revision 1.372 by wakaba, Thu Jul 2 22:08:36 2009 UTC
# Line 1  Line 1 
1    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src (parse_byte_stream): Don't change to another
4            encoding if the input is UTF-16 (HTML5 revision 3205).
5    
6    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
7    
8            * HTML.pm.src: |isindex| should no longer generate |p| element
9            node (HTML5 revision 3236).
10    
11    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
12    
13            * ContentChecker.pm: Introduced new flag |has_autofocus|.  Added
14            support for new |id_type| value of |any|, which means any kind of
15            element is allowed as a referenced element.
16    
17    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
18    
19            * ContentChecker.pm: Introduced |check_attrs2| method for the ease
20            of defining codes for checking required attribute and as such.
21    
22    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
23    
24            * IMTChecker.pm: Added more definitions for subtypes.
25    
26    2008-12-11  Wakaba  <wakaba@suika.fam.cx>
27    
28            * URIChecker.pm: Some of |pos_end| values were wrong.
29    
30    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
31    
32            * ContentChecker.pm (check_element): Added support for "no
33            referenced datalist" error.
34    
35    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
36    
37            * URIChecker.pm: Bug fix: It did not work unless
38            Message::DOM::DOMImplementation has been |require|d.
39    
40    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
41    
42            * NanoDOM.pm (document_uri): New attribute.
43    
44            * ContentChecker.pm: Don't use methods not implemented by NanoDOM.
45    
46    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
47    
48            * NanoDOM.pm (text_content): Don't create a Text node if the new
49            value is empty.
50    
51    2008-11-06  Wakaba  <wakaba@suika.fam.cx>
52    
53            * SWML/: New directory.
54    
55    2008-10-20  Wakaba  <wakaba@suika.fam.cx>
56    
57            * NanoDOM.pm (specified, all_declarations_processed,
58            manakai_attribute_type): New attributes.
59    
60    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
61    
62            * NanoDOM.pm (Entity->new): Initialize ->child_nodes as an empty
63            array.
64    
65    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
66    
67            * NanoDOM.pm (notation_name): New attribute.
68    
69    2008-10-18  Wakaba  <wakaba@suika.fam.cx>
70    
71            * NanoDOM.pm (public_id, system_id): New attributes.a
72    
73    2008-10-18  Wakaba  <wakaba@suika.fam.cx>
74    
75            * NanoDOM.pm (text_content): Moved to Node from Element.  Setter
76            implemented.
77            (allowed_tokens, default_type, declared_type): Implemented.
78    
79    2008-10-17  Wakaba  <wakaba@suika.fam.cx>
80    
81            * NanoDOM.pm (node_name): New attribute.
82            (ELEMENT_TYPE_DEFINITION_NODE, ATTRIBUTE_DEFINITION_NODE): New
83            constants.
84            (create_element_type_definition_node, create_attribute_definition,
85            create_notation, create_general_entity,
86            get_element_type_definition_node,
87            set_element_type_definition_node, get_general_entity_node,
88            set_general_entity_node, get_notation_node, set_notation_node,
89            get_attribute_definition_node, set_attribute_definition_node): New
90            methods.
91            (element_types, entities, notations, attribute_definitions): New
92            attributes.
93            (DocumentType): Support for child nodes, entities, notations, and
94            element types.
95            (Entity, Notation, ElementTypeDefinition, AttributeDefinition):
96            New classes.
97    
98            * Dumper.pm: Support for general entities, notations, element type
99            definitions, and attribute definitions.
100    
101    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
102    
103            * NanoDOM.pm (create_processing_instruction): New method.
104            (xml_version, xml_encoding, xml_standalone): New attributes.
105            (ProcessingInstruction): New class.
106    
107    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
108    
109            * HTML.pm.src: Handling of end tags in the foreign content
110            insertion mode was partially wrong, because of wrong bit
111            operations.
112    
113    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
114    
115            * NanoDOM.pm (dom_config): New attribute (do nothing), for
116            Whatpm::XML::Parser support.
117    
118    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
119    
120            * Makefile: New rule to make HTML/Tokenizer.pm is added.
121    
122            * HTML.pm.src: Tokenizer part moved to another file.
123    
124    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
125    
126            * HTML.pm.src: Merge |DT_EL| and |DD_EL| as |DTDD_EL|.
127    
128    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
129    
130            * HTML.pm.src: Element category constants redefined.
131            
132    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
133    
134            * HTML.pm.src: Steps for CDATA/RCDATA elements in tree
135            construction stage synced with the spec (HTML5 revisions 2139 and
136            2302).
137    
138    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
139    
140            * ContentChecker.pm: New error level "html5_fact" added, which
141            should be tentatively used until all of requirements are properly
142            specced as RFC 2119 "MUST" in HTML5.
143    
144    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
145    
146            * ContentChecker.pod: Note on internal flags is added.
147    
148    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
149    
150            * HTML.pm.src: An AAA bug fixed.
151    
152    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
153    
154            * HTML.pm.src: If another node is inserted by the parser, don't
155            reuse existing Text node to append a character (HTML5 revision
156            2124).
157    
158    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
159    
160            * HTML.pm.src: Support for <option> and <optgroup> in body (HTML5
161            revisions 1731 and 2128).
162    
163    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
164    
165            * HTML.pm.src: Make <foreignObject> scoping (HTML5 revision 1837).
166            Support for end tags of camelCase SVG elements were broken.  A
167            wrong error type text fixed.
168    
169    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
170    
171            * HTML.pm.src: Drop redundant code (HTML5 revision 1731).
172    
173    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
174    
175            * HTML.pm.src: Support for new definition of |param| and |source|
176            start tag parsing (HTML5 revision 1731).
177    
178    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
179    
180            * HTML.pm.src: <p> steps reimplemented (HTML5 revision 1731).
181    
182    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
183    
184            * HTML.pm.src: <li>, <dt>, and <dd> steps reimplemented (HTML5
185            revisions 1731 and 1831).
186    
187    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
188    
189            * HTML.pm.src: Support for new flow (but not phrasing) elements (HTML5
190            revisions 1731 and 1778).  Support for the </sarcasm> end tag (HTML5
191            revision 1731).
192    
193    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
194    
195            * HTML.pm.src: Support for |command| and |eventsource| elements (HTML5
196            revision 1731).  End tags of |option| and |optgroup| elements are
197            now optional (HTML5 revision 1731).
198    
199    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
200    
201            * HTML.pm.src: New "special" elements added to the list (HTML5
202            revision 1778).  "strile" -> "strike".
203    
204    2008-10-02  Wakaba  <wakaba@suika.fam.cx>
205    
206            * ContentType.pm (get_sniffed_type): Support for the "better"
207            content sniffing (HTML5 revision 1927).  In a case the official
208            type was not returned when the method is invoked in the list
209            context.
210    
211    2008-09-22  Wakaba  <wakaba@suika.fam.cx>
212    
213            * HTML.pm.src: Character references for non-space C0 characters,
214            including U+000B VT, DEL character, noncharacter code points, are
215            now converted to the U+FFFD character (cf. HTML5 revision 2138).
216    
217    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
218    
219            * ContentChecker.pm: |form=""| check support added.
220    
221    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
222    
223            * ContentChecker.pm: |contextmenu| validness is now checked using
224            |id| and |id_type| properties, and |menu| property is removed.
225    
226    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
227    
228            * ContentChecker.pm: Prepare for |form| |name| attribute's
229            duplication checking.
230    
231    2008-09-21  Wakaba  <wakaba@suika.fam.cx>
232    
233            * HTML.pm.src (parse_byte_stream): Support (or non-support) for
234            unsupported charset="" parameter value (HTML5 revision 2131).
235    
236    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
237    
238            * HTML.pm.src: Reminding places where U+000B is allowed as a space
239            character is fixed (cf. HTML5 revision 1738).
240    
241            * ContentChecker.pm, HTMLTable.pm: U+000B is no longer part of
242            space characters (HTML5 revision 1738).
243    
244    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
245    
246            * HTML.pm.src: The "anything else" case for the "after after body"
247            insertion mode was not updated to swtich to the "in body"
248            insertion mode.  U+000B is no longer a space character for the
249            purpose of tree construction phase (HTML5 revision 1738).
250    
251    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
252    
253            * HTML.pm.src: U+000B is no longer a space character (HTML5
254            revision 1738).
255    
256    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
257    
258            * ContentType.pm: 0x0B is no longer a space character (HTML5
259            revision 1738).
260    
261            * HTML.pm.src: U+000B is no longer a space character for the
262            algorithm for extracting an encoding from a Content-Type (HTML5
263            revision 1738).
264    
265    2008-09-20  Wakaba  <wakaba@suika.fam.cx>
266    
267            * ContentChecker.pm ($IsInHTMLInteractiveContent): New.
268    
269    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
270    
271            * LangTag.pm: Add checks for remaining requirements from RFC 4646.
272    
273            * mklangreg.pl: Sort 'Prefix' values by their length, to ease
274            matching.
275    
276    2008-09-18  Wakaba  <wakaba@suika.fam.cx>
277    
278            * LangTag.pm: Warn for private use language subtags.  Error level
279            typos fixed.  Support for Suppress-Script field.
280    
281            * mklangreg.pl: Support for dumping of nested structure.
282    
283  2008-09-18  Wakaba  <wakaba@suika.fam.cx>  2008-09-18  Wakaba  <wakaba@suika.fam.cx>
284    
285          * LangTag.pm (check_rfc4646_langtag): Check if a tag is in the          * LangTag.pm (check_rfc4646_langtag): Check if a tag is in the

Legend:
Removed from v.1.322  
changed lines
  Added in v.1.372

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24