From 86c97b0ed5bff187346f0a6bc1d925efb9dab1c2 Mon Sep 17 00:00:00 2001 From: Hannah Issermann Date: Wed, 21 Aug 2024 14:55:27 +0200 Subject: [PATCH 01/15] Docs: missing aria-hidden on some decorative SVGs --- site/layouts/partials/icons/hamburger.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/layouts/partials/icons/hamburger.svg b/site/layouts/partials/icons/hamburger.svg index 955d8a651778..86b5a12a1438 100644 --- a/site/layouts/partials/icons/hamburger.svg +++ b/site/layouts/partials/icons/hamburger.svg @@ -1,3 +1,3 @@ - + From bc3baf6e2ca1b9350bd511c1b72a8cd2156b6df5 Mon Sep 17 00:00:00 2001 From: Hannah Issermann Date: Wed, 21 Aug 2024 15:07:01 +0200 Subject: [PATCH 02/15] Docs: missing aria-hidden on check mark on docs version dropdown in docs' header --- site/layouts/partials/docs-versions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/layouts/partials/docs-versions.html b/site/layouts/partials/docs-versions.html index c465d02e9002..453244ed7eea 100644 --- a/site/layouts/partials/docs-versions.html +++ b/site/layouts/partials/docs-versions.html @@ -23,7 +23,7 @@
  • Latest ({{ .Site.Params.docs_version }}.x) - +
  • From 47785e5a62d01ebbb0d1cd94c4fec2e516e4eaae Mon Sep 17 00:00:00 2001 From: Hannah Issermann Date: Wed, 21 Aug 2024 15:31:06 +0200 Subject: [PATCH 03/15] Docs: missing aria-hidden on check mark on theme toggler dropdown in docs' header --- site/layouts/partials/theme-toggler.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/site/layouts/partials/theme-toggler.html b/site/layouts/partials/theme-toggler.html index 05de756fd763..15906cfe9ea7 100644 --- a/site/layouts/partials/theme-toggler.html +++ b/site/layouts/partials/theme-toggler.html @@ -6,29 +6,29 @@ data-bs-toggle="dropdown" {{ if not $isExamples }}data-bs-display="static"{{ end }} aria-label="Toggle theme (auto)"> - + Toggle theme From dd14f5770b9b39318ea4b917360664d1367866e4 Mon Sep 17 00:00:00 2001 From: Hannah Issermann Date: Thu, 22 Aug 2024 17:24:12 +0200 Subject: [PATCH 04/15] Docs: missing aria-hidden on position utility example --- site/content/docs/5.3/utilities/position.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.3/utilities/position.md b/site/content/docs/5.3/utilities/position.md index 76df92630514..4df91c10129e 100644 --- a/site/content/docs/5.3/utilities/position.md +++ b/site/content/docs/5.3/utilities/position.md @@ -94,7 +94,7 @@ Here are some real life examples of these classes:
    - Marker + Marker
  • - + 3d
  • @@ -222,56 +222,56 @@

    Icon grid

    - +

    Featured title

    Paragraph of text beneath the heading to explain the heading.

    - +

    Featured title

    Paragraph of text beneath the heading to explain the heading.

    - +

    Featured title

    Paragraph of text beneath the heading to explain the heading.

    - +

    Featured title

    Paragraph of text beneath the heading to explain the heading.

    - +

    Featured title

    Paragraph of text beneath the heading to explain the heading.

    - +

    Featured title

    Paragraph of text beneath the heading to explain the heading.

    - +

    Featured title

    Paragraph of text beneath the heading to explain the heading.

    - +

    Featured title

    Paragraph of text beneath the heading to explain the heading.

    @@ -296,7 +296,7 @@

    Left-aligned title explaining these aweso
    - +
    @@ -306,7 +306,7 @@

    Featured title

    - +
    @@ -316,7 +316,7 @@

    Featured title

    - +
    @@ -326,7 +326,7 @@

    Featured title

    - +
    From 40b5ee6b9ea79f252533f4ce4c1f7a31c314acec Mon Sep 17 00:00:00 2001 From: Hannah Issermann Date: Thu, 22 Aug 2024 17:38:07 +0200 Subject: [PATCH 06/15] Docs: missing aria-hidden --- site/content/docs/5.3/components/tooltips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.3/components/tooltips.md b/site/content/docs/5.3/components/tooltips.md index 57bd73f20972..cd813a7f4288 100644 --- a/site/content/docs/5.3/components/tooltips.md +++ b/site/content/docs/5.3/components/tooltips.md @@ -112,7 +112,7 @@ With an SVG:
    - + From f0044865119cf26c9161de7e67acf1c204b3983a Mon Sep 17 00:00:00 2001 From: Hannah Issermann Date: Thu, 22 Aug 2024 17:40:25 +0200 Subject: [PATCH 07/15] Docs: missing label on link --- site/content/docs/5.3/components/tooltips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.3/components/tooltips.md b/site/content/docs/5.3/components/tooltips.md index cd813a7f4288..c2dfeda25ba2 100644 --- a/site/content/docs/5.3/components/tooltips.md +++ b/site/content/docs/5.3/components/tooltips.md @@ -111,7 +111,7 @@ And with custom HTML added: With an SVG:
    - +
    - +
    - Primary - + Primary 1 + - Primary - + Primary 2 + - Primary - + 3 +
    @@ -102,48 +102,48 @@ Primary - + Secondary - + Success - + Danger - + Warning - + Info - + Light - + Dark - +
    diff --git a/site/content/docs/5.3/examples/blog-rtl/index.html b/site/content/docs/5.3/examples/blog-rtl/index.html index 666b748cb319..66cb05f55ba1 100644 --- a/site/content/docs/5.3/examples/blog-rtl/index.html +++ b/site/content/docs/5.3/examples/blog-rtl/index.html @@ -75,7 +75,7 @@

    مشاركة مميزة

    هذه بطاقة أوسع مع نص داعم أدناه كمقدمة طبيعية لمحتوى إضافي.

    أكمل القراءة - +
    @@ -92,7 +92,7 @@

    عنوان الوظيفة

    هذه بطاقة أوسع مع نص داعم أدناه كمقدمة طبيعية لمحتوى إضافي.

    أكمل القراءة - +
    diff --git a/site/content/docs/5.3/examples/blog/index.html b/site/content/docs/5.3/examples/blog/index.html index 39535911e770..5bffc4051011 100644 --- a/site/content/docs/5.3/examples/blog/index.html +++ b/site/content/docs/5.3/examples/blog/index.html @@ -74,7 +74,7 @@

    Featured post

    This is a wider card with supporting text below as a natural lead-in to additional content.

    Continue reading - +
    @@ -91,7 +91,7 @@

    Post title

    This is a wider card with supporting text below as a natural lead-in to additional content.

    Continue reading - +
    diff --git a/site/content/docs/5.3/examples/breadcrumbs/index.html b/site/content/docs/5.3/examples/breadcrumbs/index.html index 74a042bc05b1..3f43bad20de2 100644 --- a/site/content/docs/5.3/examples/breadcrumbs/index.html +++ b/site/content/docs/5.3/examples/breadcrumbs/index.html @@ -29,7 +29,7 @@
    diff --git a/site/content/docs/5.3/examples/dashboard/index.html b/site/content/docs/5.3/examples/dashboard/index.html index d8941f3684b2..d8f2b1978f2c 100644 --- a/site/content/docs/5.3/examples/dashboard/index.html +++ b/site/content/docs/5.3/examples/dashboard/index.html @@ -67,12 +67,12 @@ @@ -94,37 +94,37 @@
    Company name
    diff --git a/site/content/docs/5.3/examples/dropdowns/index.html b/site/content/docs/5.3/examples/dropdowns/index.html index 099b412ca0ef..230c42fb4c1a 100644 --- a/site/content/docs/5.3/examples/dropdowns/index.html +++ b/site/content/docs/5.3/examples/dropdowns/index.html @@ -124,38 +124,38 @@ diff --git a/site/content/docs/5.3/examples/footers/index.html b/site/content/docs/5.3/examples/footers/index.html index bb8b9c0b3998..a2c89d21befa 100644 --- a/site/content/docs/5.3/examples/footers/index.html +++ b/site/content/docs/5.3/examples/footers/index.html @@ -25,7 +25,7 @@

    © {{< year >}} Company, Inc

    - +
    @@ -78,7 +78,7 @@
    - +

    © {{< year >}}

    @@ -177,9 +177,9 @@
    Subscribe to our newsletter

    © {{< year >}} Company, Inc. All rights reserved.

      -
    • -
    • -
    • +
    • +
    • +
    diff --git a/site/content/docs/5.3/examples/headers/index.html b/site/content/docs/5.3/examples/headers/index.html index 2be0d36adcaa..5ab54dac6d75 100644 --- a/site/content/docs/5.3/examples/headers/index.html +++ b/site/content/docs/5.3/examples/headers/index.html @@ -36,7 +36,7 @@

    Headers examples

    - + Simple header @@ -160,7 +160,7 @@

    Headers examples