[Webkit-unassigned] [Bug 31218] New: Feed reader does not show spaces after anchors/links for XHTML in Atom Feed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 6 17:27:43 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=31218

           Summary: Feed reader does not show spaces after anchors/links
                    for XHTML in Atom Feed
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: michalcharemza at gmail.com


The feed reader has a different rendering of html and xhtml content of entries
of an Atom Feed. Specifically spaces after links are not shown for xhtml, but
shown fine for html.

The following renders correctly,  showing a space between "Google" and "with"

<content type="html">A link to <a
href="http://www.google.com/">Google</a> with space after</content>

However the following does not show a space between "Google" and "with"

<content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">A link to <a
href="http://www.google.com/">Google</a> with space after</div></content>

Attached is a test-case of the incorrect rendering with no space.

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



More information about the webkit-unassigned mailing list