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