From 44448d1b24814c9d54444164e09ff469a29d02d7 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Wed, 7 Apr 2021 10:58:07 +0900 Subject: Web/HTML/Element/input を更新 (#351) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Web/HTML/Element/input を更新 - 2021/03/27 までの英語版の変更を反映 - 未翻訳部分を翻訳完了 - 一部の用語を見直し(文書内で一貫性を確保するため) * 空白が開いていなかったのを修正 --- files/ja/web/html/element/input/index.html | 503 ++++++++++++++--------------- 1 file changed, 246 insertions(+), 257 deletions(-) (limited to 'files') diff --git a/files/ja/web/html/element/input/index.html b/files/ja/web/html/element/input/index.html index 5a7ce1c5ca..a045573951 100644 --- a/files/ja/web/html/element/input/index.html +++ b/files/ja/web/html/element/input/index.html @@ -2,14 +2,18 @@ title: ': 入力欄 (フォーム入力) 要素' slug: Web/HTML/Element/input tags: + - Data entry - Element - Forms - HTML + - HTML forms - HTML input tag - HTML フォーム - - 'HTML:フローコンテンツ' - - 'HTML:対話型コンテンツ' - - 'HTML:記述コンテンツ' + - HTML:フローコンテンツ + - HTML:対話型コンテンツ + - HTML:記述コンテンツ + - Input + - MakeBrowserAgnostic - Reference - Web - ウェブ @@ -26,7 +30,7 @@ translation_of: Web/HTML/Element/input -

<input> の型

+

<input> の型

<input> の動作は {{htmlattrxref("type", "input")}} 属性の値に応じて大きく異なりますので、個別のリファレンスページでさまざまな型を扱っています。この属性を指定しない場合の既定の型は text です。

@@ -43,7 +47,6 @@ translation_of: Web/HTML/Element/input 型 説明 基本的な例 - 仕様書 @@ -51,220 +54,197 @@ translation_of: Web/HTML/Element/input {{HTMLElement("input/button", "button")}} プッシュボタンで、既定の動作を持たず、 {{anch('htmlattrdefvalue', 'value')}} 属性の値 (既定では空) を表示します。 -