[Webkit-unassigned] [Bug 18020] New: Drop Cap isn't rendered

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 23 01:07:08 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18020

           Summary: Drop Cap isn't rendered
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: david at Weintraub.name


The page: <http://etzahaim.org> has a drop cap in the first paragraph (We at
Congregation Etz Ahaim...). This is rendered correctly in Safari 3.1, but not
in the nightly Webkit build of 22-Mar-2008.

The first paragraph is marked with a <p class="first">, and the drop cap is
rendered with the following CSS code:

p.first:first-letter {
   font-size: 300%;
   float: left;
   font-family: serif;
   line-height: 1em;
   margin-right: 0.0em;
   padding-bottom: 0.1em;
}

Complete template is at:
<http://etzahaim.org/templates/CleanLiving/css/template_css.css>


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



More information about the webkit-unassigned mailing list