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
Are there any reason not to use the elements output and meter in the Complete Password Example?
output
meter
And if it is possible, is this the correct way to use them?
<label for="password">Mot de passe</label> <input id="password" name="new-password" type="password" autocomplete="new-password" /> <output for="password"> <meter id="passwordmeter" value="3" min="0" max="4" low="3" high="3.9" optimum="4" title="Score"> </meter> <span id="passwordmessage"></span> </output>
The text was updated successfully, but these errors were encountered:
No, I don’t think so. Those just weren’t widely used elements at the time.
Sorry, something went wrong.
No branches or pull requests
Are there any reason not to use the elements
output
andmeter
in the Complete Password Example?And if it is possible, is this the correct way to use them?
The text was updated successfully, but these errors were encountered: