[Webkit-unassigned] [Bug 74864] There is additional space not belonged to a table between the table cells

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 9 05:19:35 PDT 2012


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





--- Comment #21 from Arpita Bahuguna <arpitabahuguna at gmail.com>  2012-08-09 05:19:59 PST ---
(In reply to comment #18)
> (In reply to comment #17)
> > (In reply to comment #15)
> > > > LayoutTests/fast/dom/hittest-tablecell-edge.html:32
> > > > +	y = ele.getBoundingClientRect().bottom/2;
> > > > +	debug('Executing for element: '+orgElement);
> > > > +	debug('Node at edge-1: '+document.elementFromPoint(x-1,y).id);
> > > > +	debug('Node at edge: '+document.elementFromPoint(x,y).id);
> > > > +	debug('Node at edge+1: '+document.elementFromPoint(x+1,y).id);
> > > 
> > > It's prefered to use WebKit style for tests.
> > > 
> > Changed these to use shouldBe() instead.
> > 
> I think he meant also coding style. The style-checker doesn't enforce WebKit coding style in javascript, but it is a good idea to use it where it make sense, like adding a space after comma or around binary operators.

Thanks for the clarification Allan. :)

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