m
authorJames Craig <jcraig@apple.com>
Fri, 08 Nov 2013 01:18:35 -0800
changeset 155 3165353db845
parent 154 a3bdfc8910fc
child 156 101f6c42b13e
m
src/indie-ui-context.html
--- a/src/indie-ui-context.html	Fri Nov 08 01:16:57 2013 -0800
+++ b/src/indie-ui-context.html	Fri Nov 08 01:18:35 2013 -0800
@@ -112,7 +112,7 @@
 		<!-- :::::::::::::::::::: MediaQueryList :::::::::::::::::::: -->
 		<section>
 			<h2>Privacy Model</h2>
-			<p class="todo">Todo: Explain how the privacy model works: when user prompted, matchMedia returns false immediately, and only provides the updated match ansynchronously through matchMedia().addEventListener or subsequent requests to matchMedia().matches (e.g. on page reload) so there is never any detectable difference between "No" and "You don't need to know." @media never prompts unless bother @media block and an included selector matches.</p>
+			<p class="todo">Todo: Explain how the privacy model works: when user prompted, matchMedia returns false immediately, and only provides the updated match ansynchronously through matchMedia().addEventListener or subsequent requests to matchMedia().matches (e.g. on page reload) so there is never any detectable difference between "No" and "You don't need to know." A restricted @media block never prompts unless both the @media block and an included selector matches.</p>
 			<p class="todo">Todo: Add justification interface on a per-category setting (possibly meta tag or a partial interface on document). Justification string may be defined by an new JavaScript interface, or perhaps by a meta tag in the document head, such as:<br><code class="html" data-transform="syntaxMarkup">&lt;meta name="mediaAlternativeSettings" value="Used to enable captions and display them in your preferred font size and color."&gt;</code></p>