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