m
authorJames Craig <jcraig@apple.com>
Fri, 30 Nov 2012 04:36:17 -0800
changeset 33 51152d41f3b4
parent 32 c215539ff30b
child 34 659dbfc595df
m
src/indie-ui-context.html
--- a/src/indie-ui-context.html	Fri Nov 30 04:32:04 2012 -0800
+++ b/src/indie-ui-context.html	Fri Nov 30 04:36:17 2012 -0800
@@ -110,7 +110,7 @@
 
 				<dt>DOMstring? valueForKey(in DOMString key, in optional DOMString? externalTaxonony)</dt>
 				<dd>
-					<p class="ednote">Description TBD (esp re: privacy and fingerprinting ): example <code>window.preferences.valueForKey('font-size');</code> for user's current default font size of root element, prior to applying page styles.</p>
+					<p class="ednote">Description TBD (esp re: privacy and fingerprinting ): example <code>window.preferences.valueForKey('font-size');</code></p>
 					<p class="ednote">Also not sure how to get ReSpec to fill out the Description column below, so the parameter descriptions are inline below.</p>
 					<dl class="arguments">
 						<dt><code>key</code></dt><dd>Identifying key for the preference value to be returned.</dd>
@@ -125,7 +125,7 @@
 				<p class="ednote">TBD whether this is the best way to define these in IDL, or if the IDL is even necessary here.</p>
 
 				<dl title="dictionary PreferenceKeys" class="idl">
-					<dt>DOMString? 'font-size'</dt><dd>Default system font size of root element, returned in a CSS pixel units, e.g. '14px'</dd>
+					<dt>DOMString? 'font-size'</dt><dd>user's current default font size of root element, prior to applying page styles, returned in a CSS pixel units, e.g. '14px'</dd>
 					<dt>DOMString? 'foo'</dt><dd>lorem ipsum</dd>
 					<dt>DOMString? 'bar'</dt><dd>lorem ipsum</dd>
 				</dl>