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