[Webkit-unassigned] [Bug 12998] dt:target + dd selector fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 11 05:40:44 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=12998





------- Comment #3 from gregharewood at mac.com  2008-02-11 05:40 PDT -------
Created an attachment (id=19064)
 --> (http://bugs.webkit.org/attachment.cgi?id=19064&action=view)
demo html for the bug

Okay - I reported this a long time ago, so of course I went live with the page
using different code.  Sorry about that.  Please find example code attached.

The concept is a tab set created purely in CSS from a Descriptive List.  Tab
choices are made to stick by making them named anchors - targets.  This also
makes them bookmarkable.

FF2 and FF3 render perfectly.
IE7 and Safari have problems with the "dt:target + dd" selector.
Safari alone has problems with the "dt:hover + dd" selector.

The critical sections of the stylesheet is...

dt:target + dd {
        visibility: visible !important;
        z-index: 100;
}

...which fails completely.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list