/[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.31 - (show annotations) (download)
Sun Feb 17 06:36:28 2008 UTC (17 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.30: +4 -0 lines
++ whatpm/t/ChangeLog	17 Feb 2008 06:35:24 -0000
2008-02-17  Wakaba  <wakaba@suika.fam.cx>

	* content-model-1.dat, content-model-2.dat, content-model-5.dat:
	Test results are updated; new tests are added.

++ whatpm/Whatpm/ChangeLog	17 Feb 2008 06:34:11 -0000
2008-02-17  Wakaba  <wakaba@suika.fam.cx>

	* ContenteChecker.pm ($HTMLTransparentElements): More
	elements are added.
	(_get_children): HTML |object| elements are now semi-transparent.

	* NanoDOM.pm (manakai_html, manakai_head): New methods.

++ whatpm/Whatpm/ContentChecker/ChangeLog	17 Feb 2008 06:32:44 -0000
2008-02-17  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm: Most part of December 2007 Content Model is implemented.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24