Edits to abstract based on Eich feedback June_2014_FPWD
authorMichael Cooper <cooper@w3.org>
Thu, 19 Jun 2014 16:15:17 -0400
branchJune_2014_FPWD
changeset 223 a18652a3ad51
parent 221 4c3f1dd10f1b
child 224 44676bbde53e
Edits to abstract based on Eich feedback
src/indie-ui-context.html
--- a/src/indie-ui-context.html	Tue Jun 17 12:00:50 2014 -0400
+++ b/src/indie-ui-context.html	Thu Jun 19 16:15:17 2014 -0400
@@ -88,7 +88,7 @@
 	<body>
 		
 		<section id="abstract">
-			<p>IndieUI: User Context defines a set of preferences that users can choose to expose to web applications. User 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 choose to 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 allows users to opt out and choose not to expose information on a category basis.</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. User 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>