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