1 |
|
2008-09-07 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: data-UPPERCASE attributes are no longer |
4 |
|
allowed (HTML5 revision 1945). |
5 |
|
|
6 |
|
2008-09-06 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Support for form elements (HTML5 revisions |
9 |
|
2142, 2148, 2150-2154). |
10 |
|
|
11 |
|
2008-09-05 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm: RDFa spec status updated again. |
14 |
|
|
15 |
|
2008-09-04 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTML.pm: RDFa spec status updated. |
18 |
|
|
19 |
|
2008-09-04 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* HTML.pm: WF2 content model, contexts, attributes/elements |
22 |
|
status are updated. (HTML5 revision 2142-2152). |
23 |
|
|
24 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm: |event-source| renamed as |eventsource| (HTML5 revision |
27 |
|
1863). |
28 |
|
|
29 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* HTML.pm: Uppercase attribute names for embed elements |
32 |
|
are disallowed (HTML5 revision 1946). |
33 |
|
|
34 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm: |embed| custom attributes and |data-*| attributes |
37 |
|
must be XML compatible (HTML5 revision 1836). |
38 |
|
|
39 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML.pm: All HTML elements can have xmlns="" attributes (HTML5 |
42 |
|
revision 1834). |
43 |
|
|
44 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm: Requires non-empty title="" for rel="alternate stylesheet" |
47 |
|
link elements (HTML5 revision 1942). |
48 |
|
|
49 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML.pm: Support for the |bb| element (HTML5 revision 1894). |
52 |
|
|irrelevant| renamed as |hidden| (HTML5 revision 2119). |
53 |
|
|
54 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* HTML.pm: Element status updated. |
57 |
|
|
58 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* HTML.pm: <embed> without src="" is conforming (HTML5 |
61 |
|
revision 1929). |
62 |
|
|
63 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* HTML.pm: @autosubmit dropped (HTML5 revision 2019). |
66 |
|
|
67 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* HTML.pm: Use White_Space instead of Zs for date or time |
70 |
|
string in content (HTML5 revision 2094). Make "YYYY-MM-DDHH:MM" (that |
71 |
|
misses a white space or "T" literal between day and hour) |
72 |
|
not raise two errors. |
73 |
|
|
74 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* HTML.pm: |xml:lang| attribute value must be same |
77 |
|
as |lang| attribute value for HTML elements (HTML5 revision 2062 |
78 |
|
and so on). |lang| attribute in XML document is no longer |
79 |
|
disallowed (HTML5 revision 2062). |xml:lang| is allowed |
80 |
|
in HTML document (HTML5 revision 2062 and so on). |
81 |
|
|
82 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* Atom.pm: s/element missing/child element missing/ for |
85 |
|
consistency. |
86 |
|
|
87 |
|
* HTML.pm: Typos fixed. |
88 |
|
(pre): "No significant content" error was unintentionally |
89 |
|
disabled. s/element missing/child element missing/ for |
90 |
|
consistency. |
91 |
|
|
92 |
|
2008-08-29 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* Atom.pm, HTML.pm: Made {level} inherited to the IMT checker. |
95 |
|
|
96 |
|
2008-08-17 Wakaba <wakaba@suika.fam.cx> |
97 |
|
|
98 |
|
* HTML.pm (%XHTML2CommonAttrStatus): HTML5 status was missing. |
99 |
|
|
100 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
|
* HTML.pm: Subdocument texts for |style| and |script| |
103 |
|
elements were not initialized. |
104 |
|
|
105 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* HTML.pm, Atom.pm: Pass {level} object to language tag |
108 |
|
and URL checkers. |
109 |
|
|
110 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* HTML.pm: Mark HTML4's "fact"-level errors as such. Typo fixed. |
113 |
|
|
114 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
|
* Atom.pm, HTML.pm: All error reporting method calls are |
117 |
|
revised. |
118 |
|
|
119 |
|
2008-07-19 Wakaba <wakaba@suika.fam.cx> |
120 |
|
|
121 |
|
* HTML.pm: Support for class=idl WebIDL checking. |
122 |
|
|
123 |
|
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* HTML.pm: Support for |<map name="">| (HTML5 revisions |
126 |
|
1722 and 1728). |
127 |
|
|
128 |
|
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
130 |
|
* HTML.pm: Support for ruby, rt, and rp elements (HTML5 |
131 |
|
revision 1704). The |href| attribute is also extended |
132 |
|
as a common attribute by RDFa Last Call Working Draft. |
133 |
|
|
134 |
|
2008-06-01 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* HTML.pm: Make data="" invalid (HTML5 revision 1709). |
137 |
|
|
138 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
139 |
|
|
140 |
|
* HTML.pm: Support for sizes="" (HTML5 revision 1558). |
141 |
|
|
142 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
143 |
|
|
144 |
|
* HTML.pm: |select| or |datalist| as a first child of |datagrid| |
145 |
|
is now disallowed (HTML5 revision 1566). |datagrid| elements |
146 |
|
may be empty. |
147 |
|
|
148 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
149 |
|
|
150 |
|
* HTML.pm: The |param| element is in LC phase now. |
151 |
|
|
152 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
153 |
|
|
154 |
|
* HTML.pm: Support for seemless="" (HTML5 revision 1637) and |
155 |
|
sandbox="" (HTML5 revision 1643). |
156 |
|
|
157 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
158 |
|
|
159 |
|
* HTML.pm: |width| and |height| on |iframe| are now conforming (HTML5 |
160 |
|
revision 1659). |
161 |
|
|
162 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
163 |
|
|
164 |
|
* HTML.pm: Fact out generic charset name checking code |
165 |
|
to $HTMLCharsetChecker. Support for charset="" attributes |
166 |
|
on <a>, <link>, and <script> elements. |
167 |
|
|
168 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
169 |
|
|
170 |
|
* HTML.pm ($GetHTMLFloatingPointNumberAttrChecker): More than |
171 |
|
one "." characters were allowed in a floating point number |
172 |
|
incorrectly. |
173 |
|
(source): Support for the pixelratio="" attribute (HTML5 revision |
174 |
|
1629). |
175 |
|
|
176 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
177 |
|
|
178 |
|
* HTML.pm: Yay, |canvas| got the final status! |
179 |
|
|
180 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
181 |
|
|
182 |
|
* HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase |
183 |
|
letters (HTML5 revision 1572). |
184 |
|
|
185 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
186 |
|
|
187 |
|
* HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each |
188 |
|
table object. Return the table object, not table element. |
189 |
|
The |headers=""| checker for |td| elements are now noop. |
190 |
|
Set the status of |headers=""| attribute as HTML5's one. |
191 |
|
|
192 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
193 |
|
|
194 |
|
* HTML.pm ($HTMLLengthAttrChecker): New. |
195 |
|
(table/@cellpadding, table/@cellspacing, @charoff): Implemented. |
196 |
|
(script/@langauge): Implemented. |
197 |
|
|
198 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
199 |
|
|
200 |
|
* HTML.pm: Make duplicate http-equiv="" non-conforming. |
201 |
|
Check meta refresh content="". |
202 |
|
|
203 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
204 |
|
|
205 |
|
* HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are |
206 |
|
no longer content model error (they might be raise |
207 |
|
table model error, however). All table model error |
208 |
|
parameters should propagate. |
209 |
|
|
210 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
211 |
|
|
212 |
|
* HTML.pm: Raise an error if a repeat* global attrbute |
213 |
|
is used for an HTML element. |
214 |
|
|
215 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
216 |
|
|
217 |
|
* HTML.pm: Support for global attributes. Status |
218 |
|
for XHTML2 elements/attributes are added. |
219 |
|
|
220 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
221 |
|
|
222 |
|
* HTML.pm: Support for |repeat-start=""| attribute. |
223 |
|
|
224 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
225 |
|
|
226 |
|
* HTML.pm: Support for |repeat=""|, |repeat-template=""|, |
227 |
|
|repeat-min=""|, and |repeat-max=""| attributes. |
228 |
|
Support for |button| |type| values |add|, |remove|, |move-up|, |
229 |
|
and |move-down|. |
230 |
|
|
231 |
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
232 |
|
|
233 |
* HTML.pm: Support for |template=""|, |ref=""|, and |
* HTML.pm: Support for |template=""|, |ref=""|, and |