There was an error while loading. Please reload this page.
1 parent 5feaf4d commit 44aa49aCopy full SHA for 44aa49a
1 file changed
skills/ember-best-practices/rules/a11y-form-labels.md
@@ -35,9 +35,7 @@ All form inputs must have associated labels, and validation errors should be ann
35
<div>
36
<label for="email-input">
37
Email Address
38
- {{#if this.isEmailRequired}}
39
- <span aria-label="required">*</span>
40
- {{/if}}
+ <span aria-hidden="true">*</span>
41
</label>
42
43
<input
0 commit comments