1 |
|
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm ($HTMLURIAttrChecker): Implemented. |
4 |
|
|
5 |
|
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* URIChecker.pm: All recommendations from RFC 3986 |
8 |
|
and RFC 3987 are listed (not all testable items are checked yet). |
9 |
|
|
10 |
|
2007-05-25 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* URIChecker.pm: New module. |
13 |
|
|
14 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
16 |
|
* ContentChecker.pm: Now most attributes are implemented |
17 |
|
or associated to some placeholder. |
18 |
|
($ElementDefault): Warn unknown attributes |
19 |
|
for unknown elements as "attribute not supported". |
20 |
|
($HTMLLanguageTagAttrChecker, $HTMLMQAttrChecker): New placeholders. |
21 |
|
($HTMLUsemapAttrChecker, $HTMLTargetAttrChecker): New checkers. |
22 |
|
(|a| attribute checker): Reimplemented. |
23 |
|
|
24 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* ContentChecker.pm ($HTMLEventHandlerAttrChecker): New placeholder. |
27 |
|
($HTMLAttrChecker): Event handler content attributes |
28 |
|
are added. |
29 |
|
(link, embed): Required attribute is now checked. |
30 |
|
(embed): Unknown local attributes are no longer warned. |
31 |
|
|
32 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* ContentChecker.pm ($HTMLSpaceURIsAttrChecker): New placeholder. |
35 |
|
($HTMLIMTAttrChecker): New checker. |
36 |
|
(link@rel, link@href, link@type, style@type, |
37 |
|
a@href, a@ping, a@ping, a@type, embed@src, embed@type, |
38 |
|
object@data, object@type, source@src, source@type, area@alt, |
39 |
|
area@shape, area@coords, area@href, |
40 |
|
area@ping, area@rel, area@type, script@src, |
41 |
|
script@defer, script@async, script@type): Checkers added. |
42 |
|
|
43 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* ContentChecker.pm: Descendant checking was incorrect. |
46 |
|
|
47 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
49 |
|
* ContentChecker.pm: Support |xml:*| and |xmlns:*| |
50 |
|
attributes. Report an error if |Element.prefix| |
51 |
|
is |xmlns|. |
52 |
|
|
53 |
|
* NanoDOM.pm (prefix): New attribute. |
54 |
|
|
55 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* HTML.pm.src: In |main| phase, |in body| insertion |
58 |
|
mode, action for |<iframe>| was missing. |
59 |
|
|
60 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* ContentChecker.pm: Support for many of HTML5 elements. |
63 |
|
($GetHTMLNonNegativeIntegerAttrChecker): New. |
64 |
|
|
65 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
66 |
|
|
67 |
|
* ContentChecker.pm: Support for most elements up to |progress|. |
68 |
|
($HTMLURIAttrChecker): Placeholder. |
69 |
|
($HTMLIntegerAttrChecker, $GetHTMLFloatingPointNumberAttrChecker): |
70 |
|
New. |
71 |
|
|
72 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
74 |
|
* ContentChecker.pm: Attribute checkers |
75 |
|
for global attributes, |html|, |base|, |style|, and |meta|. |
76 |
|
|
77 |
|
* NanoDOM.pm (insert_before): Weaken reference |
78 |
|
to the parent node. |
79 |
|
(Attr::new): Set |owner_element| attribute. |
80 |
|
(namespace_uri, manakai_local_name): New attribute implementations. |
81 |
|
(owner_element): New attribute. |
82 |
|
|
83 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
84 |
|
|
85 |
|
* ContentChecker.pm ($AttrChecker, $HTMLAttrChecker, |
86 |
|
$AnyChecker->{attr_checker}, $HTMLAttrsChecker, |
87 |
|
$Element->{$HTML_NS}->{''}): New. |
88 |
|
(check_element): Invoke attrs_checker for each element. |
89 |
|
|
90 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* ContentChecker.pm: Don't use |manakai_element_type_match|. |
93 |
|
|
94 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* ContentChecker.pm: Use hashs rather than lists for |
97 |
|
element type testings. |
98 |
|
|
99 |
|
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* ContentChecker.pm: Don't generate duplicate |
102 |
|
error when an element type is put in the "minus" list |
103 |
|
and the element type is not allowed explicitly in the particular |
104 |
|
element content model. |
105 |
|
(html:a checker): New checker. |
106 |
|
(html:details, html:datagrid): New checkers. |
107 |
|
(html:legend): New checker. |
108 |
|
|
109 |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
2007-05-13 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
* ContentChecker.pm (html:li checker): Implemented. |
* ContentChecker.pm (html:li checker): Implemented. |