Closed Bug 231205 Opened 21 years ago Closed 21 years ago

No reresolving style on dynamic pseudo-class with adjacent combinator and first-line, first-letter pseudo-element

Categories

(Core :: CSS Parsing and Computation, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 8253

People

(Reporter: martijn.martijn, Assigned: dbaron)

Details

Attachments

(1 file)

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7a) Gecko/20040115 Firebird/0.8.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7a) Gecko/20040115 Firebird/0.8.0+ See testcase coming up. This does work: a#a1:hover+p{background-color:green;} But this doesn't work: a#a1:hover+p::first-line{background-color:red;} Reproducible: Always Steps to Reproduce: 1. - 2. 3. Actual Results: The first-line of the p element doesn't become red. Expected Results: The first-line of the p element should become red.
*** This bug has been marked as a duplicate of 8253 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: