aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn
diff options
context:
space:
mode:
authorzhyaoang <helohelo@live.cn>2021-08-10 22:34:32 +0800
committerGitHub <noreply@github.com>2021-08-10 22:34:32 +0800
commit4420fe37e4677009eb5376d1a64a68945fd7dd8d (patch)
tree2fb4cc0ddd46424d1da8bc072e200f9947f77a1c /files/zh-cn
parent3ab8eeb97a3ab086fa9cecc55e6ca363d26864e1 (diff)
downloadtranslated-content-4420fe37e4677009eb5376d1a64a68945fd7dd8d.tar.gz
translated-content-4420fe37e4677009eb5376d1a64a68945fd7dd8d.tar.bz2
translated-content-4420fe37e4677009eb5376d1a64a68945fd7dd8d.zip
Update Web/API/Document/execCommand, zh-CN (#2001)
仅IE浏览器支持的AutoUrlDetect
Diffstat (limited to 'files/zh-cn')
-rw-r--r--files/zh-cn/web/api/document/execcommand/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/files/zh-cn/web/api/document/execcommand/index.html b/files/zh-cn/web/api/document/execcommand/index.html
index 95624325e6..355a4bd33f 100644
--- a/files/zh-cn/web/api/document/execcommand/index.html
+++ b/files/zh-cn/web/api/document/execcommand/index.html
@@ -138,6 +138,8 @@ translation_of: Web/API/Document/execCommand
该属性已经废弃,使用 styleWithCSS 代替。</dd>
<dt><code>styleWithCSS</code></dt>
<dd>用这个取代 useCSS 命令。 参数如预期的那样工作, i.e. true modifies/generates 风格的标记属性, false 生成格式化元素。</dd>
+ <dt><code>AutoUrlDetect</code></dt>
+ <dd>更改浏览器自动链接行为(仅IE浏览器支持)</dd>
</dl>
<h2 id="示例">示例</h2>