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

Legend:
Removed from v.1.118  
changed lines
  Added in v.1.142

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24