kavinithiy / ie7-js

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

Attribute value selectors won't work when the value contains a slash ( / ) #178

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Setup a css attribute selector with a slash in the value. For instance
a[href="/Contact"] { border:solid 1px #000; }
2. See how IE8.js breaks the selector. This will work in internet explorer
7 without the script, but the IE8.js script breaks the func and strips the
styles out when the attribute selector contains a slash. My guess is this
is a parsing issue. 

What is the expected output? What do you see instead?
The styles not being removed would be expected. The styles are instead removed.

What version of the product are you using? On what operating system?
2.0 beta 3. 

Please provide any additional information below.

Original issue reported on code.google.com by seththet...@gmail.com on 22 May 2009 at 1: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 2:27