1 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Atom.pm, HTML.pm: All error reporting method calls are |
4 |
|
revised. |
5 |
|
|
6 |
|
2008-07-19 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Support for class=idl WebIDL checking. |
9 |
|
|
10 |
|
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm: Support for |<map name="">| (HTML5 revisions |
13 |
|
1722 and 1728). |
14 |
|
|
15 |
|
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTML.pm: Support for ruby, rt, and rp elements (HTML5 |
18 |
|
revision 1704). The |href| attribute is also extended |
19 |
|
as a common attribute by RDFa Last Call Working Draft. |
20 |
|
|
21 |
|
2008-06-01 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm: Make data="" invalid (HTML5 revision 1709). |
24 |
|
|
25 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* HTML.pm: Support for sizes="" (HTML5 revision 1558). |
28 |
|
|
29 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* HTML.pm: |select| or |datalist| as a first child of |datagrid| |
32 |
|
is now disallowed (HTML5 revision 1566). |datagrid| elements |
33 |
|
may be empty. |
34 |
|
|
35 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* HTML.pm: The |param| element is in LC phase now. |
38 |
|
|
39 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML.pm: Support for seemless="" (HTML5 revision 1637) and |
42 |
|
sandbox="" (HTML5 revision 1643). |
43 |
|
|
44 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm: |width| and |height| on |iframe| are now conforming (HTML5 |
47 |
|
revision 1659). |
48 |
|
|
49 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML.pm: Fact out generic charset name checking code |
52 |
|
to $HTMLCharsetChecker. Support for charset="" attributes |
53 |
|
on <a>, <link>, and <script> elements. |
54 |
|
|
55 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* HTML.pm ($GetHTMLFloatingPointNumberAttrChecker): More than |
58 |
|
one "." characters were allowed in a floating point number |
59 |
|
incorrectly. |
60 |
|
(source): Support for the pixelratio="" attribute (HTML5 revision |
61 |
|
1629). |
62 |
|
|
63 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* HTML.pm: Yay, |canvas| got the final status! |
66 |
|
|
67 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase |
70 |
|
letters (HTML5 revision 1572). |
71 |
|
|
72 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each |
75 |
|
table object. Return the table object, not table element. |
76 |
|
The |headers=""| checker for |td| elements are now noop. |
77 |
|
Set the status of |headers=""| attribute as HTML5's one. |
78 |
|
|
79 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* HTML.pm ($HTMLLengthAttrChecker): New. |
82 |
|
(table/@cellpadding, table/@cellspacing, @charoff): Implemented. |
83 |
|
(script/@langauge): Implemented. |
84 |
|
|
85 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* HTML.pm: Make duplicate http-equiv="" non-conforming. |
88 |
|
Check meta refresh content="". |
89 |
|
|
90 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are |
93 |
|
no longer content model error (they might be raise |
94 |
|
table model error, however). All table model error |
95 |
|
parameters should propagate. |
96 |
|
|
97 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* HTML.pm: Raise an error if a repeat* global attrbute |
100 |
|
is used for an HTML element. |
101 |
|
|
102 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* HTML.pm: Support for global attributes. Status |
105 |
|
for XHTML2 elements/attributes are added. |
106 |
|
|
107 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
|
* HTML.pm: Support for |repeat-start=""| attribute. |
110 |
|
|
111 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
112 |
|
|
113 |
|
* HTML.pm: Support for |repeat=""|, |repeat-template=""|, |
114 |
|
|repeat-min=""|, and |repeat-max=""| attributes. |
115 |
|
Support for |button| |type| values |add|, |remove|, |move-up|, |
116 |
|
and |move-down|. |
117 |
|
|
118 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
119 |
|
|
120 |
|
* HTML.pm: Support for |template=""|, |ref=""|, and |
121 |
|
|registrationmark=""| attributes. |
122 |
|
|
123 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* HTML.pm: <font> dropped and style="" is now global (HTML5 revision |
126 |
|
1511). |
127 |
|
|
128 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
129 |
|
|
130 |
|
* HTML.pm: Support for |onstorage| attribute is added (HTML5 |
131 |
|
revision 1495). Defined terms no longer have to be unique (HTML5 |
132 |
|
revision 1467). |
133 |
|
|
134 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker. |
137 |
|
($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5 |
138 |
|
revision 1471) and an empty string is no longer allowed (HTML5 |
139 |
|
revision 1470). |
140 |
|
(object/@name, iframe/@name): Added (HTML5 revision 1470). |
141 |
|
|
142 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
143 |
|
|
144 |
|
* HTML.pm: |xmlns| attribute is now a global attribute (HTML5 |
145 |
|
revision 1426). |
146 |
|
|
147 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
148 |
|
|
149 |
|
* HTML.pm: Support for HTML custom data attributes (HTML5 |
150 |
|
revision 1399). |
151 |
|
|
152 |
|
2008-03-28 Wakaba <wakaba@suika.fam.cx> |
153 |
|
|
154 |
|
* HTML.pm: s/Prose/Flow/g (HTML5 revision 1261). |
155 |
|
|
156 |
|
2008-03-23 Wakaba <wakaba@suika.fam.cx> |
157 |
|
|
158 |
|
* HTML.pm: @datetime microsyntax is in the First Draft phase. |
159 |
|
|
160 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
161 |
|
|
162 |
|
* HTML.pm: link/@rev and a/@rev are implemented. |
163 |
|
|
164 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
165 |
|
|
166 |
|
* HTML.pm: link/@target, img/@align, img/@border, img/@hspace, |
167 |
|
img/@vspace, img/@longdesc, object/@align, object/@archive, |
168 |
|
object/@border, object/@classid, object/@codebase, |
169 |
|
object/@codetype, object/@declare, object/@hspace, |
170 |
|
object/@standby, object/@vspace, param/@valuetype, |
171 |
|
param/@type, area/@nohref, %cellhalign/@align, %cellhalign/@char, |
172 |
|
and %cellvalign/@valign are implemented. |
173 |
|
|
174 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
175 |
|
|
176 |
|
* HTML.pm: tr/@bgcolor, td/@bgcolor, th/@bgcolor, td/@abbr, |
177 |
|
th/@abbr, td/@axis, th/@axis, td/@scope, td/@nowrap, |
178 |
|
th/@nowrap, caption/@align , table/@frame, table/@rules, |
179 |
|
table/@summary, and table/@width are implemented. |
180 |
|
|
181 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
182 |
|
|
183 |
|
* HTML.pm: body/@alink, body/@background, body/@bgcolor, |
184 |
|
body/@link, body/@text, body/@vlink, hn/@align, p/@align, |
185 |
|
br/@clear, pre/@width, ol/@compact, ul/@compact, |
186 |
|
dl/@compact, dl/@compact, menu/@compact, and div/@align implemented. |
187 |
|
|
188 |
|
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
189 |
|
|
190 |
|
* HTML.pm: Typo fixed. html/@version implemented (as do-nothing |
191 |
|
checker). head/@profile implemented. meta/@scheme implemented (as |
192 |
|
do-nothing checker). |
193 |
|
|
194 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
195 |
|
|
196 |
* HTML.pm: Add URIs to the list of URIs to be returned |
* HTML.pm: Add URIs to the list of URIs to be returned |