Typo in abstract
authorMichael Cooper <cooper@w3.org>
Mon, 23 Jun 2014 18:09:19 -0400
changeset 229 2b0ebe5bb475
parent 227 03bee35d393c
child 231 a870de07db1f
Typo in abstract
src/indie-ui-context.html
--- a/src/indie-ui-context.html	Fri Jun 20 18:17:59 2014 -0400
+++ b/src/indie-ui-context.html	Mon Jun 23 18:09:19 2014 -0400
@@ -89,7 +89,8 @@
 	<body>
 		
 		<section id="abstract">
-			<p>This specification, in conjunction with the <a href="./indie-ui-events.html">Events Module</a>, is intended address the problem of device-, <abbr title="operating system">OS</abbr>-, and localization-independent control of web content. See the <a href="#intro">introduction</a> for background and usage examples.</p>
+			<p>IndieUI: User Context defines a set of preferences that users can choose to expose to web applications, and an API for user agents to access the preferences and listen for changes. Users can set preferences for features such as screen and font size, color, and typographical preferences. Users with disabilities can provide information about assistive technologies in use, indicate that the display is in an accessibility mode, and indicate whether and what kind of subtitles and audio descriptions they need. Web applications can use this information to optimize the presentation without a requirement to target a specific device, operating system, or locale. While customizations based on these properties benefit users, the information could also be used to make assumptions about users or compromise anonymity. Therefore, the specification includes user agent requirements to allow users to opt out and choose not to expose information on a category basis to preserve privacy.</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">