From 05e52c1ca8683fe32395ab9e6f3ff66a4e5a0720 Mon Sep 17 00:00:00 2001 From: Naoaki Ueda Date: Sun, 20 Mar 2022 19:51:30 +0900 Subject: Fix a broken hash link refs: - https://github.com/mdn/content/blob/39eff375257aa276447c01eeed0eef08adf799ff/files/en-us/web/html/element/input/index.md?plain=1#L776 Signed-off-by: Naoaki Ueda --- files/ja/web/html/element/input/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ja/web/html/element/input/index.md b/files/ja/web/html/element/input/index.md index d068c465a9..c58c69b33b 100644 --- a/files/ja/web/html/element/input/index.md +++ b/files/ja/web/html/element/input/index.md @@ -730,7 +730,7 @@ translation_of: Web/HTML/Element/input - : 文字列で、表示するコントロールの型を指定します。例えば、チェックボックスを生成するには、 `checkbox` の値が使用されます。省略された場合(または不明な値が指定された場合)は、入力型に `text` が使用され、テキストの入力欄が生成されます。 - 許可されている値は[入力型](#入力型)にあります。 + 許可されている値は[input の型](#input_の型)にあります。 - {{htmlattrdef("value")}} - : 入力コントロールの値です。 HTML の中で指定されると、これは初期値となり、その後で JavaScript を使用してそれぞれの {{domxref("HTMLInputElement")}} オブジェクトの `value` プロパティにアクセスすることで、いつでも変更したり受け取ったりすることができます。 `value` 属性は常に省略可ですが、 `checkbox`, `radio`, `hidden` においては必須だと考えてください。 -- cgit v1.2.3-54-g00ecf