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> |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
* HTML.pm (figure): Implemented. |
* HTML.pm (figure): Implemented. |