Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 authored Aug 23, 2024
1 parent 717bf8e commit ae386b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ oncuechange = (event) => {};

每当当前呈现的 cue 更改时,由 {{domxref("HTMLTrackElement.track", "track")}} 属性指示的底层 {{domxref("TextTrack")}} 会接收 `cuechange` 事件。即使轨道并未与媒体元素关联,也会发生。

如果轨道和媒体元素**关联的,使用 {{HTMLElement("track")}} 元素作为 {{HTMLElement("audio")}} 或 {{HTMLElement("video")}} 的孩子`cuechange` 事件也发送给 {{domxref("HTMLTrackElement")}}。
如果轨道和媒体元素**关联的,使用 {{HTMLElement("track")}} 元素作为 {{HTMLElement("audio")}} 或 {{HTMLElement("video")}} 的子元素`cuechange` 事件也发送给 {{domxref("HTMLTrackElement")}}。

```js
let textTrackElem = document.getElementById("texttrack");
Expand Down
2 changes: 1 addition & 1 deletion files/zh-cn/web/api/htmltrackelement/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ l10n:

{{APIRef("HTML DOM")}}

**`HTMLTrackElement`** 接口表示 {{Glossary("DOM")}} 中的 {{Glossary("HTML")}} {{HTMLElement("track")}} 元素。此元素可以作为 {{HTMLElement("audio")}} 或 {{HTMLElement("video")}} 的孩子指定包含隐藏式字幕或标题等信息的文本轨道使用
**`HTMLTrackElement`** 接口表示 {{Glossary("DOM")}} 中的 {{Glossary("HTML")}} {{HTMLElement("track")}} 元素。此元素可以作为 {{HTMLElement("audio")}} 或 {{HTMLElement("video")}} 的子元素,以指定包含隐藏式字幕或标题等信息的文本轨道使用

{{InheritanceDiagram}}

Expand Down
2 changes: 1 addition & 1 deletion files/zh-cn/web/api/htmltrackelement/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ l10n:
## 示例

```js
// 马上就来
// 即将推出
```

## 规范
Expand Down

0 comments on commit ae386b4

Please sign in to comment.