WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
15044
Bulleted headings on www.amicididio.com are formatted incorrectly
https://bugs.webkit.org/show_bug.cgi?id=15044
Summary
Bulleted headings on www.amicididio.com are formatted incorrectly
David Ianni
Reported
2007-08-22 01:15:38 PDT
This page is shown correctly in Camino and Firefox but not so in Safari which I mainly use.
Attachments
Partial reduction
(1.55 KB, text/html)
2007-08-22 08:58 PDT
,
David Kilzer (:ddkilzer)
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
David Kilzer (:ddkilzer)
Comment 1
2007-08-22 08:58:12 PDT
Created
attachment 16069
[details]
Partial reduction The problem is the "white-space: pre-wrap;" style on the contentheading and contentpagetitle classes. This causes the white space (newline character and six tabs) before the anchor tag (<a>) to be rendered as-is on the page. I think this may be an evangelism issue. The content authors should really be using an unordered list (<ul><li></ul>) or a definition list (<dl><dt><dd></dl>) to create the bulleted list, not tables.
David Kilzer (:ddkilzer)
Comment 2
2007-08-22 09:00:46 PDT
Or if they'd simply remove "white-space: pre-wrap;" from those two styles, that should fix the page as well.
David Kilzer (:ddkilzer)
Comment 3
2007-08-22 09:05:37 PDT
(In reply to
comment #2
)
> Or if they'd simply remove "white-space: pre-wrap;" from those two styles, that > should fix the page as well.
The "white-space: pre-wrap;" style needs to be removed from the following classes: .contentheading .contentpagetitle a.contentpagetitle:link, a.contentpagetitle:visited a.contentpagetitle:hover
David Kilzer (:ddkilzer)
Comment 4
2007-08-22 09:06:36 PDT
David, could you contact the author(s) of the site to let them know about this issue? This change should not affect the rendering in Firefox 2.0.0.x, although I'm not sure what MSIE 6/7 will do. Thanks!
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