Skip to content
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

Use of output & meter element in Complete Password Example #662

Open
vjacquet opened this issue May 29, 2022 · 1 comment
Open

Use of output & meter element in Complete Password Example #662

vjacquet opened this issue May 29, 2022 · 1 comment

Comments

@vjacquet
Copy link

Are there any reason not to use the elements output and meter in the Complete Password Example?

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>
@shawna-slh shawna-slh transferred this issue from w3c/wai-website Jun 2, 2022
@yatil
Copy link
Contributor

yatil commented Jul 14, 2022

No, I don’t think so. Those just weren’t widely used elements at the time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants