edits from Michael and Rich for 'Abstract' section
authorJames Craig <jcraig@apple.com>
Tue, 08 Jan 2013 16:48:46 -0800
changeset 68 9028fc6a1483
parent 67 bdd41f998f98
child 69 d4034eb86553
edits from Michael and Rich for 'Abstract' section
src/indie-ui-events.html
--- a/src/indie-ui-events.html	Mon Jan 07 15:44:28 2013 -0800
+++ b/src/indie-ui-events.html	Tue Jan 08 16:48:46 2013 -0800
@@ -89,7 +89,7 @@
 	<body>
 
 		<section id="abstract">
-			<p>This specification, in conjunction with the <a href="./indie-ui-context.html">User Context Module</a>, is intended address the problem of device-, <abbr title="operating system">OS</abbr>-, and localization-independent control of web content, including custom widgets. See the <a href="#intro">introduction</a> for background and usage examples.</p>
+			<p>IndieUI: Events is 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 take 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. See the <a href="#intro">introduction</a> for background and usage examples.</p>
 		</section>
 
 		<section id="sotd">