m. group member list and typo fixes
--- a/src/include/ack.html Sun Dec 02 01:07:18 2012 -0800
+++ b/src/include/ack.html Sun Dec 02 02:05:56 2012 -0800
@@ -1,4 +1,27 @@
<h2>Acknowledgements</h2>
-<p class="placeholder">Add members of IndieUI group at time of publishing.</p>
- <!-- Add special thanks. -->
- <!-- Add link to original proposal by James/Chris at http://lists.w3.org/Archives/Public/www-dom/2010JulSep/att-0106/UserInterfaceIndependence.html -->
\ No newline at end of file
+<section id="GroupMembership">
+ <h3>IndieUI Members</h3>
+ <p>At the time of publishing, the following individuals were <em>members in good standing</em> of the IndieUI Working Group.</p>
+ <ul>
+ <li>Andy Heath, Invited Expert</li>
+ <li>Caroline Jay, University of Manchester</li>
+ <li>Dominic Mazzoni, Google, Inc.</li>
+ <li>Edward O'Connor, Apple Inc.</li>
+ <li>James Craig, Apple Inc.</li>
+ <li>Janina Sajka, Chair, Invited Expert</li>
+ <li>Jason White, Invited Expert</li>
+ <li>Jean Vanderdonckt, Université catholique de Louvain</li>
+ <li>Joseph Scheuhammer, Invited Expert</li>
+ <li>Katie Haritos-Shea, Invited Expert</li>
+ <li>Kosuke Nagano, Access Co., Ltd.</li>
+ <li>Lachlan Hunt, Opera Software</li>
+ <li>Michael Cooper, Staff Contact, W3C Staff</li>
+ <li>Richard Schwerdtfeger, IBM Corporation</li>
+ <li>Sangwhan Moon, Opera Software</li>
+ <li>T.V. Raman, Google, Inc.</li>
+ <li>Vincent Gros, Institut Telecom</li>
+ <li>Vivian Genaro Motti, Université catholique de Louvain</li>
+ </ul>
+</section>
+<!-- todo: Add special thanks section for recognized non-member contributors. -->
+<!-- todo: Add link to original proposal by James/Chris at http://lists.w3.org/Archives/Public/www-dom/2010JulSep/att-0106/UserInterfaceIndependence.html -->
--- a/src/include/terms.html Sun Dec 02 01:07:18 2012 -0800
+++ b/src/include/terms.html Sun Dec 02 02:05:56 2012 -0800
@@ -1,4 +1,4 @@
-<h2>Important Terms</h2>
+<h2>Glossary</h2>
<dl>
<dt id="def_assistive_technology">Assistive Technology</dt>
@@ -9,7 +9,7 @@
<dt id="def_request_event_receiver">Request Event Receiver</dt>
<dd>
- <p class="ednote">TBD: need to explain difference between the event.target, the element handler the event (addEventListener), and the "receiver" of the UIRequestEvent. The event "receiver" will be author-defined with an attribute (potentially @actions or @ui-actions) that describe the type of UI actions that can be performed on the element (the UIRequestEvent "receiver") as is a contract declaration of the types of UIRequestEvents that will be received and handled by the web application.</p>
+ <p class="ednote">TBD: need to explain difference between the event.target, the element handler the event (addEventListener), and the "receiver" of the UIRequestEvent. The event "receiver" will be author-defined with an attribute (potentially @actions or @ui-actions) that describes the type of UI actions that can be performed on the element (the UIRequestEvent "receiver") as is a contract declaration of the types of UIRequestEvents that will be received and handled by the web application.</p>
</dd>
<dt id="def_user_agent">User Agent</dt>
--- a/src/indie-ui-context.html Sun Dec 02 01:07:18 2012 -0800
+++ b/src/indie-ui-context.html Sun Dec 02 02:05:56 2012 -0800
@@ -102,10 +102,10 @@
<!-- :::::::::::::::::::: window.preferences :::::::::::::::::::: -->
<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>
+ <h3>Interface UserPreferences</h3>
+ <p>The <code>preferences</code> attribute of the Window interface MUST return an instance of the UserPreferences interface. The same object must be returned each time.</p>
- <dl title="interface Preferences" class="idl">
+ <dl title="interface UserPreferences" class="idl">
<dt>DOMstring? valueForKey(<!-- params defined in dl below -->)</dt>
<dd>
@@ -133,11 +133,11 @@
</dl>
- <section id="PreferenceKeys">
- <h4>Preference Keys</h4>
+ <section id="UserPreferenceKeys">
+ <h4>User 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">
+ <dl title="dictionary UserPreferenceKeys" 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 unit formatted string, e.g. '14px'</dd>
<dt>DOMString? foo = null</dt><dd>lorem ipsum</dd>
<dt>boolean? bar = false</dt><dd>lorem ipsum</dd>