You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Put text in paragraph
(all text in longdesc must be in a child node)
* Remove MDN link as it didn't provide any more info
* Clarified some language
* Further fixes#144
Copy file name to clipboardExpand all lines: entries/event.metaKey.xml
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,10 @@
4
4
<signature>
5
5
<added>1.0.4</added>
6
6
</signature>
7
-
<desc>Indicates whether the META key was pressed when the event fired. </desc>
8
-
<longdesc>Returns a boolean value that indicates whether or not the META key was pressed at the time the event fired.
9
-
This value varies by system, see <ahref="https://developer.mozilla.org/en-US/docs/DOM/event.metaKey">https://developer.mozilla.org/en-US/docs/DOM/event.metaKey</a> for more information.
7
+
<desc>Indicates whether the META key was pressed when the event fired.</desc>
8
+
<longdesc>
9
+
<p>Returns a boolean value (<code>true</code> or <code>false</code>) that indicates whether or not the <kbd>META</kbd> key was pressed at the time the event fired.
10
+
This key might map to an alternative key name on some platforms.</p>
10
11
</longdesc>
11
12
<example>
12
13
<desc>Determine whether the META key was pressed when the event fired.</desc>
0 commit comments