Whoops, forgot to edit WHATSNEW
[htmlpurifier.git] / smoketests / basic / legacy.css
blobfb600e400124f54e515eeec12f5b5a84afe6f966
2 center,
3 dir[compact='compact'],
4 isindex[prompt='Foo'],
5 menu[compact='compact'],
6 s,
7 u,
8 strike,
10 caption[align='bottom'],
11 div[align='center'],
12 dl[compact='compact'],
14 h1[align='right'],
15 h2[align='right'],
16 h3[align='right'],
17 h4[align='right'],
18 h5[align='right'],
19 h6[align='right'],
21 hr[align='right'],
22 hr[noshade='noshade'],
23 hr[width='50'],
24 hr[size='50'],
26 img[align='right'],
27 img[border='3'],
28 img[hspace='5'],
29 img[vspace='5'],
31 input[align='right'],
32 legend[align='center'],
34 li[type='A'],
35 li[value='5'],
37 ol[compact='compact'],
38 ol[start='3'],
39 ol[type='I'],
41 p[align='right'],
43 pre[width='50'],
45 table[align='right'],
46 table[bgcolor='#0000FF'],
48 tr[bgcolor='#0000FF'],
50 td[bgcolor='#0000FF'],
51 td[height='50'],
52 td[nowrap='nowrap'],
53 td[width='200'],
55 th[bgcolor='#0000FF'],
56 th[height='50'],
57 th[nowrap='nowrap'],
58 th[width='200'],
60 ul[compact='compact'],
61 ul[type='square'],
63 .insert-declarations-above
64 {background:#008000; color:#FFF; font-weight:bold;}
66 font {background:#BFB;}
67 u {border:1px solid #000;}
68 hr {height:1em;}
69 hr[size='50'] {height:50px;}
70 img[border='3'] {border: 3px solid #000;}
71 li[type='a'], li[value='5'] {color:#DDD;}
73 /* vim: et sw=4 sts=4 */