NEW 119544
Spaces between inline kids of a table incorrectly disappear
https://bugs.webkit.org/show_bug.cgi?id=119544
Summary Spaces between inline kids of a table incorrectly disappear
Boris Zbarsky
Reported 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?
Attachments
Brent Fulgham
Comment 1 2022-07-13 14:58:01 PDT
WebKit and Blink both lose the space. Firefox retains it.
Radar WebKit Bug Importer
Comment 2 2022-07-13 14:58:12 PDT
Note You need to log in before you can comment on or make changes to this bug.