aboutsummaryrefslogtreecommitdiff
path: root/files/ja/learn/forms/other_form_controls/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/learn/forms/other_form_controls/index.html')
-rw-r--r--files/ja/learn/forms/other_form_controls/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/learn/forms/other_form_controls/index.html b/files/ja/learn/forms/other_form_controls/index.html
index dd8b463ed4..28be191eb4 100644
--- a/files/ja/learn/forms/other_form_controls/index.html
+++ b/files/ja/learn/forms/other_form_controls/index.html
@@ -226,7 +226,7 @@ translation_of: Learn/Forms/Other_form_controls
<h4 id="Less_obvious_datalist_uses" name="Less_obvious_datalist_uses">Less obvious datalist uses</h4>
-<p>According to <a href="http://www.w3.org/TR/html5/common-input-element-attributes.html#attr-input-list" rel="external" title="http://www.w3.org/TR/html5/common-input-element-attributes.html#attr-input-list">the HTML specification</a>, the {{htmlattrxref("list","input")}} attribute and the {{HTMLElement("datalist")}} element can be used with any kind of widget requiring a user input. This leads to some uses of it that might seem a little non-obvious.</p>
+<p>According to <a href="http://www.w3.org/TR/html5/common-input-element-attributes.html#attr-input-list" rel="external">the HTML specification</a>, the {{htmlattrxref("list","input")}} attribute and the {{HTMLElement("datalist")}} element can be used with any kind of widget requiring a user input. This leads to some uses of it that might seem a little non-obvious.</p>
<p>例えば、in browsers that support <code>{{htmlelement("datalist")}}</code> on <code>range</code> input types, a small tick mark will be displayed above the range for each datalist <code>{{htmlelement("option")}}</code> value. You can see an implementation <a href="/ja/docs/Web/HTML/Element/input/range#A_range_control_with_hash_marks">example of this on the <code>&lt;input type="range"&gt;</code> reference page</a>.</p>