[Webkit-unassigned] [Bug 15365] New: Display: inline not working for tables

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 3 12:11:26 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15365

           Summary: Display: inline not working for tables
           Product: WebKit
           Version: 522+ (nightly)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: markr at date.com


display:inline seems to be ignored for a table when the page is in standards
mode but works fine when the page is in quirks mode.  The code works the way I
expect it when I try this sample in IE 6, IE 7, Firefox 2.0, and Opera.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
  <head>
  <meta http-equiv="Content-Type">
  <style type="text/css">
    #members {
      text-align:right;
    }
    .db { 
      display: inline;
    }
  </style>
  <title>Title</title>
  </head>
  <body>
      <div>
        <form name="LoginForm" action="#">
          <div id="members">
            <label>Username</label> <input type="text">
            <label>Password</label> <input type="password">
            <table class="db" border="0" cellpadding="0"
cellspacing="0"><tbody><tr><td style="border-width: 0pt;"><div
class="button_border_2"><input value="GO"
type="button"></div></td></tr></tbody></table>
            <input type="checkbox">Remember Me | <a href="#">Forgot
Password?</a>
          </div>
        </form>
      </div>
  </body>
</html>


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