/[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.114 by wakaba, Sun Nov 4 09:11:14 2007 UTC revision 1.138 by wakaba, Sat Feb 23 10:35:00 2008 UTC
# Line 1  Line 1 
1    2008-02-23  Wakaba  <wakaba@suika.fam.cx>
2    
3            * ContentChecker.pm (check_element): The way to traverse
4            the tree is entirely revised to make it easier to track
5            the state of ancestors/descendants.  As a result of this
6            revision (which rewrites almost all of Whatpm::ContentChecker::HTML),
7            support for content model checking for HTML elements |figure|,
8            |object|, |video|, and |audio| and checking for XML elements (and
9            some XMLNS checkings) are dropped for now.  They will be
10            reimplemented in due cource.
11    
12    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
13    
14            * HTML.pm.src: |>| in public or system literal closes the DOCTYPE
15            token (HTML5 revision 1225).
16    
17    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
18    
19            * ContentChecker.pm ({unsupported_level}): New value.
20    
21            * HTML.pm.src: Save whether |meta| |content| attribute
22            contains character references or not.
23    
24    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
25    
26            * ContentChecker.pm (_get_children): (Incompleted) attempt to
27            imlement significant content checking for contents
28            with |del| elements.
29    
30    2008-02-17  Wakaba  <wakaba@suika.fam.cx>
31    
32            * ContenteChecker.pm ($HTMLTransparentElements): More
33            elements are added.
34            (_get_children): HTML |object| elements are now semi-transparent.
35    
36            * NanoDOM.pm (manakai_html, manakai_head): New methods.
37    
38    2008-02-16  Wakaba  <wakaba@suika.fam.cx>
39    
40            * CacheManifest.pm: HTML5 revision 1211 implemented.
41    
42            * CacheManifest.pod: Updated.
43    
44    2008-02-10  Wakaba  <wakaba@suika.fam.cx>
45    
46            * ContentChecker.pm (check_document, check_element): Support
47            for second argument ($onsubdoc).
48            (_get_css_parser): Removed (now it is part of WDCC).
49    
50    2008-02-09  Wakaba  <wakaba@suika.fam.cx>
51    
52            * ContentChecker.pm (_get_css_parser): New.
53    
54    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
55    
56            * ContentChecker.pm ($AnyChecker): Old way to add child elements
57            for checking had been used.
58    
59    2007-11-25  Wakaba  <wakaba@suika.fam.cx>
60    
61            * ContentChecker.pm (check_element): New todo item type |descendant|.
62    
63    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
64    
65            * IMTChecker.pm: Revised to raise errors and warnings as (poorly)
66            specced in RFC 2046 and RFC 4288.
67            (application/atom+xml): Definition added.
68    
69    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
70    
71            * URIChecker.pm: Make RFC 3986 should-level errors
72            warnings (rather than SHOULD-level errors).
73    
74    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
75    
76            * NanoDOM.pm (get_user_data, set_user_data): New methods.
77    
78            * HTML.pm.src: A flag for character references in attribute
79            values are added.  Set |manakai_has_reference| user data
80            to |charset| attribute.
81    
82    2007-11-23  Wakaba  <wakaba@suika.fam.cx>
83    
84            * NanoDOM.pm (input_encoding, manakai_charset, manakai_has_bom): New
85            attributes.
86    
87            * ContentChecker.pm (check_document): Warn if charset requirements
88            cannot be tested.
89    
90    2007-11-19  Wakaba  <wakaba@suika.fam.cx>
91    
92            * HTML.pm.src (parse_byte_string): Detect charset
93            by universalchardet if charset parameter is not specified.
94    
95            * Makefile (Charset-all, Charset-clean): New rules.
96    
97    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
98    
99            * ContentChecker.pm (check_document): Check the existence
100            of character encoding declaration and selection of encoding
101            for HTML document.
102    
103    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
104    
105            * ContentType.pm (get_sniffed_type): Return also the official
106            type in list context.
107    
108    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
109    
110            * ContentType.pm: Sniffing with leading white space
111            ignoring (HTML5 revisions 1013 and 1016).
112    
113    2007-11-18  Wakaba  <wakaba@suika.fam.cx>
114    
115            * ContentType.pm: HTML5 revision 1013 changes, except for leading
116            white spaces, are implemented.
117    
118    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
119    
120            * HTML.pm.src (parse_char_string): Set |inner_encoding|
121            attribute if possible.
122    
123    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
124    
125            * HTML.pm.src (parse_byte_string): New method.
126            (parse_char_string): New alias for |parse_string|.
127            (main phase): Invoking "change the encoding" algorithm if desired.
128    
129            * HTML.pod: Updated.
130    
131    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
132    
133            * HTML.pod (get_inner_html): Removed.
134    
135            * Makefile (HTML-all, HTML-clean): New.
136    
137    2007-11-11  Wakaba  <wakaba@suika.fam.cx>
138    
139            * HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm).
140    
141    2007-11-08  Wakaba  <wakaba@suika.fam.cx>
142    
143            * mklinktypelist.pl: s/noreferer/noreferrer/ (HTML5 revision 1132).
144    
145    2007-11-04  Wakaba  <wakaba@suika.fam.cx>
146    
147            * Makefile: |CacheManifest.html| is added.
148    
149            * CacheManifest.pod: New file.
150    
151  2007-11-04  Wakaba  <wakaba@suika.fam.cx>  2007-11-04  Wakaba  <wakaba@suika.fam.cx>
152    
153          * CacheManifest.pm: New module.          * CacheManifest.pm: New module.

Legend:
Removed from v.1.114  
changed lines
  Added in v.1.138

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24