/[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.30 - (show annotations) (download)
Sun Feb 10 04:09:57 2008 UTC (18 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.29: +6 -0 lines
++ whatpm/Whatpm/ChangeLog	10 Feb 2008 04:09:00 -0000
2008-02-10  Wakaba  <wakaba@suika.fam.cx>

	* ContentChecker.pm (check_document, check_element): Support
	for second argument ($onsubdoc).
	(_get_css_parser): Removed (now it is part of WDCC).

++ whatpm/Whatpm/ContentChecker/ChangeLog	10 Feb 2008 04:09:52 -0000
2008-02-10  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm (<style>): CSS validation code removed; instead,
	it does invoke subdoc callback to ask to the callee to validate
	the style sheet separately.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24