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