diff options
Diffstat (limited to 'files/zh-cn/web/html/global_attributes/inputmode/index.html')
-rw-r--r-- | files/zh-cn/web/html/global_attributes/inputmode/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/web/html/global_attributes/inputmode/index.html b/files/zh-cn/web/html/global_attributes/inputmode/index.html index 36eb81901a..1942787f6c 100644 --- a/files/zh-cn/web/html/global_attributes/inputmode/index.html +++ b/files/zh-cn/web/html/global_attributes/inputmode/index.html @@ -13,9 +13,9 @@ translation_of: Web/HTML/Global_attributes/inputmode <dt><code>"decimal"</code></dt> <dd>小数输入键盘,包含数字和分隔符(通常是“ . ”或者“ , ”),设备可能也可能不显示减号键。</dd> <dt><code>"numeric"</code></dt> - <dd>数字输入键盘,所需要的就是0到9的数字,设备可能也可能不显示减号键。</dd> + <dd>数字输入键盘,所需要的就是 0 到 9 的数字,设备可能也可能不显示减号键。</dd> <dt><code>"tel"</code></dt> - <dd>电话输入键盘,包含0到9的数字、星号(*)和井号(#)键。表单输入里面的电话输入通常应该使用 <code><a href="/en-US/docs/Web/HTML/Element/input/tel"><input type="tel"></a></code> 。</dd> + <dd>电话输入键盘,包含 0 到 9 的数字、星号(*)和井号(#)键。表单输入里面的电话输入通常应该使用 <code><a href="/en-US/docs/Web/HTML/Element/input/tel"><input type="tel"></a></code> 。</dd> <dt><code>"search"</code></dt> <dd>为搜索输入优化的虚拟键盘,比如,返回键可能被重新标记为“搜索”,也可能还有其他的优化。</dd> <dt><code>"email"</code></dt> @@ -27,7 +27,7 @@ translation_of: Web/HTML/Global_attributes/inputmode <p>如果没有设置这个属性,它的默认值是 <code>"text"</code>,表明使用本地的标准文本输入键盘。</p> <div class="warning"> -<p><strong>规范冲突</strong>: <a href="https://html.spec.whatwg.org/multipage/interaction.html#attr-inputmode">WHATWG(超文本应用技术工作组)规范中列出了 <code>inputmode</code></a>, 并且现代浏览器正在努力支持它。但 <a href="https://www.w3.org/TR/html52/index.html#contents">W3C HTML 5.2 规范</a> 不再将其列出(也就是说将其标记为过时的)。在达成共识之前,你应该认为WHATWG规范定义的就是正确的。</p> +<p><strong>规范冲突</strong>: <a href="https://html.spec.whatwg.org/multipage/interaction.html#attr-inputmode">WHATWG(超文本应用技术工作组) 规范中列出了 <code>inputmode</code></a>, 并且现代浏览器正在努力支持它。但 <a href="https://www.w3.org/TR/html52/index.html#contents">W3C HTML 5.2 规范</a> 不再将其列出(也就是说将其标记为过时的)。在达成共识之前,你应该认为 WHATWG 规范定义的就是正确的。</p> </div> <h2 id="规范">规范</h2> |