[Webkit-unassigned] [Bug 101677] New: REGRESSION(r126683): Table cell are getting borders when the style doesn't mention any

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 8 18:04:13 PST 2012


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

           Summary: REGRESSION(r126683): Table cell are getting borders
                    when the style doesn't mention any
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://www.siliconstrat.com/marketing_consulting_servi
                    ces/market_research.html
        OS/Version: All
            Status: NEW
          Keywords: HasReduction
          Severity: Normal
          Priority: P1
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jchaffraix at webkit.org
                CC: robert at webkit.org


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

Following r126683, it seems that it's possible for a table cell with rule="none" to get some 3px borders as we don't set the 'border-width' to 0px.

The test case just sets bordercolor which gets translated to border-style: solid and border-color. A 3px border-width get applied (which I haven't traced back yet) which results in visible borders. This doesn't match our old behavior nor other browsers.

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