/[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.340 by wakaba, Sat Oct 4 08:29:18 2008 UTC revision 1.384 by wakaba, Sun Aug 16 06:26:14 2009 UTC
# Line 1  Line 1 
1    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src: Added support for <script> element in the "in
4            select" and "in select in table" insertion modes (HTML5 revision
5            2500).
6    
7    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
8    
9            * HTML.pm.src: An <hn> start tag in an <hn> element should close
10            the earlier element (HTML5 revision 2501).
11    
12    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
13    
14            * HTML.pm.src: The </br> end tags before the <body> start tag
15            should equally survive as the first br element child of the body
16            element (HTML5 revision 2586).
17    
18    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
19    
20            * HTML.pm.src: <font> in SVG land is handled as an SVG element as
21            long as it did not have HTML attributes (HTML5 revision 2590).
22    
23    2009-08-16  Wakaba  <wakaba@suika.fam.cx>
24    
25            * HTML.pm.src (_tree_construction_main): Improved error reporting
26            on "select" start tag in "in select" and "in select in table"
27            parsing modes (c.f. HTML5 revision 3604).
28    
29    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
30    
31            * mkhtmlclass.pl: Made xmlns:xlink with wrong namespace URL
32            invalid (HTML5 revision 2701).
33    
34    2009-07-26  Wakaba  <wakaba@suika.fam.cx>
35    
36            * HTML.pm.src: </rt>, </rp>, </option>, </optgroup> become
37            optional before </body> (HTML5 revision 2806).
38    
39    2009-07-25  Wakaba  <wakaba@suika.fam.cx>
40    
41            * HTML.pm.src: Marked where SVG |script| execution should be
42            implemented (HTML5 revision 2904).
43    
44    2009-07-25  Wakaba  <wakaba@suika.fam.cx>
45    
46            * HTML.pm.src (set_inner_html): The fragment parsing algorithm
47            inherits the document quirksness flag of the main document (HTML5
48            revision 2935).
49    
50    2009-07-05  Wakaba  <wakaba@suika.fam.cx>
51    
52            * HTML.pm.src (_tree_construction_main): Put |table| in |p| in
53            quirks mode (The Hixie Quirk, HTML5 revision 3132).
54    
55    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
56    
57            * HTML.pm.src: <kegten> breaks out of <select> (HTML5 revision
58            3163).
59    
60    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
61    
62            * HTML.pm.src: Don't change encoding to UTF-8 if the input
63            encoding is UTF-16 (HTML5 revision 3204).
64    
65    2009-07-03  Wakaba  <wakaba@suika.fam.cx>
66    
67            * HTML.pm.src (parse_byte_stream): Don't change to another
68            encoding if the input is UTF-16 (HTML5 revision 3205).
69    
70    2009-06-28  Wakaba  <wakaba@suika.fam.cx>
71    
72            * HTML.pm.src: |isindex| should no longer generate |p| element
73            node (HTML5 revision 3236).
74    
75    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
76    
77            * ContentChecker.pm: Introduced new flag |has_autofocus|.  Added
78            support for new |id_type| value of |any|, which means any kind of
79            element is allowed as a referenced element.
80    
81    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
82    
83            * ContentChecker.pm: Introduced |check_attrs2| method for the ease
84            of defining codes for checking required attribute and as such.
85    
86    2008-12-12  Wakaba  <wakaba@suika.fam.cx>
87    
88            * IMTChecker.pm: Added more definitions for subtypes.
89    
90    2008-12-11  Wakaba  <wakaba@suika.fam.cx>
91    
92            * URIChecker.pm: Some of |pos_end| values were wrong.
93    
94    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
95    
96            * ContentChecker.pm (check_element): Added support for "no
97            referenced datalist" error.
98    
99    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
100    
101            * URIChecker.pm: Bug fix: It did not work unless
102            Message::DOM::DOMImplementation has been |require|d.
103    
104    2008-12-06  Wakaba  <wakaba@suika.fam.cx>
105    
106            * NanoDOM.pm (document_uri): New attribute.
107    
108            * ContentChecker.pm: Don't use methods not implemented by NanoDOM.
109    
110    2008-11-07  Wakaba  <wakaba@suika.fam.cx>
111    
112            * NanoDOM.pm (text_content): Don't create a Text node if the new
113            value is empty.
114    
115    2008-11-06  Wakaba  <wakaba@suika.fam.cx>
116    
117            * SWML/: New directory.
118    
119    2008-10-20  Wakaba  <wakaba@suika.fam.cx>
120    
121            * NanoDOM.pm (specified, all_declarations_processed,
122            manakai_attribute_type): New attributes.
123    
124    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
125    
126            * NanoDOM.pm (Entity->new): Initialize ->child_nodes as an empty
127            array.
128    
129    2008-10-19  Wakaba  <wakaba@suika.fam.cx>
130    
131            * NanoDOM.pm (notation_name): New attribute.
132    
133    2008-10-18  Wakaba  <wakaba@suika.fam.cx>
134    
135            * NanoDOM.pm (public_id, system_id): New attributes.a
136    
137    2008-10-18  Wakaba  <wakaba@suika.fam.cx>
138    
139            * NanoDOM.pm (text_content): Moved to Node from Element.  Setter
140            implemented.
141            (allowed_tokens, default_type, declared_type): Implemented.
142    
143    2008-10-17  Wakaba  <wakaba@suika.fam.cx>
144    
145            * NanoDOM.pm (node_name): New attribute.
146            (ELEMENT_TYPE_DEFINITION_NODE, ATTRIBUTE_DEFINITION_NODE): New
147            constants.
148            (create_element_type_definition_node, create_attribute_definition,
149            create_notation, create_general_entity,
150            get_element_type_definition_node,
151            set_element_type_definition_node, get_general_entity_node,
152            set_general_entity_node, get_notation_node, set_notation_node,
153            get_attribute_definition_node, set_attribute_definition_node): New
154            methods.
155            (element_types, entities, notations, attribute_definitions): New
156            attributes.
157            (DocumentType): Support for child nodes, entities, notations, and
158            element types.
159            (Entity, Notation, ElementTypeDefinition, AttributeDefinition):
160            New classes.
161    
162            * Dumper.pm: Support for general entities, notations, element type
163            definitions, and attribute definitions.
164    
165    2008-10-15  Wakaba  <wakaba@suika.fam.cx>
166    
167            * NanoDOM.pm (create_processing_instruction): New method.
168            (xml_version, xml_encoding, xml_standalone): New attributes.
169            (ProcessingInstruction): New class.
170    
171    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
172    
173            * HTML.pm.src: Handling of end tags in the foreign content
174            insertion mode was partially wrong, because of wrong bit
175            operations.
176    
177    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
178    
179            * NanoDOM.pm (dom_config): New attribute (do nothing), for
180            Whatpm::XML::Parser support.
181    
182    2008-10-14  Wakaba  <wakaba@suika.fam.cx>
183    
184            * Makefile: New rule to make HTML/Tokenizer.pm is added.
185    
186            * HTML.pm.src: Tokenizer part moved to another file.
187    
188    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
189    
190            * HTML.pm.src: Merge |DT_EL| and |DD_EL| as |DTDD_EL|.
191    
192    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
193    
194            * HTML.pm.src: Element category constants redefined.
195            
196    2008-10-13  Wakaba  <wakaba@suika.fam.cx>
197    
198            * HTML.pm.src: Steps for CDATA/RCDATA elements in tree
199            construction stage synced with the spec (HTML5 revisions 2139 and
200            2302).
201    
202    2008-10-07  Wakaba  <wakaba@suika.fam.cx>
203    
204            * ContentChecker.pm: New error level "html5_fact" added, which
205            should be tentatively used until all of requirements are properly
206            specced as RFC 2119 "MUST" in HTML5.
207    
208    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
209    
210            * ContentChecker.pod: Note on internal flags is added.
211    
212    2008-10-05  Wakaba  <wakaba@suika.fam.cx>
213    
214            * HTML.pm.src: An AAA bug fixed.
215    
216    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
217    
218            * HTML.pm.src: If another node is inserted by the parser, don't
219            reuse existing Text node to append a character (HTML5 revision
220            2124).
221    
222    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
223    
224            * HTML.pm.src: Support for <option> and <optgroup> in body (HTML5
225            revisions 1731 and 2128).
226    
227    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
228    
229            * HTML.pm.src: Make <foreignObject> scoping (HTML5 revision 1837).
230            Support for end tags of camelCase SVG elements were broken.  A
231            wrong error type text fixed.
232    
233    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
234    
235            * HTML.pm.src: Drop redundant code (HTML5 revision 1731).
236    
237    2008-10-04  Wakaba  <wakaba@suika.fam.cx>
238    
239            * HTML.pm.src: Support for new definition of |param| and |source|
240            start tag parsing (HTML5 revision 1731).
241    
242  2008-10-04  Wakaba  <wakaba@suika.fam.cx>  2008-10-04  Wakaba  <wakaba@suika.fam.cx>
243    
244          * HTML.pm.src: <p> steps reimplemented (HTML5 revision 1731).          * HTML.pm.src: <p> steps reimplemented (HTML5 revision 1731).

Legend:
Removed from v.1.340  
changed lines
  Added in v.1.384

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24