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