1 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm: Error messages revised. |
4 |
|
|
5 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* HTML.pm: Most part of December 2007 Content Model is implemented. |
8 |
|
|
9 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* HTML.pm (<style>): CSS validation code removed; instead, |
12 |
|
it does invoke subdoc callback to ask to the callee to validate |
13 |
|
the style sheet separately. |
14 |
|
|
15 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTML.pm (<style>): Initial version of CSS validation support. |
18 |
|
|
19 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* HTML.pm ($HTMLSignificantContentErrors): New. |
22 |
|
|
23 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* HTML.pm: Support for checking for significant content (HTML5 |
26 |
|
revision 1114). Note that the current implementation has |
27 |
|
an issue on treatment for transparent or semi-transparent |
28 |
|
elements. |
29 |
|
|
30 |
|
* Atom.pm: Support for significant content checking (for composed |
31 |
|
HTML-Atom documents). |
32 |
|
|
33 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* HTML.pm (header): Descendant constraint is redefined by |
36 |
|
new todo item type |descendant|. |
37 |
|
|
38 |
|
2007-11-24 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
|
* HTML.pm (nest/@filter, rule/@condition): Implemented. |
41 |
|
(nest/@mode): Definition was wrong. |
42 |
|
($HTMLSelectorsAttrChecker): New. |
43 |
|
|
44 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
46 |
|
* HTML.pm (meta): Character references in |charset| attribute |
47 |
|
values are now erred. |
48 |
|
|
49 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML.pm (meta): |charset| value tests implemented. |
52 |
|
|
53 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* HTML.pm: Raise bad-context error for proposed link types. |
56 |
|
|
57 |
|
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* HTML.pm: Specialized error for old charset syntax. |
60 |
|
|
61 |
|
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
62 |
|
|
63 |
|
* HTML.pm: Make |rel="up up"| conforming (HTML5 revision 1130). |
64 |
|
|
65 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* HTML.pm: Allow <html manifest=URI>. |
68 |
|
|
69 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* HTML.pm: Don't allow <a><img ismap></a> (<a> w/o href="") (HTML5 |
72 |
|
revision 1115). |
73 |
|
|
74 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* HTML.pm: <base> w/o @target and @href is non-conforming (HTML5 |
77 |
|
revision 1115). |
78 |
|
|
79 |
|
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* HTML.pm: "Significant" has been gone (HTML5 revision 1114). |
82 |
|
|
83 |
|
2007-10-26 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* HTML.pm: Support for |poster| attribute (HTML5 revision 1097). |
86 |
|
|
87 |
|
2007-10-23 Wakaba <wakaba@suika.fam.cx> |
88 |
|
|
89 |
|
* HTML.pm: Make <script async defer> conforming (HTML5 |
90 |
|
revision 1085). |
91 |
|
|
92 |
|
2007-10-14 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* Atom.pm, HTML.pm: Support for |html:nest|, |html:datatemplate|, |
95 |
|
and |html:rule| elements. |
96 |
|
|
97 |
|
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
98 |
|
|
99 |
|
* Atom.pm (atom:link@title): Definition was missing. |
100 |
|
|
101 |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
2007-09-24 Wakaba <wakaba@suika.fam.cx> |
102 |
|
|
103 |
* Atom.pm (hreflang): Checker is implemented. |
* Atom.pm (hreflang): Checker is implemented. |