diff --git a/content/foundations/css-utilities/layout.mdx b/content/foundations/css-utilities/layout.mdx index db21afbf3..3aafe4a0f 100644 --- a/content/foundations/css-utilities/layout.mdx +++ b/content/foundations/css-utilities/layout.mdx @@ -195,12 +195,18 @@ Position utilities can be applied or changed per breakpoint in responsive layout -### Screen reader only +## Screen reader only Use `.sr-only` to position an element outside of the viewport for screen reader access only. **Even though the element can't be seen, make sure it still has a sensible tab order.** +## Show on focus + +Use `.show-on-focus` to visually hide an element and only show it when focused. This utility can be used to provide additional functionality for keyboard users. + + + ## The media object Create a media object with utilities.