Bug 87961 - [CSS Regions] pseudo-elements don't get styled using region styling
Summary: [CSS Regions] pseudo-elements don't get styled using region styling
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 71487
  Show dependency treegraph
 
Reported: 2012-05-31 05:32 PDT by Mihai Balan
Modified: 2022-07-12 17:14 PDT (History)
6 users (show)

See Also:


Attachments
Reftest showcasing the bug (1.50 KB, application/octet-stream)
2012-05-31 05:55 PDT, Mihai Balan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mihai Balan 2012-05-31 05:32:19 PDT
Applying region styling to content in a region does not work when the selector uses pseudo-elements. Using ::first-line, ::first-letter, ::before or ::after will not work.
Pseudo-classes however, work just fine.
Comment 1 Mihai Balan 2012-05-31 05:55:55 PDT
Created attachment 145066 [details]
Reftest showcasing the bug
Comment 2 Andrei Bucur 2013-04-26 05:11:00 PDT
We should recheck this because pseudo-elements are now backed by Element objects.
Comment 3 Michelangelo De Simone 2013-06-13 20:36:33 PDT
Still repros on today's nightly (r151543)
Comment 4 Brent Fulgham 2022-07-12 17:14:50 PDT
CSS Regions were removed in Bug 174978.