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

Legend:
Removed from v.1.321  
changed lines
  Added in v.1.362

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24