[Webkit-unassigned] [Bug 96691] New: Table row direction should be determined by the table's direction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 13 14:00:25 PDT 2012


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

           Summary: Table row direction should be determined by the
                    table's direction
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: HasReduction
          Severity: Normal
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jchaffraix at webkit.org
                CC: hyatt at apple.com, bdakin at apple.com, robert at webkit.org,
                    pravind.2k4 at gmail.com


Created an attachment (id=163958)
 --> (https://bugs.webkit.org/attachment.cgi?id=163958&action=review)
Test case

Per CSS 2.1, 17.5 Visual layout of table contents:

Point 3: "The first column box may be either on the left or on the right, depending on the value of the ’direction’ property of the table."

Point 5: "The [cell] rectangle must be as far to the left as possible [...] and the cell must be to the right of all cells in the same row that are earlier in the source document. [...] (This constraint holds if the ’direction’ property of the table is ’ltr’; if the ’direction’ is ’rtl’, interchange "left" and "right" in the previous two sentences.)"

All other browsers consistently interpret the "row propagation" direction to be the table's 'direction'. WebKit has an old bug where the row-group direction is used instead.

Note: Some of the test cases from bug 87900 were based on the assumption that our behavior was fine and would need to be updated. It's probably better to wait until bug 79272 is solved to update them though.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list