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> |
37 |
|
|
38 |
|
* ContentChecker.pm: Don't use |manakai_element_type_match|. |
39 |
|
|
40 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
42 |
|
* ContentChecker.pm: Use hashs rather than lists for |
43 |
|
element type testings. |
44 |
|
|
45 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
46 |
|
|
47 |
|
* ContentChecker.pm: Don't generate duplicate |
48 |
|
error when an element type is put in the "minus" list |
49 |
|
and the element type is not allowed explicitly in the particular |
50 |
|
element content model. |
51 |
|
(html:a checker): New checker. |
52 |
|
(html:details, html:datagrid): New checkers. |
53 |
|
(html:legend): New checker. |
54 |
|
|
55 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* ContentChecker.pm (html:li checker): Implemented. |
58 |
|
|
59 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
|
* ContentChecker.pm ($HTMLInlineOrStriclyInlineChecker): New |
62 |
|
checker. |
63 |
|
(html:dd checker): New checker. |
64 |
|
(html:q, html:em, html:strong, html:small, |
65 |
|
html:m, html:dfn, html:code, html:samp, html:span): New checkers. |
66 |
|
|
67 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* ContentChecker.pm ($AnyChecker): Renamed |
70 |
|
from |$ElementDefault->{checker}|. |
71 |
|
($ElementDefault->{checker}): Throw an error that |
72 |
|
the element type is not supported by the checker. |
73 |
|
($HTMLMetadataElement): |html:base| was missing. |
74 |
|
($HTMLEmptyChecker): Don't throw an error |
75 |
|
for inter-element whitespace nodes. |
76 |
|
(html:html checker): Errors were not |
77 |
|
thrown even if |html:head| and/or |html:body| |
78 |
|
children were missing. |
79 |
|
(html:head checker): An error was not |
80 |
|
thrown if <meta charset> appered after other |
81 |
|
elements. |
82 |
|
|
83 |
2007-05-05 Wakaba <wakaba@suika.fam.cx> |
2007-05-05 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
* ContentChecker.pm: |footer|, |video|, |audio|, |script|, |
* ContentChecker.pm: |footer|, |video|, |audio|, |script|, |