[Webkit-unassigned] [Bug 118044] New: Removed dead support for relative length in table code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 26 00:01:30 PDT 2013


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

           Summary: Removed dead support for relative length in table code
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: hyatt at apple.com, simon.fraser at apple.com,
                    dino at apple.com, robert at webkit.org


Consider merging https://chromium.googlesource.com/chromium/blink/+/9082e2bd2a83bb23c7e2852fb2d488c04d3ef368

Relative length support was allowed by HTML4 on COLGROUP and COL's
'width' attribute (see
http://www.w3.org/TR/html4/struct/tables.html#h-11.2.4.1) but it
never made it to HTML5.

The current code doesn't convert the 'width' attribute to a Relative
Length internally, which means that we don't parse these lengths
properly and the code to handle them in table rendering is dead.

-- 
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