/[suikacvs]/markup/html/whatpm/Whatpm/ContentChecker/ChangeLog
Suika

Contents of /markup/html/whatpm/Whatpm/ContentChecker/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.39 - (show annotations) (download)
Mon Feb 18 00:17:32 2008 UTC (17 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.38: +4 -0 lines
++ whatpm/t/ChangeLog	18 Feb 2008 00:17:29 -0000
	* content-model-1.dat: New test data for |mark| are added (HTML5
	revision 1232).

2008-02-18  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	18 Feb 2008 00:16:50 -0000
	* HTML.pm: s/m/mark/g (HTML5 revision 1232).

2008-02-18  Wakaba  <wakaba@suika.fam.cx>

1 2008-02-18 Wakaba <wakaba@suika.fam.cx>
2
3 * HTML.pm: s/m/mark/g (HTML5 revision 1232).
4
5 2008-02-18 Wakaba <wakaba@suika.fam.cx>
6
7 * HTML.pm (img): |alt| is a SHOULD-level requirement now (since
8 the conformance checker cannot examine the semantics of the
9 image).
10
11 2008-02-17 Wakaba <wakaba@suika.fam.cx>
12
13 * HTML.pm: Useless old stuff are removed. |datagrid|
14 was missing from |$HTMLInteractiveContent|.
15 (a): Use new |$HTMLInteractiveContent| in place
16 of |$HTMLIntetractiveElements|.
17 (caption): Use new |$HTMLPhrasingContentChecker| in place
18 of |$HTMLStrictlyInlineChecker|.
19
20 2008-02-17 Wakaba <wakaba@suika.fam.cx>
21
22 * HTML.pm (figure): Implemented.
23 (video, audio): In no-parent-element case with |src| attribute,
24 the content model is now prose content.
25
26 2008-02-17 Wakaba <wakaba@suika.fam.cx>
27
28 * HTML.pm (noscript): Reimplemented.
29
30 2008-02-17 Wakaba <wakaba@suika.fam.cx>
31
32 * HTML.pm: |<meta http-equiv=Content-Type| support (HTML5 revision
33 1180).
34
35 2008-02-17 Wakaba <wakaba@suika.fam.cx>
36
37 * HTML.pm (th): |th| now requires phrasing content. |div|
38 now requires prose content.
39
40 2008-02-17 Wakaba <wakaba@suika.fam.cx>
41
42 * HTML.pm: Error messages revised.
43
44 2008-02-17 Wakaba <wakaba@suika.fam.cx>
45
46 * HTML.pm: Most part of December 2007 Content Model is implemented.
47
48 2008-02-10 Wakaba <wakaba@suika.fam.cx>
49
50 * HTML.pm (<style>): CSS validation code removed; instead,
51 it does invoke subdoc callback to ask to the callee to validate
52 the style sheet separately.
53
54 2008-02-09 Wakaba <wakaba@suika.fam.cx>
55
56 * HTML.pm (<style>): Initial version of CSS validation support.
57
58 2007-11-25 Wakaba <wakaba@suika.fam.cx>
59
60 * HTML.pm ($HTMLSignificantContentErrors): New.
61
62 2007-11-25 Wakaba <wakaba@suika.fam.cx>
63
64 * HTML.pm: Support for checking for significant content (HTML5
65 revision 1114). Note that the current implementation has
66 an issue on treatment for transparent or semi-transparent
67 elements.
68
69 * Atom.pm: Support for significant content checking (for composed
70 HTML-Atom documents).
71
72 2007-11-25 Wakaba <wakaba@suika.fam.cx>
73
74 * HTML.pm (header): Descendant constraint is redefined by
75 new todo item type |descendant|.
76
77 2007-11-24 Wakaba <wakaba@suika.fam.cx>
78
79 * HTML.pm (nest/@filter, rule/@condition): Implemented.
80 (nest/@mode): Definition was wrong.
81 ($HTMLSelectorsAttrChecker): New.
82
83 2007-11-23 Wakaba <wakaba@suika.fam.cx>
84
85 * HTML.pm (meta): Character references in |charset| attribute
86 values are now erred.
87
88 2007-11-23 Wakaba <wakaba@suika.fam.cx>
89
90 * HTML.pm (meta): |charset| value tests implemented.
91
92 2007-11-11 Wakaba <wakaba@suika.fam.cx>
93
94 * HTML.pm: Raise bad-context error for proposed link types.
95
96 2007-11-07 Wakaba <wakaba@suika.fam.cx>
97
98 * HTML.pm: Specialized error for old charset syntax.
99
100 2007-11-07 Wakaba <wakaba@suika.fam.cx>
101
102 * HTML.pm: Make |rel="up up"| conforming (HTML5 revision 1130).
103
104 2007-11-04 Wakaba <wakaba@suika.fam.cx>
105
106 * HTML.pm: Allow <html manifest=URI>.
107
108 2007-11-04 Wakaba <wakaba@suika.fam.cx>
109
110 * HTML.pm: Don't allow <a><img ismap></a> (<a> w/o href="") (HTML5
111 revision 1115).
112
113 2007-11-04 Wakaba <wakaba@suika.fam.cx>
114
115 * HTML.pm: <base> w/o @target and @href is non-conforming (HTML5
116 revision 1115).
117
118 2007-11-04 Wakaba <wakaba@suika.fam.cx>
119
120 * HTML.pm: "Significant" has been gone (HTML5 revision 1114).
121
122 2007-10-26 Wakaba <wakaba@suika.fam.cx>
123
124 * HTML.pm: Support for |poster| attribute (HTML5 revision 1097).
125
126 2007-10-23 Wakaba <wakaba@suika.fam.cx>
127
128 * HTML.pm: Make <script async defer> conforming (HTML5
129 revision 1085).
130
131 2007-10-14 Wakaba <wakaba@suika.fam.cx>
132
133 * Atom.pm, HTML.pm: Support for |html:nest|, |html:datatemplate|,
134 and |html:rule| elements.
135
136 2007-09-24 Wakaba <wakaba@suika.fam.cx>
137
138 * Atom.pm (atom:link@title): Definition was missing.
139
140 2007-09-24 Wakaba <wakaba@suika.fam.cx>
141
142 * Atom.pm (hreflang): Checker is implemented.
143 (AtomDateConstruct): Checking for content is implemented.
144
145 2007-09-09 Wakaba <wakaba@suika.fam.cx>
146
147 * HTML.pm: Support for language tag validation.
148
149 2007-08-25 Wakaba <wakaba@suika.fam.cx>
150
151 * HTML.pm (head, noscript): Treatement for invalid |meta|
152 elenments are changed as per HTML5 revision 1018.
153
154 2007-08-17 Wakaba <wakaba@suika.fam.cx>
155
156 * HTML.pm: Raise new errors if |base| is following
157 URI attributes or hyperlink attributes.
158
159 2007-08-17 Wakaba <wakaba@suika.fam.cx>
160
161 * HTML.pm: Support for |noscript| in |head|. Make an
162 error for |noscript| in XML document.
163
164 2007-08-08 Wakaba <wakaba@suika.fam.cx>
165
166 * HTML.pm ($HTMLURIsAttrChecker): Syntax of error |type|
167 value are changed for the ease of error message catalog
168 lookup.
169
170 2007-08-05 Wakaba <wakaba@suika.fam.cx>
171
172 * Atom.pm: |link|-related checks are added; |type|
173 media type checks are added. |hreflang| now warns
174 as unimplemented.
175
176 2007-08-05 Wakaba <wakaba@suika.fam.cx>
177
178 * Atom.pm: Checker for all elements are defined (with
179 a number of "TODO"s).
180
181 2007-08-05 Wakaba <wakaba@suika.fam.cx>
182
183 * Atom.pm: New Perl module.
184
185 2007-08-04 Wakaba <wakaba@suika.fam.cx>
186
187 * HTML.pm: New Perl module, split from |Whatpm/ContentChecker.pm|.
188
189 * ChangeLog: New file.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24