1 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: HTML5 status constants are OR-ed with "allowed" status. |
4 |
|
Don't raise "not defined" errors; they are now raised according |
5 |
|
to status flags. Status flags of li/@value, ol/@start, and menu |
6 |
|
are now non-deprecated, to avoid deprecated error message. |
7 |
|
area/@hreftype typo fixed. |isindex| SHOULD NOT be used |
8 |
|
according to HTML4. |
9 |
|
|
10 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm: Make |figure| caption optional (HTML5 revision 1240). |
13 |
|
Add |reversed| to |ol| (HTML5 revision 1248). |
14 |
|
|
15 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTML.pm: Most of Web Forms 1.0 attributes are implemented. |
18 |
|
|
19 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented. |
22 |
|
Raise not-part-of-HTML5 error for |acronym|. |
23 |
|
|
24 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
* HTML.pm: HTML5 attribute status added. |
* HTML.pm: HTML5 attribute status added. |