Skip to content

Commit

Permalink
feat(sbb-screenreader-only): initial implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB committed Jan 30, 2024
1 parent 600af48 commit 32a6c09
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/* @web/test-runner snapshot v1 */
export const snapshots = {};

snapshots["with Light DOM"] =
`<sbb-screenreader-only>
</sbb-screenreader-only>
`;
/* end snapshot with Light DOM */

snapshots["with Shadow DOM"] =
`<span>
<slot>
</slot>
</span>
`;
/* end snapshot with Shadow DOM */

0 comments on commit 32a6c09

Please sign in to comment.