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> |
47 |
|
|
48 |
|
* ContentChecker.pm ($HTMLSemiTransparentElements): New. |
49 |
|
(check_element): s/minuses/minus_elements/, s/pluses/plus_elements/. |
50 |
|
Support for |html:object| as a semi-transparent element. |
51 |
|
|
52 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* ContentChecker.pm (check_element): The way to traverse |
55 |
|
the tree is entirely revised to make it easier to track |
56 |
|
the state of ancestors/descendants. As a result of this |
57 |
|
revision (which rewrites almost all of Whatpm::ContentChecker::HTML), |
58 |
|
support for content model checking for HTML elements |figure|, |
59 |
|
|object|, |video|, and |audio| and checking for XML elements (and |
60 |
|
some XMLNS checkings) are dropped for now. They will be |
61 |
|
reimplemented in due cource. |
62 |
|
|
63 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* HTML.pm.src: |>| in public or system literal closes the DOCTYPE |
66 |
|
token (HTML5 revision 1225). |
67 |
|
|
68 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* ContentChecker.pm ({unsupported_level}): New value. |
71 |
|
|
72 |
|
* HTML.pm.src: Save whether |meta| |content| attribute |
73 |
|
contains character references or not. |
74 |
|
|
75 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
|
* ContentChecker.pm (_get_children): (Incompleted) attempt to |
78 |
|
imlement significant content checking for contents |
79 |
|
with |del| elements. |
80 |
|
|
81 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* ContenteChecker.pm ($HTMLTransparentElements): More |
84 |
|
elements are added. |
85 |
|
(_get_children): HTML |object| elements are now semi-transparent. |
86 |
|
|
87 |
|
* NanoDOM.pm (manakai_html, manakai_head): New methods. |
88 |
|
|
89 |
|
2008-02-16 Wakaba <wakaba@suika.fam.cx> |
90 |
|
|
91 |
|
* CacheManifest.pm: HTML5 revision 1211 implemented. |
92 |
|
|
93 |
|
* CacheManifest.pod: Updated. |
94 |
|
|
95 |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
2008-02-10 Wakaba <wakaba@suika.fam.cx> |
96 |
|
|
97 |
* ContentChecker.pm (check_document, check_element): Support |
* ContentChecker.pm (check_document, check_element): Support |