Demos
SkipContent with section
This table has many focusable elements
Column A | Column B | Column C | Column D | |
---|---|---|---|---|
Row 1 | Row 1 | |||
Row 2 | Row 2 | |||
Row 3 | Row 3 | |||
Row 4 | Row 4 | |||
Row 5 | Row 5 | |||
Row 6 | Row 6 | |||
Row 7 | Row 7 | |||
Row 8 | Row 8 | |||
Row 9 | Row 9 | |||
Row 10 | Row 10 |
Code Editor
<section aria-labelledby="table-with-caption heading"> <H4 id="heading" space={0}> This table has many focusable elements </H4> <SkipContent selector="#submit-area" text="Skip table content" top /> <LargeTableWithInteractiveElements id="table-with-caption" /> </section> <Section id="submit-area" spacing="small" style_type="divider" top> <SkipContent.Return selector="#submit-area" bottom> Back to beginning of table </SkipContent.Return> <Button>Submit</Button> </Section>