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/menuitem/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'files/zh-cn/web/html/element/menuitem') diff --git a/files/zh-cn/web/html/element/menuitem/index.html b/files/zh-cn/web/html/element/menuitem/index.html index 18605f55a0..86d23c3144 100644 --- a/files/zh-cn/web/html/element/menuitem/index.html +++ b/files/zh-cn/web/html/element/menuitem/index.html @@ -23,7 +23,7 @@ translation_of: Web/HTML/Element/menuitem 允许的内容 - None, 这是一个{{Glossary("empty element", "空元素")}}。 + None,这是一个{{Glossary("empty element", "空元素")}}。 标签省略 @@ -52,17 +52,17 @@ translation_of: Web/HTML/Element/menuitem
{{HTMLAttrDef("checked")}}
布尔值,指示是否选择了命令。只能作为属性使用在 checkboxradio 中。
{{HTMLAttrDef("command")}}
-
指定一个单独元素的ID,指示要间接调用的命令。在包含属性的菜单项中也不能使用。checkeddisablediconlabelradiogrouptype
+
指定一个单独元素的 ID,指示要间接调用的命令。在包含属性的菜单项中也不能使用。checkeddisablediconlabelradiogrouptype
{{HTMLAttrDef("default")}}
布尔值,表示使用与菜单主题元素相同的命令。(如 buttoninput)。
{{HTMLAttrDef("disabled")}}
布尔值,表示命令在当前状态下不可用。请注意,禁用与隐藏不同;禁用的属性适用于任何环境变化可能导致命令相关的上下文中。
{{HTMLAttrDef("icon")}}
-
图片URL,用于提供图片来表示命令。
+
图片 URL,用于提供图片来表示命令。
{{HTMLAttrDef("label")}}
展示给用户一个命令的名字,当 command 属性不存在时是必须的。
{{HTMLAttrDef("radiogroup")}}
-
此属性指定要切换为单选按钮时,选定的一组命令的名称。只能作为radio的属性使用。
+
此属性指定要切换为单选按钮时,选定的一组命令的名称。只能作为 radio 的属性使用。
{{HTMLAttrDef("type")}}
这个属性指定命令的类型,可以为以下三个命令之一。