1 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5 |
4 |
|
revision 1250). |
5 |
|
|
6 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* HTML.pm: First version of Web Forms 2.0 support (its weired, |
9 |
|
since the spec itself is frankensteinesque:-); note that though |
10 |
|
it is weired spec from the today's viewpoint, it is still |
11 |
|
better-written spec than any W3C (Candidate or Proposed or full) |
12 |
|
Recommendation, sadly. |
13 |
|
|
14 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs |
17 |
|
from XHTML M12N 1.0 are reflected in |status| field. |
18 |
|
|
19 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* HTML.pm: HTML5 status constants are OR-ed with "allowed" status. |
22 |
|
Don't raise "not defined" errors; they are now raised according |
23 |
|
to status flags. Status flags of li/@value, ol/@start, and menu |
24 |
|
are now non-deprecated, to avoid deprecated error message. |
25 |
|
area/@hreftype typo fixed. |isindex| SHOULD NOT be used |
26 |
|
according to HTML4. |
27 |
|
|
28 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* HTML.pm: Make |figure| caption optional (HTML5 revision 1240). |
31 |
|
Add |reversed| to |ol| (HTML5 revision 1248). |
32 |
|
|
33 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* HTML.pm: Most of Web Forms 1.0 attributes are implemented. |
36 |
|
|
37 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented. |
40 |
|
Raise not-part-of-HTML5 error for |acronym|. |
41 |
|
|
42 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* HTML.pm: HTML5 attribute status added. |
45 |
|
|
46 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
* HTML.pm: Standardized status for attributes are added (HTML5 |
* HTML.pm: Standardized status for attributes are added (HTML5 |