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