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