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