https://bugzilla.wikimedia.org/show_bug.cgi?id=21603

           Summary: links broken in IE5
           Product: MediaWiki extensions
           Version: any
          Platform: All
               URL: http://en.wikipedia.org/wiki/Wikipedia:Village_pump_(tec
                    hnical)#Bug:_IE5_displays_anchors_incorrectly
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: UsabilityInitiative
        AssignedTo: tpars...@wikimedia.org
        ReportedBy: hart...@videolan.org
                CC: wikibugs-l@lists.wikimedia.org


"Anchors (<A> Content </A>) in Wikipedia articles are not being displayed
correctly in my browser (Microsoft Internet Explorer Version 5.00.2314.100
running under Windows 95 Version 4.00.950 B)."

Splarka:
This is most likely due to the odd behavior of IE5 in parsing css. It will
treat ">" the same as "," (the IE5 css engine predates child selectors). So a
rule like div.somethingspecific > a {display:block;} will be parsed as
div.somethingspecific , a {display:block;}, which then will apply to all anchor
tags. So check the applied CSS for such a thing, find who did it, and file a
bug (as it should also affect IE6, except IE6 will simply not apply the rules).

I have only been able to find such rules in
http://en.wikipedia.org/w/extensions/UsabilityInitiative/css/combined.min.css?16


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to