1 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Fact out generic charset name checking code |
4 |
|
to $HTMLCharsetChecker. Support for charset="" attributes |
5 |
|
on <a>, <link>, and <script> elements. |
6 |
|
|
7 |
|
2008-05-16 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* HTML.pm ($GetHTMLFloatingPointNumberAttrChecker): More than |
10 |
|
one "." characters were allowed in a floating point number |
11 |
|
incorrectly. |
12 |
|
(source): Support for the pixelratio="" attribute (HTML5 revision |
13 |
|
1629). |
14 |
|
|
15 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTML.pm: Yay, |canvas| got the final status! |
18 |
|
|
19 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase |
22 |
|
letters (HTML5 revision 1572). |
23 |
|
|
24 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each |
27 |
|
table object. Return the table object, not table element. |
28 |
|
The |headers=""| checker for |td| elements are now noop. |
29 |
|
Set the status of |headers=""| attribute as HTML5's one. |
30 |
|
|
31 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm ($HTMLLengthAttrChecker): New. |
34 |
|
(table/@cellpadding, table/@cellspacing, @charoff): Implemented. |
35 |
|
(script/@langauge): Implemented. |
36 |
|
|
37 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* HTML.pm: Make duplicate http-equiv="" non-conforming. |
40 |
|
Check meta refresh content="". |
41 |
|
|
42 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are |
45 |
|
no longer content model error (they might be raise |
46 |
|
table model error, however). All table model error |
47 |
|
parameters should propagate. |
48 |
|
|
49 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML.pm: Raise an error if a repeat* global attrbute |
52 |
|
is used for an HTML element. |
53 |
|
|
54 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* HTML.pm: Support for global attributes. Status |
57 |
|
for XHTML2 elements/attributes are added. |
58 |
|
|
59 |
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
* HTML.pm: Support for |repeat-start=""| attribute. |
* HTML.pm: Support for |repeat-start=""| attribute. |