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