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

Legend:
Removed from v.1.198  
changed lines
  Added in v.1.237

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24