1 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Empty <tbod>, <thead>, <tfoot>, and <tr> are |
4 |
|
no longer content model error (they might be raise |
5 |
|
table model error, however). All table model error |
6 |
|
parameters should propagate. |
7 |
|
|
8 |
|
2008-05-05 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* HTML.pm: Raise an error if a repeat* global attrbute |
11 |
|
is used for an HTML element. |
12 |
|
|
13 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* HTML.pm: Support for global attributes. Status |
16 |
|
for XHTML2 elements/attributes are added. |
17 |
|
|
18 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* HTML.pm: Support for |repeat-start=""| attribute. |
21 |
|
|
22 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm: Support for |repeat=""|, |repeat-template=""|, |
25 |
|
|repeat-min=""|, and |repeat-max=""| attributes. |
26 |
|
Support for |button| |type| values |add|, |remove|, |move-up|, |
27 |
|
and |move-down|. |
28 |
|
|
29 |
|
2008-05-03 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* HTML.pm: Support for |template=""|, |ref=""|, and |
32 |
|
|registrationmark=""| attributes. |
33 |
|
|
34 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm: <font> dropped and style="" is now global (HTML5 revision |
37 |
|
1511). |
38 |
|
|
39 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML.pm: Support for |onstorage| attribute is added (HTML5 |
42 |
|
revision 1495). Defined terms no longer have to be unique (HTML5 |
43 |
|
revision 1467). |
44 |
|
|
45 |
|
2008-04-29 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* HTML.pm ($HTMLBrowsingContextNameAttrChecker): New checker. |
48 |
|
($HTMLTargetAttrChecker): |_blank| is now allowed (HTML5 |
49 |
|
revision 1471) and an empty string is no longer allowed (HTML5 |
50 |
|
revision 1470). |
51 |
|
(object/@name, iframe/@name): Added (HTML5 revision 1470). |
52 |
|
|
53 |
|
2008-04-13 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* HTML.pm: |xmlns| attribute is now a global attribute (HTML5 |
56 |
|
revision 1426). |
57 |
|
|
58 |
|
2008-04-12 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* HTML.pm: Support for HTML custom data attributes (HTML5 |
61 |
|
revision 1399). |
62 |
|
|
63 |
2008-03-28 Wakaba <wakaba@suika.fam.cx> |
2008-03-28 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
* HTML.pm: s/Prose/Flow/g (HTML5 revision 1261). |
* HTML.pm: s/Prose/Flow/g (HTML5 revision 1261). |