1 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm: New status constants are added. |
4 |
|
($ElementDefault): |status| added. |
5 |
|
(check_element): Err for non-standard or deprecated elements. |
6 |
|
(_attr_status_info): For non-standard or deprecated attributes. |
7 |
|
|
8 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
9 |
|
|
10 |
|
* ContentChecker.pm (_attr_status_info): New internal method. |
11 |
|
|
12 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* ContentChecker.pm (check_element): Element standardized |
15 |
|
status information is now dispatched. |
16 |
|
|
17 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* ContentChecker.pm (check_element): Fix |del|-and-significant |
20 |
|
problem by adding some more arguments. |
21 |
|
|
22 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* ContentChecker.pm (check_element): Use context of |
25 |
|
container-for-the-purpose-of-content-model element (not transparent |
26 |
|
element) for |check_child_element| calling and significant |
27 |
|
text flag marking. This reintroduces |<del>|-and-significant |
28 |
|
problem again. |
29 |
|
|
30 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* ContentChecker.pm (check_element): Make semi-transparent |
33 |
|
elements ignored for the purpose of phase changes in |
34 |
|
content model checking. |
35 |
|
|
36 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* ContentChecker.pm (check_element): In-element state |
39 |
|
was not properly managed for transparent cases. |
40 |
|
|
41 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* ContentChecker.pm (check_element): Support for |video| |
44 |
|
and |audio| as semi-transparent elements. |
45 |
|
|
46 |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
* ContentChecker.pm ($HTMLSemiTransparentElements): New. |
* ContentChecker.pm ($HTMLSemiTransparentElements): New. |