Adding link to IndieUI overview in abstract of Events
authorMichael Cooper <cooper@w3.org>
Tue, 17 Jun 2014 12:02:43 -0400
changeset 222 efd231e75ef5
parent 220 43f9da50e48d
child 225 d29a07e3bccd
Adding link to IndieUI overview in abstract of Events
src/indie-ui-events.html
--- a/src/indie-ui-events.html	Mon Jun 16 14:16:16 2014 -0400
+++ b/src/indie-ui-events.html	Tue Jun 17 12:02:43 2014 -0400
@@ -92,7 +92,7 @@
 
 		<section id="abstract">
 			<p>IndieUI: Events 1.0 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 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.</p>
-			<p>See the <a href="#intro">introduction</a> for background and usage examples.</p>
+			<p>See the <a href="#intro">introduction</a> for background and usage examples. Also see the <a href="http://www.w3.org/WAI/intro/indieui">IndieUI Overview</a>. </p>
 		</section>
 
 		<section id="sotd">