diff options
author | briskr <briskr@gmail.com> | 2021-08-03 22:16:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-03 22:16:22 +0800 |
commit | 3224fae710c5287f61da7470993d56f956e47927 (patch) | |
tree | f103c2cac619e893d31b7e3c2291685cf6735a5f /files/zh-cn/web | |
parent | 97c9103c748c95a71468079e2f0caf46689d36a4 (diff) | |
download | translated-content-3224fae710c5287f61da7470993d56f956e47927.tar.gz translated-content-3224fae710c5287f61da7470993d56f956e47927.tar.bz2 translated-content-3224fae710c5287f61da7470993d56f956e47927.zip |
fix typo in Web/HTML/Element/form, zh-CN (#1867)
enctype 可被 button 的 formenctype 覆盖,误写作 formaction
Diffstat (limited to 'files/zh-cn/web')
-rw-r--r-- | files/zh-cn/web/html/element/form/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/html/element/form/index.html b/files/zh-cn/web/html/element/form/index.html index c25d741f14..1da90c52a4 100644 --- a/files/zh-cn/web/html/element/form/index.html +++ b/files/zh-cn/web/html/element/form/index.html @@ -108,7 +108,7 @@ translation_of: Web/HTML/Element/form <li><code>text/plain</code>:出现于 HTML5,用于调试。</li> </ul> - <p>这个值可被 {{HTMLElement("button")}}、<code><a href="/zh-CN/docs/Web/HTML/Element/input/submit"><input type="submit"></a></code> 或 <code><a href="/zh-CN/docs/Web/HTML/Element/input/image"><input type="image"></a></code> 元素上的 {{htmlattrxref("formaction", "button")}} 属性覆盖。</p> + <p>这个值可被 {{HTMLElement("button")}}、<code><a href="/zh-CN/docs/Web/HTML/Element/input/submit"><input type="submit"></a></code> 或 <code><a href="/zh-CN/docs/Web/HTML/Element/input/image"><input type="image"></a></code> 元素上的 {{htmlattrxref("formenctype", "button")}} 属性覆盖。</p> </dd> <dt>{{htmlattrdef("method")}}</dt> <dd>浏览器使用这种 <a href="/en-US/docs/HTTP">HTTP</a> 方式来提交 表单. 可能的值有: |