3 <title>tt font size bug?
</title>
4 <style type=
"text/css">
14 <h3>tt's, font-family inheriting and font-size: a bug
</h3>
15 <table cellspacing=
"10">
18 The css in the head of this file is like this:
<br/>
21 font-family: Verdana;
<br/>
24 font-size:
0.8em;
<br/>
27 The two columns below show that inheriting the font does not correctly inherit the font-size for a
<tt
> block.
<br/>
40 <tt style=
"font-family: Verdana;">
41 font-family: Verdana; font-size:
0.8em;
45 <span style=
"font-family: Verdana;">
46 font-family: Verdana; font-size:
0.8em;
52 <tt style=
"font-family: inherit;">
53 font-family: inherit (Verdana); font-size:
0.8em;
57 <span style=
"font-family: inherit;">
58 font-family: inherit; font-size:
0.8em;
65 <tt style=
"font-family: Verdana; font-size: 1.0em;">
66 font-family: Verdana; font-size:
1.0em;
70 <span style=
"font-family: Verdana; font-size: 1.0em;">
71 font-family: Verdana; font-size:
1.0em;
78 default font; font-size:
0.8em;
82 <span style=
"font-family: Courier;">
83 font-family: courier; font-size:
0.8em;