Skip to content

Commit 8b1662a

Browse files
Fix a typo in "learn_web_development_core_structuring_content" under "An aside on accessibility" (mdn#43054)
Fix a typo in "An aside on accessibility" Corrected text to say "[...] you'll have to re-implement [...]" instead of "[...] you'll have re-implement [...]."
1 parent 8fa2841 commit 8b1662a

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/learn_web_development/core/structuring_content/html_forms

1 file changed

+1
-1
lines changed

files/en-us/learn_web_development/core/structuring_content/html_forms/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ For example:
272272
- Form controls and buttons are keyboard-accessible by default. In the previous example, try moving forward and backward between the form elements using <kbd>Tab</kbd> and <kbd>Shift</kbd> + <kbd>Tab</kbd> (called "tabbing").
273273
- Notice also how tabbing between the form elements causes the focused element to be highlighted using a blue outline (called the **focus outline**). This is an important feature for keyboard users to know where they currently are in the form.
274274

275-
If you don't use the correct semantic elements to implement your forms, you'll have re-implement all of this functionality, otherwise your form elements will not behave as users expect, and therefore seem broken. It all adds up.
275+
If you don't use the correct semantic elements to implement your forms, you'll have to re-implement all of this functionality, otherwise your form elements will not behave as users expect, and therefore seem broken. It all adds up.
276276

277277
## Other control types
278278

0 commit comments

Comments
 (0)