1 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* ContentChecker.pm ($HTMLEventHandlerAttrChecker): New placeholder. |
4 |
|
($HTMLAttrChecker): Event handler content attributes |
5 |
|
are added. |
6 |
|
(link, embed): Required attribute is now checked. |
7 |
|
(embed): Unknown local attributes are no longer warned. |
8 |
|
|
9 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* ContentChecker.pm ($HTMLSpaceURIsAttrChecker): New placeholder. |
12 |
|
($HTMLIMTAttrChecker): New checker. |
13 |
|
(link@rel, link@href, link@type, style@type, |
14 |
|
a@href, a@ping, a@ping, a@type, embed@src, embed@type, |
15 |
|
object@data, object@type, source@src, source@type, area@alt, |
16 |
|
area@shape, area@coords, area@href, |
17 |
|
area@ping, area@rel, area@type, script@src, |
18 |
|
script@defer, script@async, script@type): Checkers added. |
19 |
|
|
20 |
|
2007-05-20 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* ContentChecker.pm: Descendant checking was incorrect. |
23 |
|
|
24 |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
2007-05-19 Wakaba <wakaba@suika.fam.cx> |
25 |
|
|
26 |
* ContentChecker.pm: Support |xml:*| and |xmlns:*| |
* ContentChecker.pm: Support |xml:*| and |xmlns:*| |