[Webkit-unassigned] [Bug 13709] Table border doesn't show up

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 2 07:09:14 PDT 2013


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





--- Comment #28 from Suchit Agrawal <a.suchit at samsung.com>  2013-04-02 07:07:24 PST ---
(In reply to comment #24)
> (In reply to comment #23)
> > (From update of attachment 195988 [details] [details])
> > View in context: https://bugs.webkit.org/attachment.cgi?id=195988&action=review

> > What are other browsers doing? Are we matching them?
> > 
> > Nothing is said in CSS 2.1 (or CSS 3 borders) about it, I think we should seek out clarification in this case or else we will not reach inter-operable behavior?
> > 
> Varified the behavior on FF and IE8. Webkit matches both FF and IE with this patch applied.
> 
> > > Source/WebCore/css/StyleBuilder.cpp:649
> > > +    }
> > 
> > Do we really need all this copied and pasted code? (LayoutUnit does some similar operations but the core function is kept around).
> > 
> I will check and get back to you on this.
> 
Used function template in place of many overloaded functions and function template specialization is used for handing special case 'unsigned'.

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