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