[Webkit-unassigned] [Bug 40263] New: Add support for CSS Haptic properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 7 13:53:52 PDT 2010


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

           Summary: Add support for CSS Haptic properties
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kim.1.gronholm at nokia.com


Haptics is technology to apply tactile feedback to user's sense of touch
to emulate natural feel as feedback to an action
(http://en.wikipedia.org/wiki/Haptic_technology). With touch UI, the
simplest use of haptics is to provide sensory feedback with vibra when
clicking a link or pressing a button. Technologies are available to
simulate more realistic feel of physical keys or buttons.

On a mobile touch device, the user experience can be significantly
improved by using haptic feedback. Haptic feedback is commonly
implemented to predefined HTML components like <button>, but the
challenge for a web developer is that there is no way to apply haptics
to custom javascript components. Implementing feedback through a simple
javascript api is challenging as the feedback needs to be instantaneous
with substantially less than 100ms delay.

For a web developer, CSS is the most straightforward way to implement custom
javascript components with tactile feedback. For this we need to add support
for simple CSS haptic properties.

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