/[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.187 by wakaba, Sun Mar 16 06:39:56 2008 UTC revision 1.236 by wakaba, Sat May 17 12:29:23 2008 UTC
# Line 1  Line 1 
1    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
2    
3            * HTML.pm.src (parse_byte_string): Use streaming decoder
4            rather than converting the whole byte string and then parsing.
5            Propagate errors in character encoding layer.
6            (get_next_token): Precise error reporting for |bare stago| error.
7    
8    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
9    
10            * HTML.pm.src (parse_char_stream): New method.
11            (parse_char_string): This method is now defined as an invocation
12            of the |parse_char_stream| method.
13    
14    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
15    
16            * HTML.pm.src (parse_byte_string): Report various status
17            of the sniffing as info-level errors.  Support for new
18            decoding framework in parser resestting.
19            (new): Various default error levels were not set.
20    
21    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
22    
23            * HTML.pm.src (parse_byte_string): HTML5 encoding siniffing
24            algorithm, except for the actual sniffing, is implemented
25            with new framework with Message::Charset::Info.
26    
27    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
28    
29            * CacheManifest.pm (_parse): Drop fragment identifiers from
30            URIs in fallback section (HTML5 revision 1596).
31    
32    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
33    
34            * Makefile (Entities.html): URI has changed.
35    
36    2008-05-10  Wakaba  <wakaba@suika.fam.cx>
37    
38            * CacheManifest.pm: Don't replace U+0000 NULL (HTML5 revision
39            1553).
40    
41    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
42    
43            * ContentChecker.pm: Noted that those returned in |table| are
44            no longer table elements, but table objects returned
45            by Whatpm::HTMLTable.
46    
47            * HTMLTable.pm (form_table): Return table element node
48            as |$table->{element}|.
49            (assign_header): Support for the |headers=""| attribute.
50    
51    2008-05-06  Wakaba  <wakaba@suika.fam.cx>
52    
53            * HTMLTable.pm (assign_header): New function; first version
54            with no support for headers="".
55            (form_table): Include table width and height to the returned
56            table object for covenience.  Indexing in column assignement was wrong.
57            Set whether a data cell is empty or not for convenience.
58    
59    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
60    
61            * HTMLTable.pm: Robuster caption support (HTML5 revision 1393).
62    
63    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
64    
65            * HTMLTable.pm: How table model errors are detected is
66            changed (HTML5 revision 1387).
67    
68    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
69    
70            * HTMLTable.pm: The algorithm now moves |tfoot| elements
71            to the end of the table (HTML5 revision 1380).
72    
73    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
74    
75            * HTMLTable.pm: The algorithm is now 0-based indexing, instead
76            of 1-based (HTML5 revision 1376).
77    
78    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
79    
80            * ContentType.pm: "Content-Type: text/plain; charset=UTF-8"
81            and "Content-Encoding" no longer prevent sniffing (HTML5
82            revision 1288).
83    
84    2008-05-05  Wakaba  <wakaba@suika.fam.cx>
85    
86            * ContentType.pm: Skip BOMs n feed or HTML algorithm (HTML5 revision
87            1282).
88    
89    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
90    
91            * ContentChecker.pm: Support for global attributes.
92            Status of XML specs are added.
93    
94    2008-05-03  Wakaba  <wakaba@suika.fam.cx>
95    
96            * ContentChecker.pm (check_element): Support for |template=""|
97            and |ref=""| attribute (referent element type checking).
98    
99    2008-04-29  Wakaba  <wakaba@suika.fam.cx>
100    
101            * CacheManifest.pm (_parse): New same origin definition (HTML5 revision
102            1500) is implemented (except for IDNA part and URI-scheme-specific
103            knowledge).  Line number counting was wrong for LF-only
104            documents.
105    
106    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
107    
108            * HTML.pm.src: Raise an parse error for any disallowed
109            character (HTML5 revision 1263).
110    
111    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
112    
113            * mkentitylist.pl: Support for new HTML5 entity table format (the
114            definition for |AElig;| was missing).
115    
116    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
117    
118            * HTML.pm.src, mkhtmlparser.pl: Support for element/attribute
119            name/namespace fixup (HTML5 revisions 1413, 1415, 1416, and 1417).
120    
121    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
122    
123            * HTML.pm.src: List of element names that close foreign content
124            insertion mode is added (HTML5 revisions 1412 and 1418).
125    
126    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
127    
128            * HTML.pm.src: Support for |mglyph| and |malignmark|
129            elements (HTML5 revision 1410).
130    
131    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
132    
133            * HTML.pm.src: Support for new long MathML entities (HTML5
134            revision 1406).
135    
136    2008-04-13  Wakaba  <wakaba@suika.fam.cx>
137    
138            * HTML.pm.src: CDATA section support for MathML and SVG
139            elements (HTML5 revision 1404 and 1420).
140    
141    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
142    
143            * HTML.pm.src, mkhtmlparser.pl: Support for MathML and SVG
144            elements (HTML5 revision 1404).  Unused !!!macro definitions
145            are removed.
146    
147    2008-04-12  Wakaba  <wakaba@suika.fam.cx>
148    
149            * HTML.pm.src, mkhtmlparser.pl: The way permitted slash errors
150            are raised is changed (HTML5 revision 1404).
151    
152    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
153    
154            * HTML.pm.src: Category sets that are no longer used are removed.
155    
156    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
157    
158            * HTML.pm.src: The ->[1] property of stack entries are now
159            replaced by constants representing element category.
160    
161    2008-04-06  Wakaba  <wakaba@suika.fam.cx>
162    
163            * HTML.pm.src: Don't use local name stored in stack (i.e. ->[1])
164            for error reporting.  (This is a preparation for using constant
165            value for ->[1].)
166    
167    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
168    
169            * RDFXML.pm: Typo fixed.
170    
171    2008-03-22  Wakaba  <wakaba@suika.fam.cx>
172    
173            * ContentChecker.pm: |fact_level| is now treated
174            as same as |must_level|, i.e. level = |m|.
175            (check_element): Make list of URIs in the DOM.
176    
177    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
178    
179            * RDFXML.pm: Language accessor implemented.
180            Local (null-namespace) attribute support.
181    
182    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
183    
184            * RDFXML.pm: Factored out ID checking code.
185    
186    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
187    
188            * RDFXML.pm: TODO items noted.  Validation of ID
189            and URI attributes is implemented.  Warn if unknown
190            value is used in rdf:parseType="" attribute.
191    
192            * URIChecker.pm (check_rdf_uri_reference): New function.
193    
194    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
195    
196            * RDFXML.pm: bnodeid implemented.  Relative references
197            are now resolved.
198    
199    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
200    
201            * ContentChecker.pm: RDF reification implemented.
202    
203            * RDFXML.pm: undef vs false bug fixed.
204            Reification implemented.
205    
206    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
207    
208            * RDFXML.pm: s/id/ID/ for attribute name.
209            The |node| arguments are added for |ontriple| calls.
210            Too many "attribute not allowed" errors were raised.
211    
212            * ContentChecker.pm: Initial experimental support for rdf:RDF
213            element.
214    
215    2008-03-21  Wakaba  <wakaba@suika.fam.cx>
216    
217            * RDFXML.pm: New module.
218    
219    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
220    
221            * HTML.pm.src (set_inner_html): Line/column number
222            code was old one yet.
223    
224    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
225    
226            * HTML.pm.src: Better line/column reporting for "duplicate attribute"
227            errors.  Line/column markings for DOCTYPE, comment, and
228            character tokens are reintroduced; otherwise,
229            error location for "not HTML5" error and errors
230            for implied elements are not attached.
231    
232    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
233    
234            * HTML.pm.src: Set line/column numbers to attributes.
235    
236            * NanoDOM.pm (create_attribute_ns, set_attribute_node_ns): Added.
237            (value): Setter implemented.
238    
239            * mkhtmlparser.pl: Set line/column numbers to Attr nodes.
240    
241    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
242    
243            * HTML.pm.src: Unused line/column markings are removed.
244    
245    2008-03-20  Wakaba  <wakaba@suika.fam.cx>
246    
247            * HTML.pm.src (_get_next_token): Remove |first_start_tag|
248            flag, which is no longer used.
249    
250    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
251    
252            * HTML.pm.src: Set line/column information to element nodes.
253    
254            * mkhtmlparser.pl (!!!create-element, !!!insert-element,
255            and !!!insert-element-t): Set line/column information to
256            element nodes.
257    
258    2008-03-17  Wakaba  <wakaba@suika.fam.cx>
259    
260            * HTML.pm.src (_get_next_token): The first "<" character
261            in "<?", "<>", or "</>" should be the error point.
262    
263    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
264    
265            * HTML.pm.src: Some more fixes on error position reporting.
266    
267    2008-03-16  Wakaba  <wakaba@suika.fam.cx>
268    
269            * HTML.pm.src: Token-level precious error reporting.
270    
271  2008-03-16  Wakaba  <wakaba@suika.fam.cx>  2008-03-16  Wakaba  <wakaba@suika.fam.cx>
272    
273          * HTML.pm.src: Preparation for more precious error point          * HTML.pm.src: Preparation for more precious error point

Legend:
Removed from v.1.187  
changed lines
  Added in v.1.236

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24