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