-
Notifications
You must be signed in to change notification settings - Fork 22.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OWD Project: Add missing form related API docs #35544
Comments
@estelle I believe the "Add to BCD" section of the spreadsheet is irrelevant, as BCD scope is automatically sourced from webref, so there's practically no chance that it doesn't cover something in the spec. |
@estelle I'm looking at https://docs.google.com/spreadsheets/d/1lvITVZJM8dx8s_Kee5UNI1hDfPNF0gXQwjPop5xIF5E/edit and I'm wondering if you missed a few.
In addition the sheet also lists some deprecated properties, but understood if you want to deprioritize them. |
This project was for baseline widely available features. |
Ah ok, I didn't see they are baseline low. |
object is not a form control. It is in openwebdocs/project#214 though |
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/
What specific section or headline is this issue about?
The documents listed below, which are listed in the Missing Form API spreadsheet are missing and need to be documented.
What information was incorrect, unhelpful, or incomplete?
The following pages are missing:
(please claim and update the google spreadsheet
HTMLButtonElement.reportValidity
HTMLButtonElement.checkValidity
HTMLButtonElement.form
HTMLButtonElement.formAction
HTMLButtonElement.formEnctype
HTMLButtonElement.formMethod
HTMLButtonElement.formNoValidate
HTMLButtonElement.formTarget
HTMLButtonElement.name
HTMLButtonElement.setCustomValidity
HTMLButtonElement.validationMessage
HTMLButtonElement.validity
HTMLButtonElement.value
HTMLButtonElement.willValidate
HTMLDataListElement.options
HTMLFieldSetElement.reportValidity
HTMLFieldSetElement.elements
HTMLFieldSetElement.type
HTMLFieldSetElement.name
HTMLFieldSetElement.checkValidity
HTMLFieldSetElement.disabled
HTMLFieldSetElement.form
HTMLFieldSetElement.setCustomValidity
HTMLFieldSetElement.validationMessage
HTMLFieldSetElement.validity
HTMLFieldSetElement.willValidate
HTMLFormElement.autocomplete
HTMLFormElement.checkValidity
HTMLFormElement.noValidate
HTMLInputElement.list
HTMLInputElement.minLength
HTMLInputElement.valueAsDate
HTMLInputElement.accept
HTMLInputElement.alt
HTMLInputElement.autocomplete
HTMLInputElement.checked
HTMLInputElement.defaultChecked
HTMLInputElement.defaultValue
HTMLInputElement.form
HTMLInputElement.formAction
HTMLInputElement.formEnctype
HTMLInputElement.formMethod
HTMLInputElement.formNoValidate
HTMLInputElement.formTarget
HTMLInputElement.height
HTMLInputElement.indeterminate
HTMLInputElement.max
HTMLInputElement.maxLength
HTMLInputElement.min
HTMLInputElement.name
HTMLInputElement.pattern
HTMLInputElement.placeholder
HTMLInputElement.readOnly
HTMLInputElement.required
HTMLInputElement.size
HTMLInputElement.src
HTMLInputElement.step
HTMLInputElement.validationMessage
HTMLInputElement.validity
HTMLInputElement.value
HTMLInputElement.valueAsNumber
HTMLInputElement.width
HTMLInputElement.willValidate
HTMLLegendElement.form
HTMLMeterElement.high
HTMLMeterElement.low
HTMLMeterElement.max
HTMLMeterElement.min
HTMLMeterElement.optimum
HTMLMeterElement.value
HTMLObjectElement.reportValidity
HTMLOptGroupElement.disabled
HTMLOptGroupElement.label
HTMLOptionElement.defaultSelected
HTMLOptionElement.disabled
HTMLOptionElement.form
HTMLOptionElement.index
HTMLOptionElement.label
HTMLOptionElement.selected
HTMLOptionElement.text
HTMLOptionElement.value
HTMLOptionsCollection.add
HTMLOptionsCollection.length
HTMLOptionsCollection.remove
HTMLOptionsCollection.selectedIndex
HTMLOutputElement.reportValidity
HTMLOutputElement.checkValidity
HTMLOutputElement.defaultValue
HTMLOutputElement.form
HTMLOutputElement.htmlFor
HTMLOutputElement.name
HTMLOutputElement.setCustomValidity
HTMLOutputElement.type
HTMLOutputElement.validationMessage
HTMLOutputElement.validity
HTMLOutputElement.value
HTMLOutputElement.willValidate
HTMLSelectElement.autocomplete
HTMLSelectElement.reportValidity
HTMLSelectElement.length
HTMLSelectElement.multiple
HTMLSelectElement.name
HTMLSelectElement.required
HTMLSelectElement.size
HTMLSelectElement.validationMessage
HTMLSelectElement.validity
HTMLSelectElement.willValidate
HTMLTextAreaElement.autocomplete
HTMLTextAreaElement.selectionDirection
HTMLTextAreaElement.setRangeText
HTMLTextAreaElement.reportValidity
HTMLTextAreaElement.minLength
HTMLTextAreaElement.textLength
HTMLTextAreaElement.checkValidity
HTMLTextAreaElement.cols
HTMLTextAreaElement.defaultValue
HTMLTextAreaElement.disabled
HTMLTextAreaElement.form
HTMLTextAreaElement.maxLength
HTMLTextAreaElement.name
HTMLTextAreaElement.placeholder
HTMLTextAreaElement.readOnly
HTMLTextAreaElement.required
HTMLTextAreaElement.rows
HTMLTextAreaElement.select
HTMLTextAreaElement.selectionEnd
HTMLTextAreaElement.selectionStart
HTMLTextAreaElement.setCustomValidity
HTMLTextAreaElement.setSelectionRange
HTMLTextAreaElement.validationMessage
HTMLTextAreaElement.validity
HTMLTextAreaElement.value
HTMLTextAreaElement.willValidate
HTMLTextAreaElement.wrap
What did you expect to see?
complete docs
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
No response
The text was updated successfully, but these errors were encountered: