Skip to content

Commit

Permalink
Merge pull request #193 from department-of-veterans-affairs/RLHecht-p…
Browse files Browse the repository at this point in the history
…hone-number-update

adding +1 inside aria label code for phone numbers
  • Loading branch information
DanielleThierryUSDSVA authored Aug 14, 2020
2 parents 15fc66e + fdce17f commit c81b503
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 c81b503

Please sign in to comment.