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