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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24