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