WICG / input-device-capabilities

InputDevice API proposal
MIT License
17 stars 14 forks source link

API to indicate a device relies on focus afforadances #26

Open RByers opened 8 years ago

RByers commented 8 years ago

Use case: on focus, should show a custom focus ring? Example: true when focus occurs due to a keyboard, false when focus occurs due to a mouse.

Possible names: indirectFocus, visualFocus

See some discussion here and here.