Skip to content

Commit

Permalink
Fix setup script name
Browse files Browse the repository at this point in the history
  • Loading branch information
jscholes committed Jan 5, 2022
1 parent 267f391 commit 788eb99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/contentinfo/data/tests.csv
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ testId,title,appliesTo,mode,task,setupScript,setupScriptDescription,refs,instruc
12,Navigate backwards out of a contentinfo landmark,VOICEOVER_MACOS,INTERACTION,Navigate backwards out of a contentinfo landmark,setFocusOnTopLink,sets focus on the 'Top' link,contentinfo,"With focus on the 'Top' link, navigate to the 'Navigate forwards from here' link.",contentinfo landmark boundary is conveyed,Role 'link' is conveyed,Name 'Navigate forwards from here' is conveyed
13,Navigate forwards to a paragraph inside a contentinfo landmark in reading mode,JAWS,READING,Navigate forwards to a paragraph inside a contentinfo landmark,setFocusBeforeContentinfo,sets focus on a link before the contentinfo landmark,contentinfo,"With the reading cursor on the 'Navigate forwards from here' link, navigate to the paragraph inside the contentinfo landmark.",Role 'contentinfo' is conveyed,Text 'W3C ARIA Authoring Practices Task Force' is conveyed,
14,Navigate forwards to a paragraph inside a contentinfo landmark,VOICEOVER_MACOS,INTERACTION,Navigate forwards to a paragraph inside a contentinfo landmark,setFocusBeforeContentinfo,sets focus on a link before the contentinfo landmark,contentinfo,"With focus on the 'Navigate forwards from here' link, navigate to the paragraph inside the contentinfo landmark.",Role 'contentinfo' is conveyed,Text 'W3C ARIA Authoring Practices Task Force' is conveyed,
15,Navigate backwards to a paragraph inside a contentinfo landmark in reading mode,JAWS,READING,Navigate backwards to a paragraph inside a contentinfo landmark,setFocusafterContentinfo,sets focus on a link after the contentinfo landmark,contentinfo,"With the reading cursor on the 'Navigate backwards from here' link, navigate to the paragraph inside the contentinfo landmark.",Role 'contentinfo' is conveyed,Text 'W3C ARIA Authoring Practices Task Force' is conveyed,
16,Navigate backwards to a paragraph inside a contentinfo landmark,VOICEOVER_MACOS,INTERACTION,Navigate backwards to a paragraph inside a contentinfo landmark,setFocusafterContentinfo,sets focus on a link after the contentinfo landmark,contentinfo,"With focus on the 'Navigate backwards from here' link, navigate to the paragraph inside the contentinfo landmark.",Role 'contentinfo' is conveyed,Text 'W3C ARIA Authoring Practices Task Force' is conveyed,
15,Navigate backwards to a paragraph inside a contentinfo landmark in reading mode,JAWS,READING,Navigate backwards to a paragraph inside a contentinfo landmark,setFocusAfterContentinfo,sets focus on a link after the contentinfo landmark,contentinfo,"With the reading cursor on the 'Navigate backwards from here' link, navigate to the paragraph inside the contentinfo landmark.",Role 'contentinfo' is conveyed,Text 'W3C ARIA Authoring Practices Task Force' is conveyed,
16,Navigate backwards to a paragraph inside a contentinfo landmark,VOICEOVER_MACOS,INTERACTION,Navigate backwards to a paragraph inside a contentinfo landmark,setFocusAfterContentinfo,sets focus on a link after the contentinfo landmark,contentinfo,"With focus on the 'Navigate backwards from here' link, navigate to the paragraph inside the contentinfo landmark.",Role 'contentinfo' is conveyed,Text 'W3C ARIA Authoring Practices Task Force' is conveyed,

0 comments on commit 788eb99

Please sign in to comment.