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