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