fix(curriculum): changed Build a checkout page instruction tab-index (#57812)

This commit is contained in:
Charan Gutti
2024-12-29 06:54:15 +05:30
committed by GitHub
parent 4b93ccef85
commit 389443010c

View File

@@ -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--