RESOLVED WONTFIX 87961
[CSS Regions] pseudo-elements don't get styled using region styling
https://bugs.webkit.org/show_bug.cgi?id=87961
Summary [CSS Regions] pseudo-elements don't get styled using region styling
Mihai Balan
Reported 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.
Attachments
Reftest showcasing the bug (1.50 KB, application/octet-stream)
2012-05-31 05:55 PDT, Mihai Balan
no flags
Mihai Balan
Comment 1 2012-05-31 05:55:55 PDT
Created attachment 145066 [details] Reftest showcasing the bug
Andrei Bucur
Comment 2 2013-04-26 05:11:00 PDT
We should recheck this because pseudo-elements are now backed by Element objects.
Michelangelo De Simone
Comment 3 2013-06-13 20:36:33 PDT
Still repros on today's nightly (r151543)
Brent Fulgham
Comment 4 2022-07-12 17:14:50 PDT
CSS Regions were removed in Bug 174978.
Note You need to log in before you can comment on or make changes to this bug.