1 |
|
2008-05-10 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm ($GetHTMLBooleanAttrChecker): Allow uppercase |
4 |
|
letters (HTML5 revision 1572). |
5 |
|
|
6 |
|
2008-05-06 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: Invoke |Whatpm::HTMLTable->assign_header| for each |
9 |
|
table object. Return the table object, not table element. |
10 |
|
The |headers=""| checker for |td| elements are now noop. |
11 |
|
Set the status of |headers=""| attribute as HTML5's one. |
12 |
|
|
13 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* HTML.pm ($HTMLLengthAttrChecker): New. |
16 |
|
(table/@cellpadding, table/@cellspacing, @charoff): Implemented. |
17 |
|
(script/@langauge): Implemented. |
18 |
|
|
19 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* HTML.pm: Make duplicate http-equiv="" non-conforming. |
22 |
|
Check meta refresh content="". |
23 |
|
|
24 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are |
27 |
|
no longer content model error (they might be raise |
28 |
|
table model error, however). All table model error |
29 |
|
parameters should propagate. |
30 |
|
|
31 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm: Raise an error if a repeat* global attrbute |
34 |
|
is used for an HTML element. |
35 |
|
|
36 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* HTML.pm: Support for global attributes. Status |
39 |
|
for XHTML2 elements/attributes are added. |
40 |
|
|
41 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* HTML.pm: Support for |repeat-start=""| attribute. |
44 |
|
|
45 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* HTML.pm: Support for |repeat=""|, |repeat-template=""|, |
48 |
|
|repeat-min=""|, and |repeat-max=""| attributes. |
49 |
|
Support for |button| |type| values |add|, |remove|, |move-up|, |
50 |
|
and |move-down|. |
51 |
|
|
52 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* HTML.pm: Support for |template=""|, |ref=""|, and |
55 |
|
|registrationmark=""| attributes. |
56 |
|
|
57 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* HTML.pm: <font> dropped and style="" is now global (HTML5 revision |
60 |
|
1511). |
61 |
|
|
62 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* HTML.pm: Support for |onstorage| attribute is added (HTML5 |
65 |
|
revision 1495). Defined terms no longer have to be unique (HTML5 |
66 |
|
revision 1467). |
67 |
|
|
68 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker. |
71 |
|
($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5 |
72 |
|
revision 1471) and an empty string is no longer allowed (HTML5 |
73 |
|
revision 1470). |
74 |
|
(object/@name, iframe/@name): Added (HTML5 revision 1470). |
75 |
|
|
76 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* HTML.pm: |xmlns| attribute is now a global attribute (HTML5 |
79 |
|
revision 1426). |
80 |
|
|
81 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* HTML.pm: Support for HTML custom data attributes (HTML5 |
84 |
|
revision 1399). |
85 |
|
|
86 |
|
2008-03-28 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* HTML.pm: s/Prose/Flow/g (HTML5 revision 1261). |
89 |
|
|
90 |
|
2008-03-23 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* HTML.pm: @datetime microsyntax is in the First Draft phase. |
93 |
|
|
94 |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
2008-03-22 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
* HTML.pm: link/@rev and a/@rev are implemented. |
* HTML.pm: link/@rev and a/@rev are implemented. |