Skip to content

Commit

Permalink
adding +1 inside aria label code for phone numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Randi Hecht authored Jun 16, 2020
1 parent 44887b8 commit fdce17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_content-style-guide/dates-and-numbers.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Use hyphens between numbers, and don't use parentheses to set off the area code:

Hyperlink all phone numbers, including TTY numbers. Use the following source code for 508 accessibility:

- `<a href="tel:8008271000" aria-label="8 0 0. 8 2 7. 1 0 0 0.">800-827-1000</a>`
- `<a href="tel:+18008271000" aria-label="8 0 0. 8 2 7. 1 0 0 0.">800-827-1000</a>`

- `<a href="tel:711" aria-label="TTY. 7 1 1.">711</a>`.

Expand Down

0 comments on commit fdce17f

Please sign in to comment.