blob: 34eb5140b6af783e58d2f19920019d176d9ddeaf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
---
title: MouseEvent.x
slug: Web/API/MouseEvent/x
translation_of: Web/API/MouseEvent/x
---
<div>{{APIRef}}{{SeeCompatTable}}</div>
<p><strong><code>MouseEvent.x</code></strong> 是 {{domxref("MouseEvent.clientX")}} 属性的别名.</p>
<h2 id="标准">标准</h2>
<table class="standard-table">
<tbody>
<tr>
<th scope="col">Specification</th>
<th scope="col">Status</th>
<th scope="col">Comment</th>
</tr>
<tr>
<td>{{SpecName('CSSOM View', '#dom-mouseevent-x', 'MouseEvent.x')}}</td>
<td>{{Spec2('CSSOM View')}}</td>
<td>Initial definition</td>
</tr>
</tbody>
</table>
<h2 id="浏览器兼容性">浏览器兼容性</h2>
{{Compat("api.MouseEvent.x")}}
|