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