RESOLVED WONTFIX 40263
Add support for CSS Haptic properties
https://bugs.webkit.org/show_bug.cgi?id=40263
Summary Add support for CSS Haptic properties
Kim Grönholm
Reported 2010-06-07 13:53:52 PDT
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.
Attachments
Adds CSS Haptic properties and values (8.25 KB, patch)
2010-06-07 14:33 PDT, Kim Grönholm
no flags
Adds CSS haptic properties and values (13.92 KB, patch)
2010-06-08 12:02 PDT, Kim Grönholm
eric: review-
Adds CSS haptic properties and values (13.99 KB, patch)
2010-06-14 22:09 PDT, Kim Grönholm
kenneth: review-
Kim Grönholm
Comment 1 2010-06-07 14:33:07 PDT
Created attachment 58087 [details] Adds CSS Haptic properties and values
Kim Grönholm
Comment 2 2010-06-08 12:02:43 PDT
Created attachment 58166 [details] Adds CSS haptic properties and values Updated patch with necessary interfaces
Eric Seidel (no email)
Comment 3 2010-06-12 19:08:26 PDT
What spec covers this?
Eric Seidel (no email)
Comment 4 2010-06-12 19:08:54 PDT
Comment on attachment 58166 [details] Adds CSS haptic properties and values Please link to the spec you're implementing in the ChangeLog.
Kim Grönholm
Comment 5 2010-06-14 22:09:46 PDT
Created attachment 58752 [details] Adds CSS haptic properties and values Added a link to the Haptics CSS specification to the Changelog. The specification can be found from: http://portaali.org/~ilkkao/w3c/CSS/css3-haptics.html
Kenneth Rohde Christiansen
Comment 6 2010-06-15 05:02:00 PDT
Comment on attachment 58752 [details] Adds CSS haptic properties and values Given the comments on the www-style mailing list, I am not sure we should let this in the tree in it's current form.
Simon Fraser (smfr)
Comment 7 2010-06-22 08:30:27 PDT
I agree with Kenneth. If Nokia need this, they should keep this in their own source tree for now.
Dave Hyatt
Comment 8 2010-06-22 11:08:01 PDT
I agree. The comments from www-style imply that this is unlikely to survive in this current form. It's just going to change too much.
Ademar Reis
Comment 9 2011-03-03 11:23:21 PST
No need to block bug 32653 anymore, as haptics support has been reverted from 2.1
Simon Fraser (smfr)
Comment 10 2011-03-03 11:28:10 PST
Should we Resolve WONTFIX then?
Kenneth Rohde Christiansen
Comment 11 2011-03-03 11:30:31 PST
(In reply to comment #10) > Should we Resolve WONTFIX then? I would be fully OK with that.
Note You need to log in before you can comment on or make changes to this bug.