/[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.231 by wakaba, Sat May 10 12:13:43 2008 UTC revision 1.250 by wakaba, Sun May 25 08:53:48 2008 UTC
# Line 1  Line 1 
1    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ContentType.pm: Drop support for UTF-32 (HTML5 revision 1701).
4    
5            * HTML.pm.src: UTF-16BE and UTF-16LE should be considered
6            as UTF-16 (HTML5 revision 1701).
7    
8    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
9    
10            * HTML.pm.src: Support for <noframes> in <head> (HTML5 revision
11            1692).
12    
13    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
14    
15            * HTML.pm.src: The secondary insertion mode used when switching
16            to foreign content is the "in body" insertion mode (HTML5 revision
17            1696).
18    
19    2008-05-25  Wakaba  <wakaba@suika.fam.cx>
20    
21            * HTML.pm.src: Don't raise parse error for <isindex/> (HTML5
22            revision 1697).
23    
24    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
25    
26            * HTML.pm.src: Support for end-of-file token in foreign content
27            insertion mode (HTML5 revision 1693).  Update SVG camelCase
28            attribute list (HTML5 revision 1700).  <textarea> closes
29            </select> (HTML5 revision 1699).  More start tags close in
30            foreign content insertion mode (HTML5 revision 1698).
31    
32    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
33    
34            * HTML.pm.src: ";" is not part of charset name (HTML5 revision 1665).
35    
36    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
37    
38            * HTML.pm.src: More robust charset parameter detection (HTML5
39            revision 1674).
40    
41    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
42    
43            * ContentType.pm: Support for image/vnd.microsoft.icon (HTML5
44            revision 1676).
45    
46    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
47    
48            * HTML.pm.src: Ignore language part of public identifiers for
49            quriks mode detection (HTML5 revision 1679).
50    
51    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
52    
53            * HTML.pm.src: Reduce the number of errors in truncated doctypes (HTML5
54            revision 1685).
55    
56    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
57    
58            * HTML.pm.src: Support for EOF in new states for tags (HTML5
59            revision 1684).
60    
61    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
62    
63            * HTML.pm.src (_reset_insertion_mode): Make <td>.innerHTML
64            work (HTML5 revision 1690).
65    
66    2008-05-24  Wakaba  <wakaba@suika.fam.cx>
67    
68            * HTML.pm.src (_tree_construction_main): Change handling of
69            end tags in head insertion modes (HTML5 revision 1686).
70            (parse_char_string): Bug fix for non-utf8 character string handlings.
71            (parse_char_stream): |ungetc| does not work well for this context.
72    
73    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
74    
75            * HTML.pm.src (parse_byte_string): Redefined to invoke
76            |parse_byte_stream|.
77            (parse_byte_stream): New method.
78    
79    2008-05-18  Wakaba  <wakaba@suika.fam.cx>
80    
81            * HTML.pm.src (parse_byte_string): Fix the column number reported
82            by encoding layer error reporter.
83    
84    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
85    
86            * HTML.pm.src (parse_byte_string): Use streaming decoder
87            rather than converting the whole byte string and then parsing.
88            Propagate errors in character encoding layer.
89            (get_next_token): Precise error reporting for |bare stago| error.
90    
91    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
92    
93            * HTML.pm.src (parse_char_stream): New method.
94            (parse_char_string): This method is now defined as an invocation
95            of the |parse_char_stream| method.
96    
97    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
98    
99            * HTML.pm.src (parse_byte_string): Report various status
100            of the sniffing as info-level errors.  Support for new
101            decoding framework in parser resestting.
102            (new): Various default error levels were not set.
103    
104    2008-05-17  Wakaba  <wakaba@suika.fam.cx>
105    
106            * HTML.pm.src (parse_byte_string): HTML5 encoding siniffing
107            algorithm, except for the actual sniffing, is implemented
108            with new framework with Message::Charset::Info.
109    
110    2008-05-16  Wakaba  <wakaba@suika.fam.cx>
111    
112            * CacheManifest.pm (_parse): Drop fragment identifiers from
113            URIs in fallback section (HTML5 revision 1596).
114    
115  2008-05-10  Wakaba  <wakaba@suika.fam.cx>  2008-05-10  Wakaba  <wakaba@suika.fam.cx>
116    
117          * Makefile (Entities.html): URI has changed.          * Makefile (Entities.html): URI has changed.

Legend:
Removed from v.1.231  
changed lines
  Added in v.1.250

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24