diff --git a/files/zh-cn/learn/html/multimedia_and_embedding/video_and_audio_content/index.md b/files/zh-cn/learn/html/multimedia_and_embedding/video_and_audio_content/index.md index 91fe2050eb8eec..c0cd7e11452be3 100644 --- a/files/zh-cn/learn/html/multimedia_and_embedding/video_and_audio_content/index.md +++ b/files/zh-cn/learn/html/multimedia_and_embedding/video_and_audio_content/index.md @@ -282,7 +282,7 @@ WEBVTT > **备注:** 文本轨道会使你的网站更容易被搜索引擎抓取到({{glossary("SEO")}}),由于搜索引擎的文本抓取能力非常强大,使用文本轨道甚至可以让搜索引擎通过视频的内容直接链接。 -## 实践学习:在你的网站上嵌入你自己的视频或音频。 +## 实践学习:在你的网站上嵌入你自己的视频或音频 在这个实践学习当中,我们希望你能够走出去,并且记录一些你自己的视频或者音频 — 如今,大多数手机都能够非常方便的记录视频或者音频,并且你可以将他们上传到你的电脑上面,你可以使用这些功能来记录你的视频或音频。在这时候,你可能需要做一些格式转换,如果是视频的话,你需要将它们转化为 WebM 或者 MP4,如果是音频的话,你需要将它们转化为 MP3 或者 Ogg。不过你并不需要担心,有许多的程序都能够帮你解决这些问题,例如 [Miro Video Converter](http://www.mirovideoconverter.com/) 和 [Audacity](https://sourceforge.net/projects/audacity/)。我们非常希望你能够亲自动手实现它。 diff --git a/files/zh-cn/web/api/event/eventphase/index.md b/files/zh-cn/web/api/event/eventphase/index.md index bb9dac2ba95e74..5cfe038c0618ec 100644 --- a/files/zh-cn/web/api/event/eventphase/index.md +++ b/files/zh-cn/web/api/event/eventphase/index.md @@ -13,13 +13,13 @@ slug: Web/API/Event/eventPhase var phase = event.eventPhase; ``` -返回一个代表当前执行阶段的 整数值,下面列出了不同的执行阶段[事件阶段常量](#事件阶段常量). +返回一个代表当前执行阶段的整数值,下面列出了不同的执行阶段[事件阶段常量](#事件阶段常量)。 ## 常量 ### 事件阶段常量 -### 下面这些值表示了事件流当前执行的阶段。 +### 下面这些值表示了事件流当前执行的阶段 | 常量 | 值 | 描述 | | ----------------------- | --- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | diff --git a/files/zh-cn/web/api/inputevent/iscomposing/index.md b/files/zh-cn/web/api/inputevent/iscomposing/index.md index 4301529d0ffc45..a3ca0e56b218c5 100644 --- a/files/zh-cn/web/api/inputevent/iscomposing/index.md +++ b/files/zh-cn/web/api/inputevent/iscomposing/index.md @@ -1,36 +1,32 @@ --- -title: InputEvent.isComposing +title: InputEvent:isComposing 属性 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")}} diff --git a/files/zh-cn/web/css/overscroll-behavior-y/index.md b/files/zh-cn/web/css/overscroll-behavior-y/index.md index ca748ef5d3d12a..84576b26136ab5 100644 --- a/files/zh-cn/web/css/overscroll-behavior-y/index.md +++ b/files/zh-cn/web/css/overscroll-behavior-y/index.md @@ -46,7 +46,7 @@ overscroll-behavior-y: unset; ## 示例 -### 阻止底部元素在垂直方向上滚动。 +### 阻止底部元素在垂直方向上滚动 ```css .messages { diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/replace/index.md b/files/zh-cn/web/javascript/reference/global_objects/string/replace/index.md index 6a641992c3cdc4..e6c3dc100aaaf0 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/replace/index.md +++ b/files/zh-cn/web/javascript/reference/global_objects/string/replace/index.md @@ -154,7 +154,7 @@ console.log(newstr); // Cruz, Maria 这将打印 `'Cruz, Maria'`。 -### 使用內联函数来修改匹配到的字符。 +### 使用內联函数来修改匹配到的字符 在这个例子中,字符串中所有出现的大写字母都被转换为小写,并且在匹配位置前插入一个连字符。重要的是,在将匹配项作为替换返回之前,需要对匹配项进行额外的操作。 diff --git a/files/zh-cn/web/javascript/reference/operators/super/index.md b/files/zh-cn/web/javascript/reference/operators/super/index.md index 4d820e830249d5..2ad98a52f74963 100644 --- a/files/zh-cn/web/javascript/reference/operators/super/index.md +++ b/files/zh-cn/web/javascript/reference/operators/super/index.md @@ -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` 上设置属性。 diff --git a/files/zh-cn/web/media/dash_adaptive_streaming_for_html_5_video/index.md b/files/zh-cn/web/media/dash_adaptive_streaming_for_html_5_video/index.md index 656128c8d24a22..e8a90eb726eb2d 100644 --- a/files/zh-cn/web/media/dash_adaptive_streaming_for_html_5_video/index.md +++ b/files/zh-cn/web/media/dash_adaptive_streaming_for_html_5_video/index.md @@ -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 文件创建一个音频文件和多个视频文件 例如: diff --git a/files/zh-cn/web/svg/attribute/stroke/index.md b/files/zh-cn/web/svg/attribute/stroke/index.md index 8631dfa7157902..b016fd9b5219f6 100644 --- a/files/zh-cn/web/svg/attribute/stroke/index.md +++ b/files/zh-cn/web/svg/attribute/stroke/index.md @@ -18,7 +18,7 @@ slug: Web/SVG/Attribute/stroke ## SVG 描边的线 -### 示例 1:用 stroke 属性画一条绿色的直线。 +### 示例 1:用 stroke 属性画一条绿色的直线 ```html