1 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm: Attribute checkers |
4 |
|
for global attributes, |html|, |base|, |style|, and |meta|. |
5 |
|
|
6 |
|
* NanoDOM.pm (insert_before): Weaken reference |
7 |
|
to the parent node. |
8 |
|
(Attr::new): Set |owner_element| attribute. |
9 |
|
(namespace_uri, manakai_local_name): New attribute implementations. |
10 |
|
(owner_element): New attribute. |
11 |
|
|
12 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* ContentChecker.pm ($AttrChecker, $HTMLAttrChecker, |
15 |
|
$AnyChecker->{attr_checker}, $HTMLAttrsChecker, |
16 |
|
$Element->{$HTML_NS}->{''}): New. |
17 |
|
(check_element): Invoke attrs_checker for each element. |
18 |
|
|
19 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* ContentChecker.pm: Don't use |manakai_element_type_match|. |
22 |
|
|
23 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* ContentChecker.pm: Use hashs rather than lists for |
26 |
|
element type testings. |
27 |
|
|
28 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
29 |
|
|
30 |
|
* ContentChecker.pm: Don't generate duplicate |
31 |
|
error when an element type is put in the "minus" list |
32 |
|
and the element type is not allowed explicitly in the particular |
33 |
|
element content model. |
34 |
|
(html:a checker): New checker. |
35 |
|
(html:details, html:datagrid): New checkers. |
36 |
|
(html:legend): New checker. |
37 |
|
|
38 |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
39 |
|
|
40 |
* ContentChecker.pm (html:li checker): Implemented. |
* ContentChecker.pm (html:li checker): Implemented. |