1 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: |contenteditable| attribute support is now implemented. |
4 |
|
|
5 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm: Known but not-implemented-yet attributes were not |
8 |
|
warned. |
9 |
|
|
10 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* HTML.pm: Status information from old specifications |
13 |
|
are incorporated. |
14 |
|
|
15 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* Atom.pm: Reimplemented. |
18 |
|
|
19 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* HTML.pm: |in_a_href| flag is not reset after the </a>. |
22 |
|
Raise an error if |area| is not a descendant of |map|. |
23 |
|
|
24 |
|
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm: Sectioning root category added. |blockquote| |
27 |
|
is no longer a sectioning content. |
28 |
|
|
29 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5 |
32 |
|
revision 1250). |
33 |
|
|
34 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* HTML.pm: First version of Web Forms 2.0 support (its weired, |
37 |
|
since the spec itself is frankensteinesque:-); note that though |
38 |
|
it is weired spec from the today's viewpoint, it is still |
39 |
|
better-written spec than any W3C (Candidate or Proposed or full) |
40 |
|
Recommendation, sadly. |
41 |
|
|
42 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs |
45 |
|
from XHTML M12N 1.0 are reflected in |status| field. |
46 |
|
|
47 |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
* HTML.pm: HTML5 status constants are OR-ed with "allowed" status. |
* HTML.pm: HTML5 status constants are OR-ed with "allowed" status. |