[Webkit-unassigned] [Bug 23008] New: display:inline doesn't make <table> elements render inline

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 28 05:08:49 PST 2008


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

           Summary: display:inline doesn't make <table> elements render
                    inline
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://www.cssdesignpatterns.com/Chapter%2004%20-
                    %20BOX%20MODELS/Display/example.html
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mhstamate at yahoo.com


Tested on:
- Windows XP SP3
- Apple Safari for Windows 3.2.1 using the r39474 WebKit nightly build for
Windows from http://nightly.webkit.org/
- Intel P4 2.4 GHz CPU (single core)
- javascript is enabled

Description:
Trying to display a <table> element as an inline element by setting:
table { display:inline; }
does not work.

<table> is still rendered as a block element. Other browsers like Opera
correctly display the table as an inline element.

A test case is available at
http://www.cssdesignpatterns.com/Chapter%2004%20-%20BOX%20MODELS/Display/example.html

How it should look: http://www.postimage.org/image.php?v=Pq1jrE7i
How it looks on WebKit: http://www.postimage.org/image.php?v=aV1nY75i


-- 
Configure bugmail: https://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