From 01b845e6d402777fe03cc4dd7ed5f21af400eed1 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Tue, 4 Jan 2022 17:38:26 +0800 Subject: Improve copywriting for add spaces between Chinese and English words for files/zh-cn/web/html/element. --- files/zh-cn/web/html/element/slot/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/zh-cn/web/html/element/slot') diff --git a/files/zh-cn/web/html/element/slot/index.html b/files/zh-cn/web/html/element/slot/index.html index 2958c76bd5..66c16f1dbc 100644 --- a/files/zh-cn/web/html/element/slot/index.html +++ b/files/zh-cn/web/html/element/slot/index.html @@ -14,7 +14,7 @@ translation_of: Web/HTML/Element/slot

译者注: 本翻译的一些术语参考了Vuejs-中文页面。

-

HTML <slot> 元素 ,作为 Web Components 技术套件的一部分,是Web组件内的一个占位符。该占位符可以在后期使用自己的标记语言填充,这样您就可以创建单独的DOM树,并将它与其它的组件组合在一起。

+

HTML <slot> 元素 ,作为 Web Components 技术套件的一部分,是Web 组件内的一个占位符。该占位符可以在后期使用自己的标记语言填充,这样您就可以创建单独的 DOM 树,并将它与其它的组件组合在一起。

@@ -90,7 +90,7 @@ translation_of: Web/HTML/Element/slot </template>
-

Note: 您可以在 element-details (see it running live)找到这个示例的完整演示版。另外,您也可以在Using templates and slots这里找到具体的解释。

+

Note: 您可以在 element-details (see it running live) 找到这个示例的完整演示版。另外,您也可以在Using templates and slots这里找到具体的解释。

规范

-- cgit v1.2.3-54-g00ecf