All but last grouped #id.class selectors are ignored.

When you have grouped selectors combining the same id and different classes, only the last selector is workable--the rest are ignored by IE6.

Test page Workaround is included
Reported by: threeandcats.

(Orphaned), Explorer 5-6 Windows, Explorer 7 beta | Reported on 5 December 2005.

Atom RSS

This site heavily relies on bug reports created by its readers. Anyone can report a bug and be published.

Main navigation:




Search reports by browser:

Comments

(Add your own)

1 Posted by Sebastian Redl on 5 December 2005

Actually, #id has nothing to do with it. IE generally does this with multiple classes, and I believe this has already been reported.

2 Posted by Marc on 5 December 2005

Actually not only is it known about it was a design decision see
http://blogs.msdn.com/ie/search.aspx?q=multiple+class+selectors&p=1
For and explanation

3 Posted by Milo van der Leij on 6 December 2005

Marc,

I believe the document you refer to concerns multi-class selectors, such as ".one.two { color:blue }". This bug does not use those kinds of selectors.

4 Posted by Marc on 9 December 2005

Milo

Yes you're right, I miss read the bug

Marc

Post a comment

Commenting guidelines:

  1. When quoting specs, articles or your own research, please include a URL of the document.
  2. Test your stuff. When reporting browser behaviour, make sure that your report is correct.

Yes