Skip to content

Commit

Permalink
docs(cta): fix width-adjustment values
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroedin committed Oct 3, 2024
1 parent 1b9530e commit e9bdae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elements/rh-cta/docs/40-accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Users should have the ability to navigate to and interact with calls to action using their keyboard.

<uxdot-example width-adjustment="872px">
<uxdot-example width-adjustment="586px">
<img src="../cta-a11y-keyboard-interactions.png"
alt="Image of three groups with different variants showing focus indicators and tab key labels"
width="586"
Expand Down Expand Up @@ -43,7 +43,7 @@ Users should have the ability to navigate to and interact with calls to action u

A logical focus order helps keyboard users operate our websites. Elements need to receive focus in an order that preserves meaning, therefore the focus order should make sense and not jump around randomly. For grouped calls to action, the focus order is from left to right and top to bottom.

<uxdot-example width-adjustment="465px">
<uxdot-example width-adjustment="489px">
<img src="../cta-a11y-focus-order.png"
alt="Image of groups of three variants with numbers one through three moving from left to right and top to bottom"
width="489"
Expand Down

0 comments on commit e9bdae3

Please sign in to comment.