m. Changing some hash identifiers to match the Events module.
authorJames Craig <jcraig@apple.com>
Sat, 01 Dec 2012 22:50:40 -0800
changeset 37 a481c2bd974f
parent 36 b25c2ee0e568
child 38 53dd2ae6bed5
m. Changing some hash identifiers to match the Events module.
src/indie-ui-context.html
--- a/src/indie-ui-context.html	Sat Dec 01 22:28:07 2012 -0800
+++ b/src/indie-ui-context.html	Sat Dec 01 22:50:40 2012 -0800
@@ -101,7 +101,7 @@
 		
 
 		<!-- :::::::::::::::::::: window.preferences :::::::::::::::::::: -->
-		<section id="the-preferences-interface">
+		<section id="Preferences">
 			<h3>Interface <em>Preferences</em></h3>
 			<p>The <code>preferences</code> attribute of the Window interface MUST return an instance of the Preferences interface. The same object must be returned each time.</p>
 
@@ -119,12 +119,12 @@
 
 			</dl>
 			
-			<section id="preference-keys">
+			<section id="PreferenceKeys">
 				<h4>Preference Keys</h4>
 				<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? fontSize = null</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? fontSize = null</dt><dd>User's current default font size of root element, prior to applying page styles, returned in a CSS pixel unit formatted string, e.g. '14px'</dd>
 					<dt>DOMString? foo = null</dt><dd>lorem ipsum</dd>
 					<dt>DOMString? bar = false</dt><dd>lorem ipsum</dd>
 				</dl>