mizukimakiyama / ie7-js

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

Pseudoelements not overridden but inserted once for every rule #268

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a rule that appends content such as
#my-id:after {content: "foo";}.

2. Create another rule that appends other contents to the same element such as
#my-id.change-to-bar: after {content: "bar";}.

What is the expected output? What do you see instead?

Instead of appending only bar both foo and bar are appended;

What version of the product are you using? On what operating system?

e7-2.1(beta4).zip and latest svn

Original issue reported on code.google.com by tobias.a...@gmail.com on 28 Jul 2010 at 2:48