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