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