From 6781d84b8a98f4c28efebaf7ed15d0666083ef11 Mon Sep 17 00:00:00 2001 From: MDN Date: Sun, 6 Jun 2021 00:57:45 +0000 Subject: [CRON] sync translated content --- files/zh-cn/_redirects.txt | 1 + files/zh-cn/_wikihistory.json | 14 ++-- .../web/api/element/runtimestyle/index.html | 77 ++++++++++++++++++++++ .../zh-cn/web/api/element/runtimestyle/index.html | 76 --------------------- 4 files changed, 85 insertions(+), 83 deletions(-) create mode 100644 files/zh-cn/orphaned/web/api/element/runtimestyle/index.html delete mode 100644 files/zh-cn/web/api/element/runtimestyle/index.html (limited to 'files/zh-cn') diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt index 520feafe08..5ea832b0cc 100644 --- a/files/zh-cn/_redirects.txt +++ b/files/zh-cn/_redirects.txt @@ -1543,6 +1543,7 @@ /zh-CN/docs/Web/API/Element/ongotpointercapture /zh-CN/docs/conflicting/Web/API/GlobalEventHandlers/ongotpointercapture /zh-CN/docs/Web/API/Element/onpaste /zh-CN/docs/Web/API/HTMLElement/onpaste /zh-CN/docs/Web/API/Element/removeAttributre /zh-CN/docs/Web/API/Element/removeAttribute +/zh-CN/docs/Web/API/Element/runtimeStyle /zh-CN/docs/orphaned/Web/API/Element/runtimeStyle /zh-CN/docs/Web/API/Entity /zh-CN/docs/orphaned/Web/API/Entity /zh-CN/docs/Web/API/Event/CustomEvent /zh-CN/docs/Web/API/CustomEvent /zh-CN/docs/Web/API/Event/altKey /zh-CN/docs/conflicting/Web/API/MouseEvent/altKey diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json index d806e90c32..c3c088893e 100644 --- a/files/zh-cn/_wikihistory.json +++ b/files/zh-cn/_wikihistory.json @@ -12830,13 +12830,6 @@ "JoshOY" ] }, - "Web/API/Element/runtimeStyle": { - "modified": "2019-03-23T22:06:58.487Z", - "contributors": [ - "shockw4ver", - "jiangyuzhen" - ] - }, "Web/API/Element/scroll": { "modified": "2020-10-15T22:24:05.993Z", "contributors": [ @@ -50234,6 +50227,13 @@ "gavinkwoe" ] }, + "orphaned/Web/API/Element/runtimeStyle": { + "modified": "2019-03-23T22:06:58.487Z", + "contributors": [ + "shockw4ver", + "jiangyuzhen" + ] + }, "orphaned/Web/API/Entity": { "modified": "2020-06-03T01:07:43.853Z", "contributors": [ diff --git a/files/zh-cn/orphaned/web/api/element/runtimestyle/index.html b/files/zh-cn/orphaned/web/api/element/runtimestyle/index.html new file mode 100644 index 0000000000..80aca7048a --- /dev/null +++ b/files/zh-cn/orphaned/web/api/element/runtimestyle/index.html @@ -0,0 +1,77 @@ +--- +title: Element.runtimeStyle +slug: orphaned/Web/API/Element/runtimeStyle +translation_of: Web/API/Element/runtimeStyle +original_slug: Web/API/Element/runtimeStyle +--- +
{{APIRef("DOM")}}
+ +

{{ Non-standard_header() }}

+ +

概要

+ +

Element.runtimeStyle 是一个元素专有属性,和 {{domxref("HTMLElement.style")}} 相似,除了其中的样式属性外{{domxref("HTMLElement.style")}} 具有更高的优先级和修改能力。runtimeStyle 不能修改 style 中的content属性,其在旧版的IE浏览器上可用。

+ +

规范

+ +

不属于任何规范的一部分。

+ +

微软对此有一篇描述文档 has a description on MSDN.

+ +

浏览器兼容性

+ +

{{ CompatibilityTable() }}

+ +
+ + + + + + + + + + + + + + + + + + + + + +
特性ChromeFirefox (Gecko)Internet ExplorerMicrosoft EdgeOperaSafari (WebKit)
基本支持{{ CompatNo() }}{{ CompatNo() }}6{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
+
+ +
+ + + + + + + + + + + + + + + + + + + +
FeatureAndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
基本支持{{ CompatNo() }}{{ CompatNo() }}{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatNo() }}
+
+ +

相关链接

+ + diff --git a/files/zh-cn/web/api/element/runtimestyle/index.html b/files/zh-cn/web/api/element/runtimestyle/index.html deleted file mode 100644 index c1537864af..0000000000 --- a/files/zh-cn/web/api/element/runtimestyle/index.html +++ /dev/null @@ -1,76 +0,0 @@ ---- -title: Element.runtimeStyle -slug: Web/API/Element/runtimeStyle -translation_of: Web/API/Element/runtimeStyle ---- -
{{APIRef("DOM")}}
- -

{{ Non-standard_header() }}

- -

概要

- -

Element.runtimeStyle 是一个元素专有属性,和 {{domxref("HTMLElement.style")}} 相似,除了其中的样式属性外{{domxref("HTMLElement.style")}} 具有更高的优先级和修改能力。runtimeStyle 不能修改 style 中的content属性,其在旧版的IE浏览器上可用。

- -

规范

- -

不属于任何规范的一部分。

- -

微软对此有一篇描述文档 has a description on MSDN.

- -

浏览器兼容性

- -

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - - - -
特性ChromeFirefox (Gecko)Internet ExplorerMicrosoft EdgeOperaSafari (WebKit)
基本支持{{ CompatNo() }}{{ CompatNo() }}6{{ CompatNo() }}{{ CompatNo() }}{{ CompatNo() }}
-
- -
- - - - - - - - - - - - - - - - - - - -
FeatureAndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
基本支持{{ CompatNo() }}{{ CompatNo() }}{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatNo() }}
-
- -

相关链接

- - -- cgit v1.2.3-54-g00ecf