1 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm: Support for many of HTML5 elements. |
4 |
|
($GetHTMLNonNegativeIntegerAttrChecker): New. |
5 |
|
|
6 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* ContentChecker.pm: Support for most elements up to |progress|. |
9 |
|
($HTMLURIAttrChecker): Placeholder. |
10 |
|
($HTMLIntegerAttrChecker, $GetHTMLFloatingPointNumberAttrChecker): |
11 |
|
New. |
12 |
|
|
13 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* ContentChecker.pm: Attribute checkers |
16 |
|
for global attributes, |html|, |base|, |style|, and |meta|. |
17 |
|
|
18 |
|
* NanoDOM.pm (insert_before): Weaken reference |
19 |
|
to the parent node. |
20 |
|
(Attr::new): Set |owner_element| attribute. |
21 |
|
(namespace_uri, manakai_local_name): New attribute implementations. |
22 |
|
(owner_element): New attribute. |
23 |
|
|
24 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* ContentChecker.pm ($AttrChecker, $HTMLAttrChecker, |
27 |
|
$AnyChecker->{attr_checker}, $HTMLAttrsChecker, |
28 |
|
$Element->{$HTML_NS}->{''}): New. |
29 |
|
(check_element): Invoke attrs_checker for each element. |
30 |
|
|
31 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
32 |
|
|
33 |
|
* ContentChecker.pm: Don't use |manakai_element_type_match|. |
34 |
|
|
35 |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
36 |
|
|
37 |
* ContentChecker.pm: Use hashs rather than lists for |
* ContentChecker.pm: Use hashs rather than lists for |