1 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm: Descendant checking was incorrect. |
4 |
|
|
5 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* ContentChecker.pm: Support |xml:*| and |xmlns:*| |
8 |
|
attributes. Report an error if |Element.prefix| |
9 |
|
is |xmlns|. |
10 |
|
|
11 |
|
* NanoDOM.pm (prefix): New attribute. |
12 |
|
|
13 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
14 |
|
|
15 |
|
* HTML.pm.src: In |main| phase, |in body| insertion |
16 |
|
mode, action for |<iframe>| was missing. |
17 |
|
|
18 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* ContentChecker.pm: Support for many of HTML5 elements. |
21 |
|
($GetHTMLNonNegativeIntegerAttrChecker): New. |
22 |
|
|
23 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
24 |
|
|
25 |
|
* ContentChecker.pm: Support for most elements up to |progress|. |
26 |
|
($HTMLURIAttrChecker): Placeholder. |
27 |
|
($HTMLIntegerAttrChecker, $GetHTMLFloatingPointNumberAttrChecker): |
28 |
|
New. |
29 |
|
|
30 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
32 |
|
* ContentChecker.pm: Attribute checkers |
33 |
|
for global attributes, |html|, |base|, |style|, and |meta|. |
34 |
|
|
35 |
|
* NanoDOM.pm (insert_before): Weaken reference |
36 |
|
to the parent node. |
37 |
|
(Attr::new): Set |owner_element| attribute. |
38 |
|
(namespace_uri, manakai_local_name): New attribute implementations. |
39 |
|
(owner_element): New attribute. |
40 |
|
|
41 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
42 |
|
|
43 |
|
* ContentChecker.pm ($AttrChecker, $HTMLAttrChecker, |
44 |
|
$AnyChecker->{attr_checker}, $HTMLAttrsChecker, |
45 |
|
$Element->{$HTML_NS}->{''}): New. |
46 |
|
(check_element): Invoke attrs_checker for each element. |
47 |
|
|
48 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* ContentChecker.pm: Don't use |manakai_element_type_match|. |
51 |
|
|
52 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
54 |
|
* ContentChecker.pm: Use hashs rather than lists for |
55 |
|
element type testings. |
56 |
|
|
57 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
59 |
|
* ContentChecker.pm: Don't generate duplicate |
60 |
|
error when an element type is put in the "minus" list |
61 |
|
and the element type is not allowed explicitly in the particular |
62 |
|
element content model. |
63 |
|
(html:a checker): New checker. |
64 |
|
(html:details, html:datagrid): New checkers. |
65 |
|
(html:legend): New checker. |
66 |
|
|
67 |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
* ContentChecker.pm (html:li checker): Implemented. |
* ContentChecker.pm (html:li checker): Implemented. |