From 840542c1d1493230df57e96c86fe7add552a5f08 Mon Sep 17 00:00:00 2001 From: "Mojsoski, Blagoja (UIS)" Date: Fri, 20 Feb 2026 11:12:06 +0100 Subject: [PATCH 1/3] fix: replace accessibility information for teaser media --- packages/docs/src/stories/components/teaser-media.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/src/stories/components/teaser-media.mdx b/packages/docs/src/stories/components/teaser-media.mdx index 416f7a133e..87addf2348 100644 --- a/packages/docs/src/stories/components/teaser-media.mdx +++ b/packages/docs/src/stories/components/teaser-media.mdx @@ -69,7 +69,7 @@ Used as a flexible container that groups related items and links them to further - Adopt a consistent, semantically correct heading hierarchy to enable quick scanning across multiple teasers on a page. Teaser headings should be the first item in the DOM, introducing a new thematic region and separating the following content from the previous region. - Include descriptive alt text for the media slot, ensuring that non-text content is accessible. - For purely decorative images, ALT-tags should be left empty so that screen readers can bypass them and concentrate on conveying meaningful content. -- Avoid placing essential information or actions in expandable teaser areas since they are visible on mouse hover. +- Avoid placing essential information or actions in expandable teaser areas since they are only visible on click. - Verify that each link is announced in a way that conveys its unique destination or function to screen readers. - Ensure that the background images you choose for each teaser variant provide enough contrast with the text to maintain readability. From 5016ed748402433cd83b4870bf63816efafea85e Mon Sep 17 00:00:00 2001 From: "Mojsoski, Blagoja (UIS)" Date: Fri, 27 Feb 2026 08:49:35 +0100 Subject: [PATCH 2/3] chore: added changeset --- .changeset/two-ideas-hug.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/two-ideas-hug.md diff --git a/.changeset/two-ideas-hug.md b/.changeset/two-ideas-hug.md new file mode 100644 index 0000000000..7ccd13c0dc --- /dev/null +++ b/.changeset/two-ideas-hug.md @@ -0,0 +1,5 @@ +--- +'@solid-design-system/docs': patch +--- + +Replace accessibility information for teaser media From b233128d2f561f8a7f662f9ffb603f58225201e8 Mon Sep 17 00:00:00 2001 From: Blagoja Mojsoski <55854229+balco0110@users.noreply.github.com> Date: Mon, 2 Mar 2026 15:03:27 +0100 Subject: [PATCH 3/3] Update .changeset/two-ideas-hug.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sérgio Fonseca <42741644+smfonseca@users.noreply.github.com> --- .changeset/two-ideas-hug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/two-ideas-hug.md b/.changeset/two-ideas-hug.md index 7ccd13c0dc..ef13b2f08c 100644 --- a/.changeset/two-ideas-hug.md +++ b/.changeset/two-ideas-hug.md @@ -2,4 +2,4 @@ '@solid-design-system/docs': patch --- -Replace accessibility information for teaser media +Updated accessibility information for `sd-teaser media`