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> |
2007-11-25 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
* HTML.pm (header): Descendant constraint is redefined by |
* HTML.pm (header): Descendant constraint is redefined by |