Bug 21630 - content not center aligned due to "table-layout:fixed"
Summary: content not center aligned due to "table-layout:fixed"
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tables (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://www.ynet.co.il/home/0,7340,L-5...
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2008-10-15 17:22 PDT by jasneet
Modified: 2022-08-31 15:18 PDT (History)
7 users (show)

See Also:


Attachments
reduced testcase (815 bytes, text/html)
2008-10-15 17:22 PDT, jasneet
no flags Details
Safari 15.6 matches with Chrome but differs from Firefox (634.27 KB, image/png)
2022-08-14 03:12 PDT, Ahmad Saleem
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 2008-10-15 17:22:06 PDT
I Steps:
Go to http://www.ynet.co.il/home/0,7340,L-544,00.html

II Issue:
content not center aligned - it is left aligned

III Conclusion:
This issue is caused because of the table style property "table-layout:fixed" and tag <colgroup>, if remove any of them, then it works fine in webkit

IV Other Browsers:
IE7: ok
FF3: ok

V Nightly tested: 37604
Comment 1 jasneet 2008-10-15 17:22:31 PDT
Created attachment 24379 [details]
reduced testcase
Comment 2 Jon@Chromium 2008-11-05 09:33:13 PST
Originated in Chromium bug tracker: http://code.google.com/p/chromium/issues/detail?id=1752
Comment 3 Ahmad Saleem 2022-08-14 03:12:52 PDT
Created attachment 461608 [details]
Safari 15.6 matches with Chrome but differs from Firefox

I am not sure whether to call this reproducible or not since Safari 15.6 is matching with Chrome Canary 106 and expanding the outer border to visual viewport end while Firefox Nightly 105 does not as highlighted in the screenshot.

I will leave it someone else to decide whether to change status to "New" or deduce whether Safari and Chrome are aligned with Web-spec and close it out. Thanks!