1 |
|
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm (<style>): CSS validation code removed; instead, |
4 |
|
it does invoke subdoc callback to ask to the callee to validate |
5 |
|
the style sheet separately. |
6 |
|
|
7 |
|
2008-02-09 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* HTML.pm (<style>): Initial version of CSS validation support. |
10 |
|
|
11 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* HTML.pm ($HTMLSignificantContentErrors): New. |
14 |
|
|
15 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
17 |
|
* HTML.pm: Support for checking for significant content (HTML5 |
18 |
|
revision 1114). Note that the current implementation has |
19 |
|
an issue on treatment for transparent or semi-transparent |
20 |
|
elements. |
21 |
|
|
22 |
|
* Atom.pm: Support for significant content checking (for composed |
23 |
|
HTML-Atom documents). |
24 |
|
|
25 |
|
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* HTML.pm (header): Descendant constraint is redefined by |
28 |
|
new todo item type |descendant|. |
29 |
|
|
30 |
|
2007-11-24 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* HTML.pm (nest/@filter, rule/@condition): Implemented. |
33 |
|
(nest/@mode): Definition was wrong. |
34 |
|
($HTMLSelectorsAttrChecker): New. |
35 |
|
|
36 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* HTML.pm (meta): Character references in |charset| attribute |
39 |
|
values are now erred. |
40 |
|
|
41 |
|
2007-11-23 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* HTML.pm (meta): |charset| value tests implemented. |
44 |
|
|
45 |
|
2007-11-11 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* HTML.pm: Raise bad-context error for proposed link types. |
48 |
|
|
49 |
|
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
50 |
|
|
51 |
|
* HTML.pm: Specialized error for old charset syntax. |
52 |
|
|
53 |
|
2007-11-07 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* HTML.pm: Make |rel="up up"| conforming (HTML5 revision 1130). |
56 |
|
|
57 |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
2007-11-04 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
* HTML.pm: Allow <html manifest=URI>. |
* HTML.pm: Allow <html manifest=URI>. |