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> |
34 |
|
|
35 |
|
* ContentChecker.pm ({unsupported_level}): New value. |
36 |
|
|
37 |
|
* HTML.pm.src: Save whether |meta| |content| attribute |
38 |
|
contains character references or not. |
39 |
|
|
40 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* ContentChecker.pm (_get_children): (Incompleted) attempt to |
43 |
|
imlement significant content checking for contents |
44 |
|
with |del| elements. |
45 |
|
|
46 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* ContenteChecker.pm ($HTMLTransparentElements): More |
49 |
|
elements are added. |
50 |
|
(_get_children): HTML |object| elements are now semi-transparent. |
51 |
|
|
52 |
|
* NanoDOM.pm (manakai_html, manakai_head): New methods. |
53 |
|
|
54 |
|
2008-02-16 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* CacheManifest.pm: HTML5 revision 1211 implemented. |
57 |
|
|
58 |
|
* CacheManifest.pod: Updated. |
59 |
|
|
60 |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
* ContentChecker.pm (check_document, check_element): Support |
* ContentChecker.pm (check_document, check_element): Support |