[Webkit-unassigned] [Bug 15044] Wrong display of page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 22 08:58:12 PDT 2007


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





------- Comment #1 from ddkilzer at webkit.org  2007-08-22 08:58 PDT -------
Created an attachment (id=16069)
 --> (http://bugs.webkit.org/attachment.cgi?id=16069&action=view)
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.


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