1 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Element status updated. |
4 |
|
|
5 |
|
2008-08-31 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm: <embed> without src="" is conforming (HTML5 |
8 |
|
revision 1929). |
9 |
|
|
10 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm: @autosubmit dropped (HTML5 revision 2019). |
13 |
|
|
14 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* HTML.pm: Use White_Space instead of Zs for date or time |
17 |
|
string in content (HTML5 revision 2094). Make "YYYY-MM-DDHH:MM" (that |
18 |
|
misses a white space or "T" literal between day and hour) |
19 |
|
not raise two errors. |
20 |
|
|
21 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm: |xml:lang| attribute value must be same |
24 |
|
as |lang| attribute value for HTML elements (HTML5 revision 2062 |
25 |
|
and so on). |lang| attribute in XML document is no longer |
26 |
|
disallowed (HTML5 revision 2062). |xml:lang| is allowed |
27 |
|
in HTML document (HTML5 revision 2062 and so on). |
28 |
|
|
29 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* Atom.pm: s/element missing/child element missing/ for |
32 |
|
consistency. |
33 |
|
|
34 |
|
* HTML.pm: Typos fixed. |
35 |
|
(pre): "No significant content" error was unintentionally |
36 |
|
disabled. s/element missing/child element missing/ for |
37 |
|
consistency. |
38 |
|
|
39 |
|
2008-08-29 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* Atom.pm, HTML.pm: Made {level} inherited to the IMT checker. |
42 |
|
|
43 |
|
2008-08-17 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* HTML.pm (%XHTML2CommonAttrStatus): HTML5 status was missing. |
46 |
|
|
47 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* HTML.pm: Subdocument texts for |style| and |script| |
50 |
|
elements were not initialized. |
51 |
|
|
52 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* HTML.pm, Atom.pm: Pass {level} object to language tag |
55 |
|
and URL checkers. |
56 |
|
|
57 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* HTML.pm: Mark HTML4's "fact"-level errors as such. Typo fixed. |
60 |
|
|
61 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* Atom.pm, HTML.pm: All error reporting method calls are |
64 |
|
revised. |
65 |
|
|
66 |
|
2008-07-19 Wakaba <wakaba@suika.fam.cx> |
67 |
|
|
68 |
|
* HTML.pm: Support for class=idl WebIDL checking. |
69 |
|
|
70 |
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
* HTML.pm: Support for |<map name="">| (HTML5 revisions |
* HTML.pm: Support for |<map name="">| (HTML5 revisions |