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