mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-30 16:01:14 -04:00
fix(curriculum): changed Build a checkout page instruction tab-index (#57812)
This commit is contained in:
@@ -21,7 +21,7 @@ Fulfill the user stories below and get all the tests to pass to complete the lab
|
||||
1. You should have an input with an `id` and `name` of `card-name` within your form and a `label` associated with it.
|
||||
1. You should have an input with an `id` and `name` of `card-number` within your form and a `label` associated with it.
|
||||
1. At least two of your input elements should be required and have an `aria-required` attribute set to `true`.
|
||||
1. You should use `tab-index` at least once.
|
||||
1. You should use `tabindex` at least once.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user