Skip to content

Commit

Permalink
Back out changes to ad hoc tool
Browse files Browse the repository at this point in the history
Signed-off-by: Bill Dengler <codeofdusk@gmail.com>
  • Loading branch information
codeofdusk committed Aug 21, 2023
1 parent 6e46b38 commit 016cc5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/content/adhoc/tabstops/how-to-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ export const createHowToTest = (headingLevel: number) => {
<li>Refresh the target page to put it in its default state.</li>
<li>Turn on the Show tab stops toggle. An empty circle will highlight the element with focus.</li>
<li>
Use your keyboard to move input focus through all the interactive elements on the page&nbsp;&ndash;{' '}
<Markup.Emphasis>please traverse the entire page before returning to this window</Markup.Emphasis>
Use your keyboard to move input focus through all the interactive elements in the page:
<ul>
<li>Use Tab and Shift+Tab to navigate between standalone controls.</li>
<li>Use the arrow keys to navigate between the focusable elements within a composite control.</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1195,10 +1195,7 @@ exports[`Guidance Content pages adhoc/tabstops/guidance matches the snapshot 1`]
Turn on the Show tab stops toggle. An empty circle will highlight the element with focus.
</li>
<li>
Use your keyboard to move input focus through all the interactive elements on the page –
<em>
please traverse the entire page before returning to this window
</em>
Use your keyboard to move input focus through all the interactive elements in the page:
<ul>
<li>
Use Tab and Shift+Tab to navigate between standalone controls.
Expand Down

0 comments on commit 016cc5c

Please sign in to comment.