Skip to content

Commit

Permalink
[zh-cn]: update the translation of Event.srcElement property (#23208)
Browse files Browse the repository at this point in the history
  • Loading branch information
T34-active authored Aug 23, 2024
1 parent 3606d36 commit 5e735e0
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions files/zh-cn/web/api/event/srcelement/index.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
---
title: Event.srcElement
title: EventsrcElement 属性
slug: Web/API/Event/srcElement
l10n:
sourceCommit: 15f0b5552bc9c2ea1f32b0cd5ee840a7d43c887e
---

{{ApiRef("DOM")}}
{{APIRef("DOM")}}{{deprecated_header}}{{AvailableInWorkers}}

{{ Non-standard_header() }}

**`Event.srcElement`** 是标准的 {{domxref("Event.target")}} 属性的一个别名。它只对老版本的 IE 浏览器有效。
已弃用的 **`Event.srcElement`** 是 {{domxref("Event.target")}} 属性的别名。请使用 {{domxref("Event.target")}} 代替。

## 规范

不属于任何规范

微软 **[在 MSDN 有一篇描述。](<https://msdn.microsoft.com/en-us/library/ff974945(v=vs.85).aspx>)**
{{Specifications}}

## 浏览器兼容性

Expand Down

0 comments on commit 5e735e0

Please sign in to comment.