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> |
36 |
|
|
37 |
|
* ContentChecker.pm: Use hashs rather than lists for |
38 |
|
element type testings. |
39 |
|
|
40 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* ContentChecker.pm: Don't generate duplicate |
43 |
|
error when an element type is put in the "minus" list |
44 |
|
and the element type is not allowed explicitly in the particular |
45 |
|
element content model. |
46 |
|
(html:a checker): New checker. |
47 |
|
(html:details, html:datagrid): New checkers. |
48 |
|
(html:legend): New checker. |
49 |
|
|
50 |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
* ContentChecker.pm (html:li checker): Implemented. |
* ContentChecker.pm (html:li checker): Implemented. |