/[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.101 by wakaba, Fri Aug 17 11:53:52 2007 UTC revision 1.131 by wakaba, Sat Feb 9 11:58:16 2008 UTC
# Line 1  Line 1 
1    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ContentChecker.pm (_get_css_parser): New.
4    
5    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
6    
7            * ContentChecker.pm ($AnyChecker): Old way to add child elements
8            for checking had been used.
9    
10    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
11    
12            * ContentChecker.pm (check_element): New todo item type |descendant|.
13    
14    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
15    
16            * IMTChecker.pm: Revised to raise errors and warnings as (poorly)
17            specced in RFC 2046 and RFC 4288.
18            (application/atom+xml): Definition added.
19    
20    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
21    
22            * URIChecker.pm: Make RFC 3986 should-level errors
23            warnings (rather than SHOULD-level errors).
24    
25    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
26    
27            * NanoDOM.pm (get_user_data, set_user_data): New methods.
28    
29            * HTML.pm.src: A flag for character references in attribute
30            values are added.  Set |manakai_has_reference| user data
31            to |charset| attribute.
32    
33    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
34    
35            * NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New
36            attributes.
37    
38            * ContentChecker.pm (check_document): Warn if charset requirements
39            cannot be tested.
40    
41    2007-11-19  Wakaba  <wakaba@suika.fam.cx>
42    
43            * HTML.pm.src (parse_byte_string): Detect charset
44            by universalchardet if charset parameter is not specified.
45    
46            * Makefile (Charset-all, Charset-clean): New rules.
47    
48    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
49    
50            * ContentChecker.pm (check_document): Check the existence
51            of character encoding declaration and selection of encoding
52            for HTML document.
53    
54    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
55    
56            * ContentType.pm (get_sniffed_type): Return also the official
57            type in list context.
58    
59    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
60    
61            * ContentType.pm: Sniffing with leading white space
62            ignoring (HTML5 revisions 1013 and 1016).
63    
64    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
65    
66            * ContentType.pm: HTML5 revision 1013 changes, except for leading
67            white spaces, are implemented.
68    
69    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
70    
71            * HTML.pm.src (parse_char_string): Set |inner_encoding|
72            attribute if possible.
73    
74    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
75    
76            * HTML.pm.src (parse_byte_string): New method.
77            (parse_char_string): New alias for |parse_string|.
78            (main phase): Invoking "change the encoding" algorithm if desired.
79    
80            * HTML.pod: Updated.
81    
82    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
83    
84            * HTML.pod (get_inner_html): Removed.
85    
86            * Makefile (HTML-all, HTML-clean): New.
87    
88    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
89    
90            * HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm).
91    
92    2007-11-08  Wakaba  <wakaba@suika.fam.cx>
93    
94            * mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132).
95    
96    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
97    
98            * Makefile: |CacheManifest.html| is added.
99    
100            * CacheManifest.pod: New file.
101    
102    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
103    
104            * CacheManifest.pm: New module.
105    
106    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
107    
108            * HTML.pm.src: Support for application cache selection algorithm
109            callback.
110    
111    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
112    
113            * mklinktypelist.pl: Support for rel=noreferer (HTML5 revision 1118).
114    
115    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
116    
117            * Makefile (clean): New rule.
118    
119            * NanoDOM.pm (public_id, system_id): New attributes.
120    
121    2007-10-17  Wakaba  <wakaba@suika.fam.cx>
122    
123            * Makefile (CSS-all, CSS-clean, clean): New rules.
124    
125    2007-10-14  Wakaba  <wakaba@suika.fam.cx>
126    
127            * ContentChecker.pm (check_document): Support for
128            new |is_xml_root| flag.
129            (check_element): Support for new |pluses| state.
130            (_add_pluses): New method.
131            (_remove_minuses): Support for new |minus| item.
132    
133    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
134    
135            * ContentChecker.pm: Raise specific error for invalid
136            root element.
137    
138    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
139    
140            * ContentChecker.pm: Set level values for later uses.
141    
142    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
143    
144            * ContentChecker.pm: Support for language tag validation.
145    
146    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
147    
148            * LangTag.pm (check_rfc3066_language_tag): New method.
149    
150    2007-09-09  Wakaba  <wakaba@suika.fam.cx>
151    
152            * LangTag.pm: New module.
153    
154    2007-09-04  Wakaba  <wakaba@suika.fam.cx>
155    
156            * HTML.pm.src: Some error types were wrong.
157    
158  2007-08-17  Wakaba  <wakaba@suika.fam.cx>  2007-08-17  Wakaba  <wakaba@suika.fam.cx>
159    
160          * CSS/: New directory.          * CSS/: New directory.

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.131

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24