Bug 4221

Summary: REGRESSION: Elements act as if in :hover meta-class during page load although they aren't
Product: WebKit Reporter: mitz
Component: CSSAssignee: Dave Hyatt <hyatt>
Status: VERIFIED FIXED    
Severity: Major    
Priority: P1    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
testcase none

Description mitz 2005-07-30 08:40:16 PDT
Summary: When loading a page, CSS selectors of the form ".class_one:hover .class_two" match class_two 
elements inside non-hovered class_one elements. Matching appears to be random.

To reproduce: Open the testcase. Reload. Repeat.

Expected: Nothing to be red.

Actual: Apparently at random, on some lines (about 50% in average), "or I will turn red" is red.
Comment 1 mitz 2005-07-30 08:41:33 PDT
Created attachment 3155 [details]
testcase