diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index 659ef3a13..a6c507106 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -22,6 +22,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti - Improved the behavior of `` when used inside a flex container [#1235](https://github.com/shoelace-style/shoelace/pull/1235) - Improved the behavior of `` to support buttons and other interactive elements [#1234](https://github.com/shoelace-style/shoelace/issues/1234) - Improved the performance of `` to prevent an apparent memory leak in some browsers [#1284](https://github.com/shoelace-style/shoelace/pull/1284) +- Improved the accessibility of ``, ``, and `` by ensuring slots don't have roles [#1287](https://github.com/shoelace-style/shoelace/issues/1287) ## 2.3.0 diff --git a/src/components/details/details.ts b/src/components/details/details.ts index 6c9f9094c..908d0bfeb 100644 --- a/src/components/details/details.ts +++ b/src/components/details/details.ts @@ -194,8 +194,8 @@ export default class SlDetails extends ShoelaceElement { -
- +
+
`;