1 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Atom.pm: Support for |thr:total| element. |
4 |
|
Add notes on additional Atom namespaces. |
5 |
|
|
6 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Atom.pm: Support for |thr:in-reply-to| element. |
9 |
|
|
10 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* Atom.pm: Raise an error if required |atom:summary| |
13 |
|
element is missing from an |atom:entry| element. |
14 |
|
|
15 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* Atom.pm: Support for |<* type=html>| in Text construct. |
18 |
|
|
19 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* Atom.pm: Bug fix for validation of |feed| on |author| child. |
22 |
|
|
23 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* Atom.pm: Support for |<content type=html>| content |
26 |
|
checking. |
27 |
|
|
28 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* Atom.pm: Support for |author| for |feed| checking. |
31 |
|
|
32 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* Atom.pm: Support for |author| for |entry| checking. |
35 |
|
|
36 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* HTML.pm: Some attribute level definitions were missing. |
39 |
|
|
40 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* HTML.pm: |dir|, |center|, and |basefont| are implemented. |
43 |
|
|
44 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm: |contenteditable| attribute support is now implemented. |
47 |
|
|
48 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* HTML.pm: Known but not-implemented-yet attributes were not |
51 |
|
warned. |
52 |
|
|
53 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* HTML.pm: Status information from old specifications |
56 |
|
are incorporated. |
57 |
|
|
58 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* Atom.pm: Reimplemented. |
61 |
|
|
62 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* HTML.pm: |in_a_href| flag is not reset after the </a>. |
65 |
|
Raise an error if |area| is not a descendant of |map|. |
66 |
|
|
67 |
|
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* HTML.pm: Sectioning root category added. |blockquote| |
70 |
|
is no longer a sectioning content. |
71 |
|
|
72 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5 |
75 |
|
revision 1250). |
76 |
|
|
77 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* HTML.pm: First version of Web Forms 2.0 support (its weired, |
80 |
|
since the spec itself is frankensteinesque:-); note that though |
81 |
|
it is weired spec from the today's viewpoint, it is still |
82 |
|
better-written spec than any W3C (Candidate or Proposed or full) |
83 |
|
Recommendation, sadly. |
84 |
|
|
85 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
86 |
|
|
87 |
|
* HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs |
88 |
|
from XHTML M12N 1.0 are reflected in |status| field. |
89 |
|
|
90 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* HTML.pm: HTML5 status constants are OR-ed with "allowed" status. |
93 |
|
Don't raise "not defined" errors; they are now raised according |
94 |
|
to status flags. Status flags of li/@value, ol/@start, and menu |
95 |
|
are now non-deprecated, to avoid deprecated error message. |
96 |
|
area/@hreftype typo fixed. |isindex| SHOULD NOT be used |
97 |
|
according to HTML4. |
98 |
|
|
99 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* HTML.pm: Make |figure| caption optional (HTML5 revision 1240). |
102 |
|
Add |reversed| to |ol| (HTML5 revision 1248). |
103 |
|
|
104 |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
* HTML.pm: Most of Web Forms 1.0 attributes are implemented. |
* HTML.pm: Most of Web Forms 1.0 attributes are implemented. |