1 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Atom.pm: Support for |<* type=html>| in Text construct. |
4 |
|
|
5 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* Atom.pm: Bug fix for validation of |feed| on |author| child. |
8 |
|
|
9 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* Atom.pm: Support for |<content type=html>| content |
12 |
|
checking. |
13 |
|
|
14 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* Atom.pm: Support for |author| for |feed| checking. |
17 |
|
|
18 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* Atom.pm: Support for |author| for |entry| checking. |
21 |
|
|
22 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm: Some attribute level definitions were missing. |
25 |
|
|
26 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* HTML.pm: |dir|, |center|, and |basefont| are implemented. |
29 |
|
|
30 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* HTML.pm: |contenteditable| attribute support is now implemented. |
33 |
|
|
34 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm: Known but not-implemented-yet attributes were not |
37 |
|
warned. |
38 |
|
|
39 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* HTML.pm: Status information from old specifications |
42 |
|
are incorporated. |
43 |
|
|
44 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* Atom.pm: Reimplemented. |
47 |
|
|
48 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* HTML.pm: |in_a_href| flag is not reset after the </a>. |
51 |
|
Raise an error if |area| is not a descendant of |map|. |
52 |
|
|
53 |
|
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* HTML.pm: Sectioning root category added. |blockquote| |
56 |
|
is no longer a sectioning content. |
57 |
|
|
58 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5 |
61 |
|
revision 1250). |
62 |
|
|
63 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* HTML.pm: First version of Web Forms 2.0 support (its weired, |
66 |
|
since the spec itself is frankensteinesque:-); note that though |
67 |
|
it is weired spec from the today's viewpoint, it is still |
68 |
|
better-written spec than any W3C (Candidate or Proposed or full) |
69 |
|
Recommendation, sadly. |
70 |
|
|
71 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
72 |
|
|
73 |
* HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs |
* HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs |