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