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