--- a/touchevents.html Tue Feb 15 12:43:16 2011 -0500
+++ b/touchevents.html Tue Feb 22 23:58:41 2011 +0800
@@ -169,6 +169,12 @@
<dd>
<code>true</code> if the alt (Alternate) key modifier is activated; otherwise <code>false</code>
</dd>
+ <dt>readonly attribute boolean metaKey</dt>
+ <dd>
+ <code>true</code> if the meta (Meta) key modifier is activated; otherwise <code>false</code>
+
+ <p class="issue" id="issue-units"><strong>Issue:</strong> Should a exception be mentioned for platforms/user agents that are missing meta key support?</p>
+ </dd>
<dt>readonly attribute boolean ctrlKey</dt>
<dd>
<code>true</code> if the ctrl (Control) key modifier is activated; otherwise <code>false</code>