WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
37567
REGRESSION: hyperlink text styled with ::first-letter text-transform shows up in wrong color
https://bugs.webkit.org/show_bug.cgi?id=37567
Summary
REGRESSION: hyperlink text styled with ::first-letter text-transform shows up...
sideshowbarker
Reported
2010-04-14 01:34:45 PDT
r57509
1. visit
http://dev.w3.org/html5/markup/figcaption.html#figcaption
2. click and follow the "Phrasing content" hyperlink 3. go back to
http://dev.w3.org/html5/markup/figcaption.html#figcaption
You should notice that the letter "P" is rendered in the default, non-visited-link color, while the remaining "hrasing content" text shows up as expected in visited-link color. relevant source excerpt: <p class="elem-mdl"> <span><a href="terminology.html#phrasing-content">phrasing content</a></span> accompanying CSS excerpt: .elem-mdl::first-letter { text-transform: uppercase; } I get expected behavior (all of the hyperlink text in visited-link color) in stable Safari and in all other browsers tested (Minefield, latest Chrome dev-channel for OSX).
Attachments
This fixes the bug.
(1.65 KB, patch)
2010-04-14 15:29 PDT
,
Dave Hyatt
no flags
Details
Formatted Diff
Diff
Patch
(2.40 KB, patch)
2010-04-15 10:57 PDT
,
Dave Hyatt
andersca
: review+
hyatt
: commit-queue-
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Dave Hyatt
Comment 1
2010-04-14 15:29:56 PDT
Created
attachment 53375
[details]
This fixes the bug. I need to write a test case. I noticed a couple of other bugs with pseudo elements and :visited though besides this one. I'll fix those in a followup.
Dave Hyatt
Comment 2
2010-04-15 10:56:12 PDT
I'd like to write a good test for this, but
https://bugs.webkit.org/show_bug.cgi?id=24021
blocks me. I'm going to land testless and then see if I can't get 24021 ferried into the tree (the patch in the bug looks good to me). After that lands, pseudo element tests will be possible.
Dave Hyatt
Comment 3
2010-04-15 10:57:50 PDT
Created
attachment 53451
[details]
Patch
Anders Carlsson
Comment 4
2010-04-15 10:59:01 PDT
Comment on
attachment 53451
[details]
Patch r=me
Dave Hyatt
Comment 5
2010-04-15 11:22:44 PDT
Fixed in
r57657
.
Alexey Proskuryakov
Comment 6
2010-05-11 23:05:04 PDT
This has caused
bug 38891
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug