From e82a8316fe37617ba7db7f1f2d96bc5312570523 Mon Sep 17 00:00:00 2001 From: KerbalHao <42958301+KerbalHao@users.noreply.github.com> Date: Mon, 25 Mar 2019 12:17:57 +0800 Subject: [PATCH] Correct a wrong word MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In line 296, the '六级' may should be corrected to ‘留意’ . --- 2-ui/1-document/08-styles-and-classes/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/1-document/08-styles-and-classes/article.md b/2-ui/1-document/08-styles-and-classes/article.md index 48bda9878a..ee8d93109b 100644 --- a/2-ui/1-document/08-styles-and-classes/article.md +++ b/2-ui/1-document/08-styles-and-classes/article.md @@ -293,7 +293,7 @@ JavaScript 中我们看不到 `:visited` 应用的样式。此外,CSS 中也 改变样式: -- `style` 属性是一个带有 camelCased 样式的对象。对它的读取和修改 `"style"` 属性中的单个属性等价。要六级如果应用 `important` 和其他稀有内容 —— 在 [MDN](mdn:api/CSSStyleDeclaration) 上有一个方法列表。 +- `style` 属性是一个带有 camelCased 样式的对象。对它的读取和修改 `"style"` 属性中的单个属性等价。要留意如果应用 `important` 和其他稀有内容 —— 在 [MDN](mdn:api/CSSStyleDeclaration) 上有一个方法列表。 - `style.cssText` 属性对应于整个“样式”属性,即完整的样式字符串。