From 3224fae710c5287f61da7470993d56f956e47927 Mon Sep 17 00:00:00 2001 From: briskr Date: Tue, 3 Aug 2021 22:16:22 +0800 Subject: fix typo in Web/HTML/Element/form, zh-CN (#1867) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit enctype 可被 button 的 formenctype 覆盖,误写作 formaction --- files/zh-cn/web/html/element/form/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn/web/html') 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
  • text/plain:出现于 HTML5,用于调试。
  • -

    这个值可被 {{HTMLElement("button")}}、<input type="submit"> 或 <input type="image"> 元素上的 {{htmlattrxref("formaction", "button")}} 属性覆盖。

    +

    这个值可被 {{HTMLElement("button")}}、<input type="submit"> 或 <input type="image"> 元素上的 {{htmlattrxref("formenctype", "button")}} 属性覆盖。

    {{htmlattrdef("method")}}
    浏览器使用这种 HTTP 方式来提交 表单. 可能的值有: -- cgit v1.2.3-54-g00ecf