-
Notifications
You must be signed in to change notification settings - Fork 198
new a11y rule: Required input elements must define aria-required="true" #280
Comments
@JoshuaKGoldberg Can you help with the issue - how can I contribute here? |
👋 Hey @cTxplorer, glad to have you help! I believe the issue is suggesting adding a new rule that logs a complaint for any These would be fine for this rule: <input />
<input required="true" /> ...but these should cause complaints: <input required="" />
<input required="false" /> I'd recommend copy&pasting then modifying a similar existing rule such as Is that enough information to go off of? |
@JoshuaKGoldberg Great help. Thanks! |
Hi, @cTxplorer , are you still working on this issue? |
@JoshuaKGoldberg can I submit a pr for this issue? |
@jcnsilva sure, go ahead. > a couple of weeks seems like a good amount of time to wait. |
…elements (react-a11y-required)
…(react-a11y-required) (#598)
@jcnsilva No I'm not working on this issue. Sorry, for late response! |
Required input elements must define aria-required="true"
http://www.clarissapeterson.com/2012/11/html5-accessibility/
The text was updated successfully, but these errors were encountered: