Skip to content

Forms & Editing

Last edited 872 days ago by Lea Verou.

info
Legend: ✅ Definitely keep 🔶 Not sure yet ❌ Likely Remove

[ALT Part 1] Which form controls have you used?

<input>
<select> | select_element
<textarea> | textarea_element
<button> 🔶
🚫 None of the above

[ALT Part 2] Which input types have you used?

range | input_type_range
number | input_type_number
file | input_type_file
date | input_type_date
time | input_type_time
datetime-local | input_type_datetime_locale
month | input_type_month
week | input_type_week
color | input_type_color
email | input_type_email
tel | input_type_tel
url | input_type_url
🚫 None of the above

Which of the following form validation features have you used?

required attribute | required_attribute
pattern attribute | pattern_attribute
input.setCustomValidity() | input_set_custom_validity
input.reportValidity() | input_report_validity
input.checkValidity() | input_check_validity
invalid event | invalid_event
:invalid CSS pseudo-class | invalid_pseudo_class
🚫 None of the above

Feature questions

(Format: )
Question
id
Focus area
Type
Status
Discussion
Upvotes
In Part 1
<selectlist> (ex <selectmenu> )
selectlist_element
61
autocomplete="hint"
autocomplete_element
41
input.showPicker()
showpicker
34
contenteditable=”plaintext-only”
contenteditable_plaintext
25
HTML Media Capture
media_capture
14
FormData API
formdata
form.requestSubmit()
form_request_submit
<datalist>
datalist_element
No results from filter

What are your pain points around HTML forms and editing?


Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.