We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are a few controls that aren't mentioned in the spec draft, and probably should be:
Likely need some additional customizability and style standardization:
<input type=button>
<input type=reset>
<input type=submit>
<input type=email>
<input type=tel>
<input type=url>
<input type=image>
<fieldset>
<legend>
These might be roughly "done" but perhaps should be included for completeness?
<button>
<output>
<object>
<img>
<details>/<summary>
The text was updated successfully, but these errors were encountered:
<input type=button> <input type=reset> <input type=submit>
Should be partly addressed by #11875
Sorry, something went wrong.
No branches or pull requests
There are a few controls that aren't mentioned in the spec draft, and probably should be:
Likely need some additional customizability and style standardization:
<input type=button>
<input type=reset>
<input type=submit>
<input type=email>
<input type=tel>
<input type=url>
<input type=image>
<fieldset>
<legend>
These might be roughly "done" but perhaps should be included for completeness?
<button>
<output>
<object>
<img>
<details>/<summary>
The text was updated successfully, but these errors were encountered: