1 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: @autosubmit dropped (HTML5 revision 2019). |
4 |
|
|
5 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm: Use White_Space instead of Zs for date or time |
8 |
|
string in content (HTML5 revision 2094). Make "YYYY-MM-DDHH:MM" (that |
9 |
|
misses a white space or "T" literal between day and hour) |
10 |
|
not raise two errors. |
11 |
|
|
12 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm: |xml:lang| attribute value must be same |
15 |
|
as |lang| attribute value for HTML elements (HTML5 revision 2062 |
16 |
|
and so on). |lang| attribute in XML document is no longer |
17 |
|
disallowed (HTML5 revision 2062). |xml:lang| is allowed |
18 |
|
in HTML document (HTML5 revision 2062 and so on). |
19 |
|
|
20 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* Atom.pm: s/element missing/child element missing/ for |
23 |
|
consistency. |
24 |
|
|
25 |
|
* HTML.pm: Typos fixed. |
26 |
|
(pre): "No significant content" error was unintentionally |
27 |
|
disabled. s/element missing/child element missing/ for |
28 |
|
consistency. |
29 |
|
|
30 |
|
2008-08-29 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* Atom.pm, HTML.pm: Made {level} inherited to the IMT checker. |
33 |
|
|
34 |
|
2008-08-17 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm (%XHTML2CommonAttrStatus): HTML5 status was missing. |
37 |
|
|
38 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* HTML.pm: Subdocument texts for |style| and |script| |
41 |
|
elements were not initialized. |
42 |
|
|
43 |
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
* HTML.pm, Atom.pm: Pass {level} object to language tag |
* HTML.pm, Atom.pm: Pass {level} object to language tag |