aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/html
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2022-02-08 23:08:46 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2022-02-16 00:32:32 +0900
commit2b1222f038a98c187daef53b99046f5b126c0828 (patch)
tree516daa6c0cdb9b596623b13ccdf8b66d319d9288 /files/ja/web/html
parent807dd82c52ed780dae62fc6c881e36661a0b1223 (diff)
downloadtranslated-content-2b1222f038a98c187daef53b99046f5b126c0828.tar.gz
translated-content-2b1222f038a98c187daef53b99046f5b126c0828.tar.bz2
translated-content-2b1222f038a98c187daef53b99046f5b126c0828.zip
Update index.md
Diffstat (limited to 'files/ja/web/html')
-rw-r--r--files/ja/web/html/element/input/date/index.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/files/ja/web/html/element/input/date/index.md b/files/ja/web/html/element/input/date/index.md
index 12e6ca8ad8..efde9e3f91 100644
--- a/files/ja/web/html/element/input/date/index.md
+++ b/files/ja/web/html/element/input/date/index.md
@@ -69,7 +69,7 @@ translation_of: Web/HTML/Element/input/date
## 値
-入力欄に入力された日付を表す {{domxref("DOMString")}} です。日付は ISO8601 に従って書式化されており、これは [HTML で使われる日付や時刻の形式](/ja/docs/Web/HTML/Date_and_time_formats)の[日付の文字列](/ja/docs/Web/HTML/Date_and_time_formats#Date_strings)で説明されています。
+入力欄に入力された日付を表す {{domxref("DOMString")}} です。日付は ISO8601 に従って書式化されており、これは [HTML で使われる日付や時刻の形式](/ja/docs/Web/HTML/Date_and_time_formats)の[日付の文字列](/ja/docs/Web/HTML/Date_and_time_formats#date_strings)で説明されています。
次のように、日付の入力欄の既定値を {{htmlattrxref("value", "input")}} 属性に設定することができます。
@@ -278,6 +278,8 @@ input:valid + span::after {
この例では、日付を選択するユーザーインターフェイスの要素を 2 組作成します。ネイティブの `<input type="date">` による選択と、ネイティブの日付入力に対応していない古いブラウザー向けの、 3 つの {{htmlelement("select")}} 要素です。
+### 結果
+
{{EmbedLiveSample('Examples', 600, 100)}}
### HTML