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