1 |
|
2008-03-02 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* HTML.pm.src: s/local_name/manakai_local_name/g. |
4 |
|
|
5 |
|
2008-03-01 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* _NamedEntityList.pm: Updated (HTML5 revision 1286). |
8 |
|
|
9 |
|
* HTML.pm.src: |charset| in |content| attribute is |
10 |
|
case-insensitive (HTML5 revision 1270). |
11 |
|
|
12 |
|
2008-02-26 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* ContentChecker.pm: New status constants are added. |
15 |
|
($ElementDefault): |status| added. |
16 |
|
(check_element): Err for non-standard or deprecated elements. |
17 |
|
(_attr_status_info): For non-standard or deprecated attributes. |
18 |
|
|
19 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* ContentChecker.pm (_attr_status_info): New internal method. |
22 |
|
|
23 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* ContentChecker.pm (check_element): Element standardized |
26 |
|
status information is now dispatched. |
27 |
|
|
28 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* ContentChecker.pm (check_element): Fix |del|-and-significant |
31 |
|
problem by adding some more arguments. |
32 |
|
|
33 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* ContentChecker.pm (check_element): Use context of |
36 |
|
container-for-the-purpose-of-content-model element (not transparent |
37 |
|
element) for |check_child_element| calling and significant |
38 |
|
text flag marking. This reintroduces |<del>|-and-significant |
39 |
|
problem again. |
40 |
|
|
41 |
|
2008-02-24 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* ContentChecker.pm (check_element): Make semi-transparent |
44 |
|
elements ignored for the purpose of phase changes in |
45 |
|
content model checking. |
46 |
|
|
47 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* ContentChecker.pm (check_element): In-element state |
50 |
|
was not properly managed for transparent cases. |
51 |
|
|
52 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* ContentChecker.pm (check_element): Support for |video| |
55 |
|
and |audio| as semi-transparent elements. |
56 |
|
|
57 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* ContentChecker.pm ($HTMLSemiTransparentElements): New. |
60 |
|
(check_element): s/minuses/minus_elements/, s/pluses/plus_elements/. |
61 |
|
Support for |html:object| as a semi-transparent element. |
62 |
|
|
63 |
|
2008-02-23 Wakaba <wakaba@suika.fam.cx> |
64 |
|
|
65 |
|
* ContentChecker.pm (check_element): The way to traverse |
66 |
|
the tree is entirely revised to make it easier to track |
67 |
|
the state of ancestors/descendants. As a result of this |
68 |
|
revision (which rewrites almost all of Whatpm::ContentChecker::HTML), |
69 |
|
support for content model checking for HTML elements |figure|, |
70 |
|
|object|, |video|, and |audio| and checking for XML elements (and |
71 |
|
some XMLNS checkings) are dropped for now. They will be |
72 |
|
reimplemented in due cource. |
73 |
|
|
74 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
76 |
|
* HTML.pm.src: |>| in public or system literal closes the DOCTYPE |
77 |
|
token (HTML5 revision 1225). |
78 |
|
|
79 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* ContentChecker.pm ({unsupported_level}): New value. |
82 |
|
|
83 |
|
* HTML.pm.src: Save whether |meta| |content| attribute |
84 |
|
contains character references or not. |
85 |
|
|
86 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* ContentChecker.pm (_get_children): (Incompleted) attempt to |
89 |
|
imlement significant content checking for contents |
90 |
|
with |del| elements. |
91 |
|
|
92 |
|
2008-02-17 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* ContenteChecker.pm ($HTMLTransparentElements): More |
95 |
|
elements are added. |
96 |
|
(_get_children): HTML |object| elements are now semi-transparent. |
97 |
|
|
98 |
|
* NanoDOM.pm (manakai_html, manakai_head): New methods. |
99 |
|
|
100 |
2008-02-16 Wakaba <wakaba@suika.fam.cx> |
2008-02-16 Wakaba <wakaba@suika.fam.cx> |
101 |
|
|
102 |
* CacheManifest.pm: HTML5 revision 1211 implemented. |
* CacheManifest.pm: HTML5 revision 1211 implemented. |