/[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.211 by wakaba, Sat Apr 12 15:25:52 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>  2008-04-13  Wakaba  <wakaba@suika.fam.cx>
137    
138          * HTML.pm.src: CDATA section support for MathML and SVG          * HTML.pm.src: CDATA section support for MathML and SVG

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24