Bug 18020 - REGRESSION(3.1-TOT): Drop Cap isn't rendered
Summary: REGRESSION(3.1-TOT): Drop Cap isn't rendered
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2008-03-23 01:07 PDT by David Weintraub
Modified: 2009-05-02 22:19 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Weintraub 2008-03-23 01:07:08 PDT
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>
Comment 1 Gavin Sherlock 2009-05-02 13:31:46 PDT
This works in Safari 3.2, and a recent nightly (r42858).  Not sure when it progressed (and it would be nice to have a test), but this should probably be closed.