gehuangyi20 / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

Ems are inherited multiple times #120

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. set font-size:inherit for p
2. Set font-size:1.5em for div
3. nest p inside a span and the span inside a div.

What is the expected output? What do you see instead?
What you would expect is the font-size for p to be 1.5em (or 1.5xthe div
fontsize) instead the ems are inherited through the span, so the span has
1.5em and then the p get 1.5 as well, resulting in a p that has 1.5x1.5x
the div fontsize.

What version of the product are you using? On what operating system?
I'm using IE8.js (beta3) viewing in IE7 on Vista.

Please provide any additional information below.

Original issue reported on code.google.com by penta...@mailshack.com on 16 Oct 2008 at 5:39

GoogleCodeExporter commented 9 years ago
This is fixed in version 2.1.

Original comment by dean.edw...@gmail.com on 11 Feb 2010 at 6:14