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