1. ホーム
  2. ハイパーリンク

[解決済み] [Solved] Is <input> well formed without a <form>?

2022-04-01 03:29:34

Question

Is it valid to have <input> without it being in a <form> ?

Have a process for marking up some fields in pages and just found a page with input fields that where not being marked up as I expected.

It's taken me a while but worked out that the process of getting the form elements then getting the fields is what caused these to be missed because there is no form.

How to solved?

<input> without a <form> appears valid , yes (at least for html 4.01, look near the end of 17.2.1):

コントロールを作成するために使用される要素 は通常、FORM 要素の外側に表示されることもあります。 の場合、FORM要素宣言の は、ユーザーを構築するために使用されます。 インターフェースになります。これについては のセクションでは、固有イベントに関して説明します。なお フォームの外側のコントロールは 成功したコントロール