gehuangyi20 / ie7-js

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

Using inherit for HTML tag breaks ie-7 #137

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use inherit in style of HTML tag

What is the expected output? What do you see instead?
Internet Explorer shows error messages:
Line: 3
Character: 18504
Error: object required

What version of the product are you using? On what operating system?
http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE7.js
Windows XP

Please provide any additional information below.
I'm using Meyer's reset.css with the following offending line:
<style type="text/css">
html {
    font-weight: inherit;
}
</style>

Original issue reported on code.google.com by svenmeie...@gmail.com on 18 Dec 2008 at 11:55

Attachments:

GoogleCodeExporter commented 9 years ago
Sorry, just read http://code.google.com/p/ie7-js/issues/detail?id=104 , please 
this
as duplicate.

Original comment by svenmeie...@gmail.com on 18 Dec 2008 at 11:57

GoogleCodeExporter commented 9 years ago

Original comment by dean.edw...@gmail.com on 11 Feb 2010 at 2:22