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> |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
* Atom.pm (hreflang): Checker is implemented. |
* Atom.pm (hreflang): Checker is implemented. |