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