[Webkit-unassigned] [Bug 10797] New: [CSS 2.1] A table's width is given by the width of its columns and width of its intervening borders.

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Sep 9 19:30:35 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10797

           Summary: [CSS 2.1] A table's width is given by the width of its
                    columns and width of its intervening borders.
           Product: WebKit
           Version: 420+ (nightly)
          Platform: PC
               URL: http://www.gtalbot.org/BrowserBugsSection/MSIE6Bugs/Tabl
                    eBugColWidth.html
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: browserbugs at gtalbot.org


Steps to reproduce
------------------
1- Load provided URL
2- Click the "Table offsetWidth" button

Actual results in Swift 0.1
---------------------------
Alert window says 
document.getElementById("idTable").offsetWidth = 706

Expected results
----------------
Alert window says 
document.getElementById("idTable").offsetWidth = 604

Explanations
------------
"In this [automatic table layout] algorithm (which generally requires no more
than two passes), the table's width is given by the width of its columns (and
intervening borders)." coming from CSS 2.1, Section 17.5.2.2

http://www.w3.org/TR/2006/WD-CSS21-20060411/tables.html#auto-table-layout
and other previous WD also say exactly the same

Notes
-----
- I discovered this bug thanks to Swift 0.1. I do not have a Mac/Safari 2.x and
can not *_easily_* access a Mac.
- this bug is related to bug 8126; at least it depends on the resolution of bug
8126. This bug may be just another consequence, side effect of bug 8126.


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