1 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm (check_element): Element standardized |
4 |
|
status information is now dispatched. |
5 |
|
|
6 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* ContentChecker.pm (check_element): Fix |del|-and-significant |
9 |
|
problem by adding some more arguments. |
10 |
|
|
11 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* ContentChecker.pm (check_element): Use context of |
14 |
|
container-for-the-purpose-of-content-model element (not transparent |
15 |
|
element) for |check_child_element| calling and significant |
16 |
|
text flag marking. This reintroduces |<del>|-and-significant |
17 |
|
problem again. |
18 |
|
|
19 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* ContentChecker.pm (check_element): Make semi-transparent |
22 |
|
elements ignored for the purpose of phase changes in |
23 |
|
content model checking. |
24 |
|
|
25 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* ContentChecker.pm (check_element): In-element state |
28 |
|
was not properly managed for transparent cases. |
29 |
|
|
30 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* ContentChecker.pm (check_element): Support for |video| |
33 |
|
and |audio| as semi-transparent elements. |
34 |
|
|
35 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
|
* ContentChecker.pm ($HTMLSemiTransparentElements): New. |
38 |
|
(check_element): s/minuses/minus_elements/, s/pluses/plus_elements/. |
39 |
|
Support for |html:object| as a semi-transparent element. |
40 |
|
|
41 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* ContentChecker.pm (check_element): The way to traverse |
44 |
|
the tree is entirely revised to make it easier to track |
45 |
|
the state of ancestors/descendants. As a result of this |
46 |
|
revision (which rewrites almost all of Whatpm::ContentChecker::HTML), |
47 |
|
support for content model checking for HTML elements |figure|, |
48 |
|
|object|, |video|, and |audio| and checking for XML elements (and |
49 |
|
some XMLNS checkings) are dropped for now. They will be |
50 |
|
reimplemented in due cource. |
51 |
|
|
52 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* HTML.pm.src: |>| in public or system literal closes the DOCTYPE |
55 |
|
token (HTML5 revision 1225). |
56 |
|
|
57 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* ContentChecker.pm ({unsupported_level}): New value. |
60 |
|
|
61 |
|
* HTML.pm.src: Save whether |meta| |content| attribute |
62 |
|
contains character references or not. |
63 |
|
|
64 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
* ContentChecker.pm (_get_children): (Incompleted) attempt to |
* ContentChecker.pm (_get_children): (Incompleted) attempt to |