From 4420fe37e4677009eb5376d1a64a68945fd7dd8d Mon Sep 17 00:00:00 2001 From: zhyaoang Date: Tue, 10 Aug 2021 22:34:32 +0800 Subject: Update Web/API/Document/execCommand, zh-CN (#2001) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 仅IE浏览器支持的AutoUrlDetect --- files/zh-cn/web/api/document/execcommand/index.html | 2 ++ 1 file changed, 2 insertions(+) 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 代替。
styleWithCSS
用这个取代 useCSS 命令。 参数如预期的那样工作, i.e. true modifies/generates 风格的标记属性, false 生成格式化元素。
+
AutoUrlDetect
+
更改浏览器自动链接行为(仅IE浏览器支持)

示例

-- cgit v1.2.3-54-g00ecf