[Webkit-unassigned] [Bug 119544] New: Spaces between inline kids of a table incorrectly disappear

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 7 06:44:42 PDT 2013


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

           Summary: Spaces between inline kids of a table incorrectly
                    disappear
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: data:text/html,%3Cdiv%20style=%22display:table%22%3E%3
                    Cspan%3Ea%3C/span%3E%20%3Cspan%3Eb%3C/span%3E%3C/div%3
                    E
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bzbarsky at mit.edu


See testcase in URL field which is just:

  <div style="display:table">
    <span>a</span> <span>b</span>
  </div>

This should be rendered as a table with as single cell containing the text "a b".

WebKit instead renders the text as "ab".  Where did the space go?

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