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