“E:target” not working in iframe?

jonnyjii

New Member
Fix this bug in Chrome 20.0.1115.1 dev-mI found a bug in chrome20.Do you know anything about that?http://jsdo.it/GeckoTang/x9LoHTML(http://jsdo.it/GeckoTang/x9Lo)\[code\]<iframe src="http://jsrun.it/GeckoTang/x9Lo"></iframe>\[/code\]HTML(http://jsrun.it/GeckoTang/x9Lo)\[code\]<div id="hoge1"><div id="hoge2"> <a href="http://stackoverflow.com/questions/10184297/#hoge1">#hoge1</a> <a href="http://stackoverflow.com/questions/10184297/#hoge2">#hoge2</a></div></div>\[/code\]CSS\[code\]#hoge1:target {background:red;}#hoge1:target [href$="#hoge1"]{font-weight:bold;}#hoge2:target {background:gold;}#hoge2:target [href$="#hoge2"]{font-weight:bold;}\[/code\]
  • not working
    • chrome 20.0.1096.1 dev-m
    • 20.0.1104.0 canary
  • working
    • Chrome 19.0.1084.24 beta (Mac)
    • Chrome18
    • IE9
    • Firefox11.0
    • Firefox3.6.12
    • Firefox10.0
    • Firefox Nightly13.0a
    • Safari5.1.5
 
Top