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