Bug 111446 - AX: Support IndieUI Events
Summary: AX: Support IndieUI Events
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: chris fleizach
URL:
Keywords: InRadar
Depends on: 117306 117367 118537
Blocks:
  Show dependency treegraph
 
Reported: 2013-03-05 09:00 PST by chris fleizach
Modified: 2016-10-21 23:29 PDT (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description chris fleizach 2013-03-05 09:00:52 PST
IndieUI is a W3C spec that is aimed at providing a way to control web elements that is independent of the primary input means (ie. don't assume a mouse is the only way a user will interact with a computer)

Indie UI: Events 1.0, an abstraction between physical, device-specific user interaction events and inferred user intent such as scrolling or changing values. This provides an intermediate layer between device- and modality-specific user interaction events, and the basic user interface functionality used by web applications. IndieUI: Events focuses on granular user interface interactions such as scrolling the view, canceling an action, changing the value of a user input widget, selecting a range, placing focus on an object, etc. Implementing platforms will combine modality-specific user input, user idiosyncratic heuristics to determine the specific corresponding Indie UI event, and send that to the web application in addition to the modality-specific input such as mouse or keyboard events, should applications wish to process it.

http://www.w3.org/WAI/IndieUI/

https://dvcs.w3.org/hg/IndieUI/raw-file/default/src/indie-ui-events.html
Comment 1 James Craig 2013-04-15 17:11:46 PDT
<rdar://problem/12350927>
Comment 2 James Craig 2016-10-21 23:29:41 PDT
IndieUI no longer being pursued.