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