Interesting Rendering Change From Safari 1.2 to 1.3 (Yes, I Know That The First Example Uses Firefox; Deal With It)

|

Dave Hyatt is looking for rendering regressions in the new version of Safari. I got one here:

In Safari 1.2, the gray bars in the title field had a few extra pixels of padding on the top and the bottom, due to a line-height: 120% line specification (as seen here in a Firefox screenshot):

firefoxbars.jpg

However, in the new version of Safari, that extra padding has vanished entirely:

safari13bars.jpg

It’s unclear what happens when the title of an entry extends over two lines. Update: Bad news:

safari13titleslong.jpg

That sure don’t look so good. Here’s the offending style:

.title { font-family: didot, bodini, palatino, georgia, times new roman, serif; font-size: large; color: #111; font-variant: small-caps; text-shadow: gray 2px 2px 2px; background: #efefef; font-weight: bold; line-height: 120%; }

Archives

About this Entry

This page contains a single entry by Paul published on April 19, 2005 10:56 PM.

Past History was the previous entry in this blog.

Das Neue Schloss des Papstes is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Creative Commons License
This weblog is licensed under a Creative Commons License.
Powered by Movable Type 4.31-en