aboutsummaryrefslogtreecommitdiff
path: root/files/ja/learn
diff options
context:
space:
mode:
authorTsuji Daishiro <dram.dt.shonan@gmail.com>2021-10-06 17:38:50 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2021-10-12 01:45:06 +0900
commit9f3697fe29019986a136901b0c212c0c09984105 (patch)
tree15c53decac0285290aed10707c5797a1548fd46a /files/ja/learn
parent423533723e1dd784d1dfc2b201eebb25c5efd199 (diff)
downloadtranslated-content-9f3697fe29019986a136901b0c212c0c09984105.tar.gz
translated-content-9f3697fe29019986a136901b0c212c0c09984105.tar.bz2
translated-content-9f3697fe29019986a136901b0c212c0c09984105.zip
fix typo
Diffstat (limited to 'files/ja/learn')
-rw-r--r--files/ja/learn/forms/html5_input_types/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/learn/forms/html5_input_types/index.html b/files/ja/learn/forms/html5_input_types/index.html
index a55e406e87..b8fc301feb 100644
--- a/files/ja/learn/forms/html5_input_types/index.html
+++ b/files/ja/learn/forms/html5_input_types/index.html
@@ -32,7 +32,7 @@ translation_of: Learn/Forms/HTML5_input_types
</table>
<div class="blockIndicator note">
-<p><strong>注</strong>: この記事のたいていの昨日はブラウザーを超えて広くサポートされています。例外は注記しておきます。ブラウザーサポートについての詳細は、<a href="/ja/docs/Web/HTML/Element#Forms">HTML フォーム要素のリファレンス</a>、特に <a href="/ja/docs/Web/HTML/Element/input">&lt;input&gt; タイプ</a>リファレンスを見てください。</p>
+<p><strong>注</strong>: この記事のたいていの機能はブラウザーを超えて広くサポートされています。例外は注記しておきます。ブラウザーサポートについての詳細は、<a href="/ja/docs/Web/HTML/Element#Forms">HTML フォーム要素のリファレンス</a>、特に <a href="/ja/docs/Web/HTML/Element/input">&lt;input&gt; タイプ</a>リファレンスを見てください。</p>
</div>
<p>HTML フォームコントロールの見た目はデザイナーの仕様により全く異なるため、ウェブ開発者はときどき独自のフォームコントロールを作成します。これは上級のチュートリアル — <a href="/ja/docs/Learn/Forms/How_to_build_custom_form_widgets">カスタムフォームウィジェットの作成方法</a> — で扱います。</p>