1 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm ($HTMLSpaceURIsAttrChecker): New placeholder. |
4 |
|
($HTMLIMTAttrChecker): New checker. |
5 |
|
(link@rel, link@href, link@type, style@type, |
6 |
|
a@href, a@ping, a@ping, a@type, embed@src, embed@type, |
7 |
|
object@data, object@type, source@src, source@type, area@alt, |
8 |
|
area@shape, area@coords, area@href, |
9 |
|
area@ping, area@rel, area@type, script@src, |
10 |
|
script@defer, script@async, script@type): Checkers added. |
11 |
|
|
12 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
13 |
|
|
14 |
|
* ContentChecker.pm: Descendant checking was incorrect. |
15 |
|
|
16 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
18 |
|
* ContentChecker.pm: Support |xml:*| and |xmlns:*| |
19 |
|
attributes. Report an error if |Element.prefix| |
20 |
|
is |xmlns|. |
21 |
|
|
22 |
|
* NanoDOM.pm (prefix): New attribute. |
23 |
|
|
24 |
|
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
|
* HTML.pm.src: In |main| phase, |in body| insertion |
27 |
|
mode, action for |<iframe>| was missing. |
28 |
|
|
29 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
* ContentChecker.pm: Support for many of HTML5 elements. |
* ContentChecker.pm: Support for many of HTML5 elements. |