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