Bug 119544 - Spaces between inline kids of a table incorrectly disappear
Summary: Spaces between inline kids of a table incorrectly disappear
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: data:text/html,%3Cdiv%20style=%22disp...
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-08-07 06:44 PDT by Boris Zbarsky
Modified: 2022-07-13 14:58 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Zbarsky 2013-08-07 06:44:22 PDT
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?
Comment 1 Brent Fulgham 2022-07-13 14:58:01 PDT
WebKit and Blink both lose the space. Firefox retains it.
Comment 2 Radar WebKit Bug Importer 2022-07-13 14:58:12 PDT
<rdar://problem/96975650>