1 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm (check_element): In-element state |
4 |
|
was not properly managed for transparent cases. |
5 |
|
|
6 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* ContentChecker.pm (check_element): Support for |video| |
9 |
|
and |audio| as semi-transparent elements. |
10 |
|
|
11 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
12 |
|
|
13 |
|
* ContentChecker.pm ($HTMLSemiTransparentElements): New. |
14 |
|
(check_element): s/minuses/minus_elements/, s/pluses/plus_elements/. |
15 |
|
Support for |html:object| as a semi-transparent element. |
16 |
|
|
17 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
18 |
|
|
19 |
|
* ContentChecker.pm (check_element): The way to traverse |
20 |
|
the tree is entirely revised to make it easier to track |
21 |
|
the state of ancestors/descendants. As a result of this |
22 |
|
revision (which rewrites almost all of Whatpm::ContentChecker::HTML), |
23 |
|
support for content model checking for HTML elements |figure|, |
24 |
|
|object|, |video|, and |audio| and checking for XML elements (and |
25 |
|
some XMLNS checkings) are dropped for now. They will be |
26 |
|
reimplemented in due cource. |
27 |
|
|
28 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* HTML.pm.src: |>| in public or system literal closes the DOCTYPE |
31 |
|
token (HTML5 revision 1225). |
32 |
|
|
33 |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
* ContentChecker.pm ({unsupported_level}): New value. |
* ContentChecker.pm ({unsupported_level}): New value. |