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