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