[Webkit-unassigned] [Bug 37567] New: hyperlink text styled with ::first-letter text-transform shows up in wrong color

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 14 01:34:45 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37567

           Summary: hyperlink text styled with ::first-letter
                    text-transform shows up in wrong color
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://dev.w3.org/html5/markup/figcaption.html#figcapt
                    ion
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mike at w3.org


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).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list