1 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: |xml:lang| attribute value must be same |
4 |
|
as |lang| attribute value for HTML elements (HTML5 revision 2062 |
5 |
|
and so on). |lang| attribute in XML document is no longer |
6 |
|
disallowed (HTML5 revision 2062). |xml:lang| is allowed |
7 |
|
in HTML document (HTML5 revision 2062 and so on). |
8 |
|
|
9 |
|
2008-08-30 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* Atom.pm: s/element missing/child element missing/ for |
12 |
|
consistency. |
13 |
|
|
14 |
|
* HTML.pm: Typos fixed. |
15 |
|
(pre): "No significant content" error was unintentionally |
16 |
|
disabled. s/element missing/child element missing/ for |
17 |
|
consistency. |
18 |
|
|
19 |
|
2008-08-29 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* Atom.pm, HTML.pm: Made {level} inherited to the IMT checker. |
22 |
|
|
23 |
|
2008-08-17 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* HTML.pm (%XHTML2CommonAttrStatus): HTML5 status was missing. |
26 |
|
|
27 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* HTML.pm: Subdocument texts for |style| and |script| |
30 |
|
elements were not initialized. |
31 |
|
|
32 |
|
2008-08-16 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* HTML.pm, Atom.pm: Pass {level} object to language tag |
35 |
|
and URL checkers. |
36 |
|
|
37 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* HTML.pm: Mark HTML4's "fact"-level errors as such. Typo fixed. |
40 |
|
|
41 |
|
2008-08-15 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* Atom.pm, HTML.pm: All error reporting method calls are |
44 |
|
revised. |
45 |
|
|
46 |
|
2008-07-19 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* HTML.pm: Support for class=idl WebIDL checking. |
49 |
|
|
50 |
|
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* HTML.pm: Support for |<map name="">| (HTML5 revisions |
53 |
|
1722 and 1728). |
54 |
|
|
55 |
|
2008-06-08 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* HTML.pm: Support for ruby, rt, and rp elements (HTML5 |
58 |
|
revision 1704). The |href| attribute is also extended |
59 |
|
as a common attribute by RDFa Last Call Working Draft. |
60 |
|
|
61 |
|
2008-06-01 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* HTML.pm: Make data="" invalid (HTML5 revision 1709). |
64 |
|
|
65 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* HTML.pm: Support for sizes="" (HTML5 revision 1558). |
68 |
|
|
69 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* HTML.pm: |select| or |datalist| as a first child of |datagrid| |
72 |
|
is now disallowed (HTML5 revision 1566). |datagrid| elements |
73 |
|
may be empty. |
74 |
|
|
75 |
|
2008-05-25 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* HTML.pm: The |param| element is in LC phase now. |
78 |
|
|
79 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* HTML.pm: Support for seemless="" (HTML5 revision 1637) and |
82 |
|
sandbox="" (HTML5 revision 1643). |
83 |
|
|
84 |
|
2008-05-24 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* HTML.pm: |width| and |height| on |iframe| are now conforming (HTML5 |
87 |
|
revision 1659). |
88 |
|
|
89 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* HTML.pm: Fact out generic charset name checking code |
92 |
|
to $HTMLCharsetChecker. Support for charset="" attributes |
93 |
|
on <a>, <link>, and <script> elements. |
94 |
|
|
95 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
|
* HTML.pm ($GetHTMLFloatingPointNumberAttrChecker): More than |
98 |
|
one "." characters were allowed in a floating point number |
99 |
|
incorrectly. |
100 |
|
(source): Support for the pixelratio="" attribute (HTML5 revision |
101 |
|
1629). |
102 |
|
|
103 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
104 |
|
|
105 |
|
* HTML.pm: Yay, |canvas| got the final status! |
106 |
|
|
107 |
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
108 |
|
|
109 |
* HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase |
* HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase |