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