1 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Atom.pm: Reimplemented. |
4 |
|
|
5 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm: |in_a_href| flag is not reset after the </a>. |
8 |
|
Raise an error if |area| is not a descendant of |map|. |
9 |
|
|
10 |
|
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm: Sectioning root category added. |blockquote| |
13 |
|
is no longer a sectioning content. |
14 |
|
|
15 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5 |
18 |
|
revision 1250). |
19 |
|
|
20 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* HTML.pm: First version of Web Forms 2.0 support (its weired, |
23 |
|
since the spec itself is frankensteinesque:-); note that though |
24 |
|
it is weired spec from the today's viewpoint, it is still |
25 |
|
better-written spec than any W3C (Candidate or Proposed or full) |
26 |
|
Recommendation, sadly. |
27 |
|
|
28 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs |
31 |
|
from XHTML M12N 1.0 are reflected in |status| field. |
32 |
|
|
33 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* HTML.pm: HTML5 status constants are OR-ed with "allowed" status. |
36 |
|
Don't raise "not defined" errors; they are now raised according |
37 |
|
to status flags. Status flags of li/@value, ol/@start, and menu |
38 |
|
are now non-deprecated, to avoid deprecated error message. |
39 |
|
area/@hreftype typo fixed. |isindex| SHOULD NOT be used |
40 |
|
according to HTML4. |
41 |
|
|
42 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* HTML.pm: Make |figure| caption optional (HTML5 revision 1240). |
45 |
|
Add |reversed| to |ol| (HTML5 revision 1248). |
46 |
|
|
47 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* HTML.pm: Most of Web Forms 1.0 attributes are implemented. |
50 |
|
|
51 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented. |
54 |
|
Raise not-part-of-HTML5 error for |acronym|. |
55 |
|
|
56 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
57 |
|
|
58 |
|
* HTML.pm: HTML5 attribute status added. |
59 |
|
|
60 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* HTML.pm: Standardized status for attributes are added (HTML5 |
63 |
|
info are not added yet). Make element or attribute not defined |
64 |
|
by HTML5 spec as a conformance error (though it is not clearly |
65 |
|
defined by HTML5 spec as non-conforming). Note that more work |
66 |
|
is needed for non-standard attribute thing, since the current |
67 |
|
implementation prevents non-standard attribute from being |
68 |
|
syntactically checked (otherwise it is treated as if a |
69 |
|
standard attribute). |
70 |
|
|
71 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
|
* HTML.pm: Standardized status attributes are added. |
74 |
|
|
75 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* HTML.pm: Invalid |meta| in |noscript| should be erred |
78 |
|
as usual. |
79 |
|
|
80 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* HTML.pm: Updated for |del|-and-significant problem. |
83 |
|
|
84 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* HTML.pm (datagrid): Condition was incorrect. |
87 |
|
|
88 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* HTML.pm (%HTMLProseContentChecker, details, figure): Don't |
91 |
|
change state when a transparent element is encountered. |
92 |
|
(details check): Reimplemented. |
93 |
|
|
94 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* HTML.pm (object check_end): Don't check significant content |
97 |
|
if the element is used as a transparent element. |
98 |
|
(video check): Reimplemented. |
99 |
|
|
100 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* HTML.pm: |figure| content checker reimplemented. |object| |
103 |
|
content checker for root element case reimplemented. |
104 |
|
|
105 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* HTML.pm: Revised. |
108 |
|
|
109 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
|
* HTML.pm (object): Implemented (with some bug on transparentness |
112 |
|
handling). |
113 |
|
|
114 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
|
* HTML.pm: s/m/mark/g (HTML5 revision 1232). |
117 |
|
|
118 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* HTML.pm (img): |alt| is a SHOULD-level requirement now (since |
121 |
|
the conformance checker cannot examine the semantics of the |
122 |
|
image). |
123 |
|
|
124 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
125 |
|
|
126 |
|
* HTML.pm: Useless old stuff are removed. |datagrid| |
127 |
|
was missing from |$HTMLInteractiveContent|. |
128 |
|
(a): Use new |$HTMLInteractiveContent| in place |
129 |
|
of |$HTMLIntetractiveElements|. |
130 |
|
(caption): Use new |$HTMLPhrasingContentChecker| in place |
131 |
|
of |$HTMLStrictlyInlineChecker|. |
132 |
|
|
133 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
134 |
|
|
135 |
|
* HTML.pm (figure): Implemented. |
136 |
|
(video, audio): In no-parent-element case with |src| attribute, |
137 |
|
the content model is now prose content. |
138 |
|
|
139 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
|
* HTML.pm (noscript): Reimplemented. |
142 |
|
|
143 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
144 |
|
|
145 |
|
* HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision |
146 |
|
1180). |
147 |
|
|
148 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
150 |
|
* HTML.pm (th): |th| now requires phrasing content. |div| |
151 |
|
now requires prose content. |
152 |
|
|
153 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
154 |
|
|
155 |
|
* HTML.pm: Error messages revised. |
156 |
|
|
157 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
158 |
|
|
159 |
|
* HTML.pm: Most part of December 2007 Content Model is implemented. |
160 |
|
|
161 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
162 |
|
|
163 |
|
* HTML.pm (<style>): CSS validation code removed; instead, |
164 |
|
it does invoke subdoc callback to ask to the callee to validate |
165 |
|
the style sheet separately. |
166 |
|
|
167 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
168 |
|
|
169 |
|
* HTML.pm (<style>): Initial version of CSS validation support. |
170 |
|
|
171 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
172 |
|
|
173 |
|
* HTML.pm ($HTMLSignificantContentErrors): New. |
174 |
|
|
175 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
176 |
|
|
177 |
|
* HTML.pm: Support for checking for significant content (HTML5 |
178 |
|
revision 1114). Note that the current implementation has |
179 |
|
an issue on treatment for transparent or semi-transparent |
180 |
|
elements. |
181 |
|
|
182 |
|
* Atom.pm: Support for significant content checking (for composed |
183 |
|
HTML-Atom documents). |
184 |
|
|
185 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
186 |
|
|
187 |
|
* HTML.pm (header): Descendant constraint is redefined by |
188 |
|
new todo item type |descendant|. |
189 |
|
|
190 |
|
2007-11-24 Wakaba <wakaba@suika.fam.cx> |
191 |
|
|
192 |
|
* HTML.pm (nest/@filter, rule/@condition): Implemented. |
193 |
|
(nest/@mode): Definition was wrong. |
194 |
|
($HTMLSelectorsAttrChecker): New. |
195 |
|
|
196 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
197 |
|
|
198 |
|
* HTML.pm (meta): Character references in |charset| attribute |
199 |
|
values are now erred. |
200 |
|
|
201 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
202 |
|
|
203 |
|
* HTML.pm (meta): |charset| value tests implemented. |
204 |
|
|
205 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
206 |
|
|
207 |
|
* HTML.pm: Raise bad-context error for proposed link types. |
208 |
|
|
209 |
|
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
210 |
|
|
211 |
|
* HTML.pm: Specialized error for old charset syntax. |
212 |
|
|
213 |
|
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
214 |
|
|
215 |
|
* HTML.pm: Make |rel="up up"| conforming (HTML5 revision 1130). |
216 |
|
|
217 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
218 |
|
|
219 |
|
* HTML.pm: Allow <html manifest=URI>. |
220 |
|
|
221 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
222 |
|
|
223 |
* HTML.pm: Don't allow <a><img ismap></a> (<a> w/o href="") (HTML5 |
* HTML.pm: Don't allow <a><img ismap></a> (<a> w/o href="") (HTML5 |