/[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.38 - (show annotations) (download)
Mon Feb 18 00:03:32 2008 UTC (17 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.37: +6 -0 lines
++ whatpm/t/ChangeLog	18 Feb 2008 00:02:40 -0000
2008-02-18  Wakaba  <wakaba@suika.fam.cx>

	* content-model-2.dat: |alt=""| test results revised.

	* content-model-1.dat: |<img/>|s in tests are revised so
	that they are conforming.

++ whatpm/Whatpm/ContentChecker/ChangeLog	18 Feb 2008 00:03:25 -0000
2008-02-18  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm (img): |alt| is a SHOULD-level requirement now (since
	the conformance checker cannot examine the semantics of the
	image).

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24