-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improve sd-accordion and sd-quickfact a11y (#1757)
<!-- ## Title: Please consider adding the [skip chromatic] flag to the PR title in case you dont need chromatic testing your changes. --> ## Description: Closes #1496 #1500 This PR addresses: - Adapt sd-accordion HTML using `details` and `summary` elements - Adapt expandable sd-quickfact HTML using `details` and `summary` elements ## Definition of Reviewable: <!-- *PR notes: Irrelevant elements should be removed.* --> - [x] relevant tickets are linked
- Loading branch information
1 parent
3ff42ed
commit b83d804
Showing
3 changed files
with
57 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@solid-design-system/components': minor | ||
--- | ||
|
||
Adapt `sd-accordion` and expandable `sd-quickfact` HTML to use `<details />` and `<summary />` elements. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters