diff options
author | Jason Lee <huacnlee@gmail.com> | 2022-01-26 15:37:51 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2022-02-16 00:05:53 +0800 |
commit | 1269ba9bb27f208d13ec792d8dbe3c3f5476b6b2 (patch) | |
tree | bf0f6a3ea3f846841bdb8e9b6b0428edeb453e6f /files/zh-cn/web/html/global_attributes/accesskey/index.html | |
parent | 48775b07d0867f298e78553cde9b5fbafc03549f (diff) | |
download | translated-content-1269ba9bb27f208d13ec792d8dbe3c3f5476b6b2.tar.gz translated-content-1269ba9bb27f208d13ec792d8dbe3c3f5476b6b2.tar.bz2 translated-content-1269ba9bb27f208d13ec792d8dbe3c3f5476b6b2.zip |
Correct copywriting for files/zh-cn/web/html/* except element.
Ref: #3490 #3834
Diffstat (limited to 'files/zh-cn/web/html/global_attributes/accesskey/index.html')
-rw-r--r-- | files/zh-cn/web/html/global_attributes/accesskey/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/web/html/global_attributes/accesskey/index.html b/files/zh-cn/web/html/global_attributes/accesskey/index.html index 736a0c58b7..98834a2f4e 100644 --- a/files/zh-cn/web/html/global_attributes/accesskey/index.html +++ b/files/zh-cn/web/html/global_attributes/accesskey/index.html @@ -14,7 +14,7 @@ translation_of: Web/HTML/Global_attributes/accesskey <div>{{EmbedInteractiveExample("pages/tabbed/attribute-accesskey.html","tabbed-shorter")}}</div> <div class="note"> -<p>注意:在WHATWG规范中,它说你可以指定多个空格分隔的字符,浏览器将使用它所支持的第一个字符。然而,这在大多数浏览器中是行不通的。在IE/Edge中,它将使用它支持的第一个没有问题的,只要没有与其他命令冲突。</p> +<p>注意:在 WHATWG 规范中,它说你可以指定多个空格分隔的字符,浏览器将使用它所支持的第一个字符。然而,这在大多数浏览器中是行不通的。在 IE/Edge 中,它将使用它支持的第一个没有问题的,只要没有与其他命令冲突。</p> </div> <p>激活 accesskey 的操作取决于浏览器及其平台。</p> @@ -77,7 +77,7 @@ translation_of: Web/HTML/Global_attributes/accesskey <li>通知用户<code>accesskey</code>s 存在,这样他们就能意识到该功能。如果没有公开这些信息的方法,<code>accesskey</code>s 可能会被意外激活。</li> </ul> -<p>由于这些问题,一般建议不要在大多数通用的网站和web应用程序中使用<code>accesskey</code> 属性。</p> +<p>由于这些问题,一般建议不要在大多数通用的网站和 web 应用程序中使用<code>accesskey</code> 属性。</p> <ul> <li><a href="https://webaim.org/techniques/keyboard/accesskey#spec">WebAIM: Keyboard Accessibility - Accesskey</a></li> @@ -115,7 +115,7 @@ translation_of: Web/HTML/Global_attributes/accesskey <tr> <td>{{SpecName('HTML5 W3C', "editing.html#the-accesskey-attribute", "accesskey")}}</td> <td>{{Spec2('HTML5 W3C')}}</td> - <td>可以将几个字符设置为accesskey。而且,它可以设置在任何元素上。</td> + <td>可以将几个字符设置为 accesskey。而且,它可以设置在任何元素上。</td> </tr> <tr> <td>{{SpecName('HTML4.01', "interact/forms.html#h-17.11.2", "accesskey")}}</td> |