[Webkit-unassigned] [Bug 48544] support -webkit-tap-highlight-color

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 1 17:22:32 PDT 2011


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





--- Comment #8 from Johnny(Jianning) Ding <jnd at chromium.org>  2011-09-01 17:22:31 PST ---
(In reply to comment #6)
> (From update of attachment 72217 [details])
> I think this should be #ifdeffed to avoid using extra memory on platforms for which the notion of tap highlight does not apply.

Good point, Thanks Simon!. For using ifdef,  The first thing came to my mind is to use OS() macros since it can distinguish whether the device platforms is for desktop or portable if we only want to support this feature on portable devices which support touch panel.

But since there may be more OS marcos for the portable platforms w/ touch panel. I guess it may be better to use ENABLE(TOUCH_EVENTS) to control it. Sounds good? (Or another ENABLE macro?)

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