1 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm (object check_end): Don't check significant content |
4 |
|
if the element is used as a transparent element. |
5 |
|
(video check): Reimplemented. |
6 |
|
|
7 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
8 |
|
|
9 |
|
* HTML.pm: |figure| content checker reimplemented. |object| |
10 |
|
content checker for root element case reimplemented. |
11 |
|
|
12 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* HTML.pm: Revised. |
15 |
|
|
16 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* HTML.pm (object): Implemented (with some bug on transparentness |
19 |
|
handling). |
20 |
|
|
21 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
23 |
|
* HTML.pm: s/m/mark/g (HTML5 revision 1232). |
24 |
|
|
25 |
|
2008-02-18 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* HTML.pm (img): |alt| is a SHOULD-level requirement now (since |
28 |
|
the conformance checker cannot examine the semantics of the |
29 |
|
image). |
30 |
|
|
31 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* HTML.pm: Useless old stuff are removed. |datagrid| |
34 |
|
was missing from |$HTMLInteractiveContent|. |
35 |
|
(a): Use new |$HTMLInteractiveContent| in place |
36 |
|
of |$HTMLIntetractiveElements|. |
37 |
|
(caption): Use new |$HTMLPhrasingContentChecker| in place |
38 |
|
of |$HTMLStrictlyInlineChecker|. |
39 |
|
|
40 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
* HTML.pm (figure): Implemented. |
* HTML.pm (figure): Implemented. |