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