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