carbon-components-svelte/src/ContentSwitcher
Eric Liu c02b4738bc
fix: resolve a11y warnings from Svelte version 3.58 (#1732)
* chore(deps-dev): upgrade svelte to 3.58

* chore(a11y): ignore false positives

Referencing the upstream Carbon React implementation, these warnings can be ignored.

* fix(list-box-menu-item): set `tabindex` to `-1`

* chore: fix `tabindex` capitalization

The Svelte Language server does not detect `tabIndex` as a valid attribute.

Note, however, that `tabIndex` is correct when using it in JavaScript (e.g., `node.tabIndex`).
2023-05-18 14:53:17 -04:00
..
ContentSwitcher.svelte fix: resolve a11y warnings from Svelte version 3.58 (#1732) 2023-05-18 14:53:17 -04:00
index.js chore: lift components folder 2020-07-19 09:06:08 -07:00
Switch.svelte fix(content-switcher): Switch should have type="button" (#1104) 2022-02-18 06:12:28 -08:00