Skip to content

Commit

Permalink
Minor text adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
endigo9740 committed Oct 3, 2022
1 parent 0d52f1d commit 101de60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/routes/(inner)/components/accordions/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
const tableKeys: any = {
headings: ['Keys', 'Description'],
source: [
['<kbd>Tab</kbd>', 'Moves focus to the next focusable element.<br>All focusable elements in the accordion are included in the page <kbd>Tab</kbd> sequence.'],
['<kbd>Shift + Tab</kbd> ', 'Moves focus to the previous focusable element.<br>All focusable elements in the accordion are included in the page <kbd>Tab</kbd> sequence.'],
['<kbd>Space</kbd> or <kbd>Enter</kbd>', 'When focus is on the accordion header of a collapsed section, expands the section.']
['<kbd>Tab</kbd>', 'Moves focus to the next focusable element.'],
['<kbd>Shift + Tab</kbd> ', 'Moves focus to the previous focusable element.'],
['<kbd>Space</kbd> or <kbd>Enter</kbd>', 'When focus is on the accordion header toggles the collapsable region open/closed.']
]
};
</script>
Expand Down
4 changes: 2 additions & 2 deletions src/routes/(inner)/utilities/drawers/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
const tableKeys: any = {
headings: ['Keys', 'Description'],
source: [['<kbd>Escape</kbd>', ' Closes the drawer.']]
source: [['<kbd>Esc</kbd>', ' Closes the drawer.']]
};
</script>

Expand All @@ -68,7 +68,7 @@

<!-- Examples -->
<div class="card card-body">
<h2 class='sr-only'>Examples</h2>
<h2 class="sr-only">Examples</h2>
<div class="w-0 h-0">
<Drawer open={storeDrawer} {position}>
<div class="w-full h-full flex justify-center items-center">
Expand Down

0 comments on commit 101de60

Please # to comment.