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