1 |
|
2008-03-20 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Atom.pm: Support for |author| for |entry| checking. |
4 |
|
|
5 |
|
2008-03-17 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm: Some attribute level definitions were missing. |
8 |
|
|
9 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* HTML.pm: |dir|, |center|, and |basefont| are implemented. |
12 |
|
|
13 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* HTML.pm: |contenteditable| attribute support is now implemented. |
16 |
|
|
17 |
|
2008-03-09 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* HTML.pm: Known but not-implemented-yet attributes were not |
20 |
|
warned. |
21 |
|
|
22 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* HTML.pm: Status information from old specifications |
25 |
|
are incorporated. |
26 |
|
|
27 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
28 |
|
|
29 |
|
* Atom.pm: Reimplemented. |
30 |
|
|
31 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm: |in_a_href| flag is not reset after the </a>. |
34 |
|
Raise an error if |area| is not a descendant of |map|. |
35 |
|
|
36 |
|
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* HTML.pm: Sectioning root category added. |blockquote| |
39 |
|
is no longer a sectioning content. |
40 |
|
|
41 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* HTML.pm: Allow |blockquote| in |header| and |footer| (HTML5 |
44 |
|
revision 1250). |
45 |
|
|
46 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* HTML.pm: First version of Web Forms 2.0 support (its weired, |
49 |
|
since the spec itself is frankensteinesque:-); note that though |
50 |
|
it is weired spec from the today's viewpoint, it is still |
51 |
|
better-written spec than any W3C (Candidate or Proposed or full) |
52 |
|
Recommendation, sadly. |
53 |
|
|
54 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* HTML.pm: Since even XHTML Basic 1.1 is a CR, diffs |
57 |
|
from XHTML M12N 1.0 are reflected in |status| field. |
58 |
|
|
59 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* HTML.pm: HTML5 status constants are OR-ed with "allowed" status. |
62 |
|
Don't raise "not defined" errors; they are now raised according |
63 |
|
to status flags. Status flags of li/@value, ol/@start, and menu |
64 |
|
are now non-deprecated, to avoid deprecated error message. |
65 |
|
area/@hreftype typo fixed. |isindex| SHOULD NOT be used |
66 |
|
according to HTML4. |
67 |
|
|
68 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* HTML.pm: Make |figure| caption optional (HTML5 revision 1240). |
71 |
|
Add |reversed| to |ol| (HTML5 revision 1248). |
72 |
|
|
73 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
74 |
|
|
75 |
|
* HTML.pm: Most of Web Forms 1.0 attributes are implemented. |
76 |
|
|
77 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
78 |
|
|
79 |
|
* HTML.pm: |big|, |tt|, |s|, |strike|, and |u| are implemented. |
80 |
|
Raise not-part-of-HTML5 error for |acronym|. |
81 |
|
|
82 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
84 |
|
* HTML.pm: HTML5 attribute status added. |
85 |
|
|
86 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* HTML.pm: Standardized status for attributes are added (HTML5 |
89 |
|
info are not added yet). Make element or attribute not defined |
90 |
|
by HTML5 spec as a conformance error (though it is not clearly |
91 |
|
defined by HTML5 spec as non-conforming). Note that more work |
92 |
|
is needed for non-standard attribute thing, since the current |
93 |
|
implementation prevents non-standard attribute from being |
94 |
|
syntactically checked (otherwise it is treated as if a |
95 |
|
standard attribute). |
96 |
|
|
97 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* HTML.pm: Standardized status attributes are added. |
100 |
|
|
101 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
|
* HTML.pm: Invalid |meta| in |noscript| should be erred |
104 |
|
as usual. |
105 |
|
|
106 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
107 |
|
|
108 |
|
* HTML.pm: Updated for |del|-and-significant problem. |
109 |
|
|
110 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* HTML.pm (datagrid): Condition was incorrect. |
113 |
|
|
114 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
115 |
|
|
116 |
|
* HTML.pm (%HTMLProseContentChecker, details, figure): Don't |
117 |
|
change state when a transparent element is encountered. |
118 |
|
(details check): Reimplemented. |
119 |
|
|
120 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
121 |
|
|
122 |
|
* HTML.pm (object check_end): Don't check significant content |
123 |
|
if the element is used as a transparent element. |
124 |
|
(video check): Reimplemented. |
125 |
|
|
126 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
127 |
|
|
128 |
|
* HTML.pm: |figure| content checker reimplemented. |object| |
129 |
|
content checker for root element case reimplemented. |
130 |
|
|
131 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
132 |
|
|
133 |
|
* HTML.pm: Revised. |
134 |
|
|
135 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
136 |
|
|
137 |
|
* HTML.pm (object): Implemented (with some bug on transparentness |
138 |
|
handling). |
139 |
|
|
140 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
141 |
|
|
142 |
|
* HTML.pm: s/m/mark/g (HTML5 revision 1232). |
143 |
|
|
144 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
145 |
|
|
146 |
|
* HTML.pm (img): |alt| is a SHOULD-level requirement now (since |
147 |
|
the conformance checker cannot examine the semantics of the |
148 |
|
image). |
149 |
|
|
150 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
151 |
|
|
152 |
|
* HTML.pm: Useless old stuff are removed. |datagrid| |
153 |
|
was missing from |$HTMLInteractiveContent|. |
154 |
|
(a): Use new |$HTMLInteractiveContent| in place |
155 |
|
of |$HTMLIntetractiveElements|. |
156 |
|
(caption): Use new |$HTMLPhrasingContentChecker| in place |
157 |
|
of |$HTMLStrictlyInlineChecker|. |
158 |
|
|
159 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
160 |
|
|
161 |
|
* HTML.pm (figure): Implemented. |
162 |
|
(video, audio): In no-parent-element case with |src| attribute, |
163 |
|
the content model is now prose content. |
164 |
|
|
165 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
166 |
|
|
167 |
|
* HTML.pm (noscript): Reimplemented. |
168 |
|
|
169 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
170 |
|
|
171 |
* HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision |
* HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision |