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> |
74 |
|
|
75 |
|
* HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented. |
76 |
|
Raise not-part-of-HTML5 error for |acronym|. |
77 |
|
|
78 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
80 |
|
* HTML.pm: HTML5 attribute status added. |
81 |
|
|
82 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* HTML.pm: Standardized status for attributes are added (HTML5 |
85 |
|
info are not added yet). Make element or attribute not defined |
86 |
|
by HTML5 spec as a conformance error (though it is not clearly |
87 |
|
defined by HTML5 spec as non-conforming). Note that more work |
88 |
|
is needed for non-standard attribute thing, since the current |
89 |
|
implementation prevents non-standard attribute from being |
90 |
|
syntactically checked (otherwise it is treated as if a |
91 |
|
standard attribute). |
92 |
|
|
93 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
94 |
|
|
95 |
|
* HTML.pm: Standardized status attributes are added. |
96 |
|
|
97 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* HTML.pm: Invalid |meta| in |noscript| should be erred |
100 |
|
as usual. |
101 |
|
|
102 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
103 |
|
|
104 |
|
* HTML.pm: Updated for |del|-and-significant problem. |
105 |
|
|
106 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
108 |
|
* HTML.pm (datagrid): Condition was incorrect. |
109 |
|
|
110 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
* HTML.pm (%HTMLProseContentChecker, details, figure): Don't |
* HTML.pm (%HTMLProseContentChecker, details, figure): Don't |