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