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