Posted on May 28, 2014 by
Happy Camel
What steps will reproduce the problem?
use: selectors & pseudo classes
exp: E[foo^="bar"]:hover {background: red;}
What is the expected output? What do you see instead?
No respone.
What version of the product are you using? On what operating system?
I use ie7-2.1(beta4)-ie9.js
Comment #1
Posted on May 28, 2014 by Happy CamelComment deleted
Comment #2
Posted on May 28, 2014 by Happy CamelComment deleted
Comment #3
Posted on May 28, 2014 by Happy CamelComment deleted
Comment #4
Posted on May 28, 2014 by Happy CamelComment deleted
Comment #5
Posted on May 29, 2014 by Happy CamelComment deleted
Comment #6
Posted on May 29, 2014 by Happy CamelComment deleted
Comment #7
Posted on May 29, 2014 by Happy CamelFailed: div[foo = "bar"]:hover div[foo $= "bar"]:hover
OK: div[foo ~= "bar"]:hover div[foo |= "bar"]:hover div[foo ^= "bar"]:hover div[foo *= "bar"]:hover
- ie-test.htm 1.99KB
Comment #8
Posted on May 30, 2014 by Happy CamelComment deleted
Status: New
Labels:
Type-Defect
Priority-Medium