/[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.27 - (show annotations) (download)
Sun Nov 25 08:04:20 2007 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
Changes since 1.26: +10 -0 lines
++ whatpm/t/ChangeLog	25 Nov 2007 07:57:28 -0000
2007-11-25  Wakaba  <wakaba@suika.fam.cx>

	* content-model-1.dat, content-model-2.dat, content-model-3.dat,
	content-model-4.dat, table-1.dat: Test data are updated
	for the significant content check.

	* content-model-5.dat: New test data.

	* ContentChecker.t: New test data file is added.

++ whatpm/Whatpm/ChangeLog	25 Nov 2007 07:59:33 -0000
	* ContentChecker.pm ($AnyChecker): Old way to add child elements
	for checking had been used.

2007-11-25  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ContentChecker/ChangeLog	25 Nov 2007 08:00:46 -0000
	* HTML.pm: Support for checking for significant content (HTML5
	revision 1114).  Note that the current implementation has
	an issue on treatment for transparent or semi-transparent
	elements.

	* Atom.pm: Support for significant content checking (for composed
	HTML-Atom documents).

2007-11-25  Wakaba  <wakaba@suika.fam.cx>

1 2007-11-25 Wakaba <wakaba@suika.fam.cx>
2
3 * HTML.pm: Support for checking for significant content (HTML5
4 revision 1114). Note that the current implementation has
5 an issue on treatment for transparent or semi-transparent
6 elements.
7
8 * Atom.pm: Support for significant content checking (for composed
9 HTML-Atom documents).
10
11 2007-11-25 Wakaba <wakaba@suika.fam.cx>
12
13 * HTML.pm (header): Descendant constraint is redefined by
14 new todo item type |descendant|.
15
16 2007-11-24 Wakaba <wakaba@suika.fam.cx>
17
18 * HTML.pm (nest/@filter, rule/@condition): Implemented.
19 (nest/@mode): Definition was wrong.
20 ($HTMLSelectorsAttrChecker): New.
21
22 2007-11-23 Wakaba <wakaba@suika.fam.cx>
23
24 * HTML.pm (meta): Character references in |charset| attribute
25 values are now erred.
26
27 2007-11-23 Wakaba <wakaba@suika.fam.cx>
28
29 * HTML.pm (meta): |charset| value tests implemented.
30
31 2007-11-11 Wakaba <wakaba@suika.fam.cx>
32
33 * HTML.pm: Raise bad-context error for proposed link types.
34
35 2007-11-07 Wakaba <wakaba@suika.fam.cx>
36
37 * HTML.pm: Specialized error for old charset syntax.
38
39 2007-11-07 Wakaba <wakaba@suika.fam.cx>
40
41 * HTML.pm: Make |rel="up up"| conforming (HTML5 revision 1130).
42
43 2007-11-04 Wakaba <wakaba@suika.fam.cx>
44
45 * HTML.pm: Allow <html manifest=URI>.
46
47 2007-11-04 Wakaba <wakaba@suika.fam.cx>
48
49 * HTML.pm: Don't allow <a><img ismap></a> (<a> w/o href="") (HTML5
50 revision 1115).
51
52 2007-11-04 Wakaba <wakaba@suika.fam.cx>
53
54 * HTML.pm: <base> w/o @target and @href is non-conforming (HTML5
55 revision 1115).
56
57 2007-11-04 Wakaba <wakaba@suika.fam.cx>
58
59 * HTML.pm: "Significant" has been gone (HTML5 revision 1114).
60
61 2007-10-26 Wakaba <wakaba@suika.fam.cx>
62
63 * HTML.pm: Support for |poster| attribute (HTML5 revision 1097).
64
65 2007-10-23 Wakaba <wakaba@suika.fam.cx>
66
67 * HTML.pm: Make <script async defer> conforming (HTML5
68 revision 1085).
69
70 2007-10-14 Wakaba <wakaba@suika.fam.cx>
71
72 * Atom.pm, HTML.pm: Support for |html:nest|, |html:datatemplate|,
73 and |html:rule| elements.
74
75 2007-09-24 Wakaba <wakaba@suika.fam.cx>
76
77 * Atom.pm (atom:link@title): Definition was missing.
78
79 2007-09-24 Wakaba <wakaba@suika.fam.cx>
80
81 * Atom.pm (hreflang): Checker is implemented.
82 (AtomDateConstruct): Checking for content is implemented.
83
84 2007-09-09 Wakaba <wakaba@suika.fam.cx>
85
86 * HTML.pm: Support for language tag validation.
87
88 2007-08-25 Wakaba <wakaba@suika.fam.cx>
89
90 * HTML.pm (head, noscript): Treatement for invalid |meta|
91 elenments are changed as per HTML5 revision 1018.
92
93 2007-08-17 Wakaba <wakaba@suika.fam.cx>
94
95 * HTML.pm: Raise new errors if |base| is following
96 URI attributes or hyperlink attributes.
97
98 2007-08-17 Wakaba <wakaba@suika.fam.cx>
99
100 * HTML.pm: Support for |noscript| in |head|. Make an
101 error for |noscript| in XML document.
102
103 2007-08-08 Wakaba <wakaba@suika.fam.cx>
104
105 * HTML.pm ($HTMLURIsAttrChecker): Syntax of error |type|
106 value are changed for the ease of error message catalog
107 lookup.
108
109 2007-08-05 Wakaba <wakaba@suika.fam.cx>
110
111 * Atom.pm: |link|-related checks are added; |type|
112 media type checks are added. |hreflang| now warns
113 as unimplemented.
114
115 2007-08-05 Wakaba <wakaba@suika.fam.cx>
116
117 * Atom.pm: Checker for all elements are defined (with
118 a number of "TODO"s).
119
120 2007-08-05 Wakaba <wakaba@suika.fam.cx>
121
122 * Atom.pm: New Perl module.
123
124 2007-08-04 Wakaba <wakaba@suika.fam.cx>
125
126 * HTML.pm: New Perl module, split from |Whatpm/ContentChecker.pm|.
127
128 * ChangeLog: New file.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24