zoom clarification note requested by Jason
authorjcraig
Wed, 13 Mar 2013 14:35:54 -0700
changeset 88 35fafbb2975e
parent 87 14e1ed0e45fd
child 89 7e764f524326
zoom clarification note requested by Jason
src/indie-ui-events.html
--- a/src/indie-ui-events.html	Fri Mar 08 16:15:47 2013 -0800
+++ b/src/indie-ui-events.html	Wed Mar 13 14:35:54 2013 -0700
@@ -472,6 +472,9 @@
 								<li>Cancelable: Yes</li>
 								<li>Context Info: <code>originX</code>, <code>originY</code>, <code>scaleFactor</code></li>
 							</ul>
+							<div class="note">
+								<p>Web authors may use <code>originX</code> and <code>originY</code> in the way they deem most appropriate for the context of their application. In most cases, web applications receiving zoomrequest events will center the UI "zoom" on the originX/originY coordinates if they are provided. If origin coordinates are not provided, such as in the case of a keyboard-only zoom event, web authors will likely center the UI "zoom" in the middle of the receiving view.</p>
+							</div>
 						</dd>
 					</dl>
 				</section>