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