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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24