Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 committed Nov 24, 2023
1 parent 1e11dc4 commit 43cb19e
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ WEBVTT

> **备注:** 文本轨道会使你的网站更容易被搜索引擎抓取到({{glossary("SEO")}}),由于搜索引擎的文本抓取能力非常强大,使用文本轨道甚至可以让搜索引擎通过视频的内容直接链接。
## 实践学习:在你的网站上嵌入你自己的视频或音频
## 实践学习:在你的网站上嵌入你自己的视频或音频

在这个实践学习当中,我们希望你能够走出去,并且记录一些你自己的视频或者音频 — 如今,大多数手机都能够非常方便的记录视频或者音频,并且你可以将他们上传到你的电脑上面,你可以使用这些功能来记录你的视频或音频。在这时候,你可能需要做一些格式转换,如果是视频的话,你需要将它们转化为 WebM 或者 MP4,如果是音频的话,你需要将它们转化为 MP3 或者 Ogg。不过你并不需要担心,有许多的程序都能够帮你解决这些问题,例如 [Miro Video Converter](http://www.mirovideoconverter.com/)[Audacity](https://sourceforge.net/projects/audacity/)。我们非常希望你能够亲自动手实现它。

Expand Down
4 changes: 2 additions & 2 deletions files/zh-cn/web/api/event/eventphase/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ slug: Web/API/Event/eventPhase
var phase = event.eventPhase;
```

返回一个代表当前执行阶段的 整数值,下面列出了不同的执行阶段[事件阶段常量](#事件阶段常量).
返回一个代表当前执行阶段的整数值,下面列出了不同的执行阶段[事件阶段常量](#事件阶段常量)

## 常量

### 事件阶段常量

### 下面这些值表示了事件流当前执行的阶段
### 下面这些值表示了事件流当前执行的阶段

| 常量 || 描述 |
| ----------------------- | --- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
Expand Down
28 changes: 12 additions & 16 deletions files/zh-cn/web/api/inputevent/iscomposing/index.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,32 @@
---
title: InputEvent.isComposing
title: InputEventisComposing 属性
slug: Web/API/InputEvent/isComposing
---

{{APIRef("DOM Events")}}
{{APIRef("UI Events")}}

The **`InputEvent.isComposing`** read-only property returns a {{jsxref("Boolean")}} value indicating if the event is fired after [`compositionstart`](/zh-CN/docs/Web/API/Element/compositionstart_event) and before [`compositionend`](/zh-CN/docs/Web/API/Element/compositionend_event).
**`InputEvent.isComposing`** 只读属性返回一个布尔值,表示事件是否是在 {{domxref("Element/compositionstart_event", "compositionstart")}} 之后且在 {{domxref("Element/compositionend_event", "compositionend")}} 之前触发的。

## 这是一个只读属性,返回 boolean 类型。表示正处于输入事件的开始与结束之间,表示正在输入状态。
## 返回值

## Syntax
一个布尔值。

```plain
var bool = event.isComposing;
```

## Example
## 示例

```js
var inputEvent = new InputEvent("syntheticInput", false);
console.log(inputEvent.isComposing); // return false
const inputEvent = new InputEvent("syntheticInput", false);
console.log(inputEvent.isComposing); // 返回 false
```

## Specifications
## 规范

{{Specifications}}

## Browser compatibility
## 浏览器兼容性

{{Compat}}

## See also
## 参见

- [`compositionstart`](/zh-CN/docs/Web/API/Element/compositionstart_event) and [`compositionend`](/zh-CN/docs/Web/API/Element/compositionend_event)
- {{domxref("Element/compositionstart_event", "compositionstart")}} 和 {{domxref("Element/compositionend_event", "compositionend")}}
- {{domxref("InputEvent")}}
2 changes: 1 addition & 1 deletion files/zh-cn/web/css/overscroll-behavior-y/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ overscroll-behavior-y: unset;

## 示例

### 阻止底部元素在垂直方向上滚动
### 阻止底部元素在垂直方向上滚动

```css
.messages {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ console.log(newstr); // Cruz, Maria

这将打印 `'Cruz, Maria'`

### 使用內联函数来修改匹配到的字符
### 使用內联函数来修改匹配到的字符

在这个例子中,字符串中所有出现的大写字母都被转换为小写,并且在匹配位置前插入一个连字符。重要的是,在将匹配项作为替换返回之前,需要对匹配项进行额外的操作。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Object.setPrototypeOf(Extended, AnotherBase);
console.log(Extended.staticGetX()); //现在打印 "4"
```

### 设置 super.prop 将在此基础上设置属性
### 设置 super.prop 将在此基础上设置属性

设置 `super` 的属性,比如 `super.x = 1`,就像 `Reflect.set(Object.getPrototypeOf(objectLiteral), "x", 1, this)` 的行为。这是一个将 `super` 简单理解为“原型对象的引用”的情况,因为它实际上是在 `this` 上设置属性。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Firefox 23 移除了针对 HTML5 WebM 视频的 DASH 实现。此功能将被 [

首先,你需要将 WebM 视频转换为带有不同比特率的随附视频文件的 DASH 清单。根据你的需求,启动从 [ffmpeg.org](http://www.ffmpeg.org) 的 ffmpeg 程序,就可以使用 libvpx 和 libbvorbis 支持的 WebM 视频和音频(版本 2.5 以上,3.2.5 版本已通过测试)。

### 1. 使用现有的 WebM 文件创建一个音频文件和多个视频文件
### 1. 使用现有的 WebM 文件创建一个音频文件和多个视频文件

例如:

Expand Down
2 changes: 1 addition & 1 deletion files/zh-cn/web/svg/attribute/stroke/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ slug: Web/SVG/Attribute/stroke

## SVG 描边的线

### 示例 1:用 stroke 属性画一条绿色的直线
### 示例 1:用 stroke 属性画一条绿色的直线

```html
<svg height="50" width="300">
Expand Down

0 comments on commit 43cb19e

Please sign in to comment.