From: Julien Déramond
Date: Mon, 26 Jun 2023 14:55:07 +0000 (+0200)
Subject: Docs: add missing `aria-disabled='true'` to disabled anchors
X-Git-Tag: v5.3.1~48
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3515ac16a171ca4bbb131237ff3324a6b0eb8743;p=thirdparty%2Fbootstrap.git
Docs: add missing `aria-disabled='true'` to disabled anchors
---
diff --git a/js/tests/visual/tab.html b/js/tests/visual/tab.html
index 4cbc86ccc9..a424175b0b 100644
--- a/js/tests/visual/tab.html
+++ b/js/tests/visual/tab.html
@@ -161,12 +161,12 @@
Tabs with nav and using links (with fade)
-
+
diff --git a/site/content/docs/5.3/components/card.md b/site/content/docs/5.3/components/card.md
index 2ad32b470a..6138c3d925 100644
--- a/site/content/docs/5.3/components/card.md
+++ b/site/content/docs/5.3/components/card.md
@@ -309,7 +309,7 @@ Add some navigation to a card's header (or block) with Bootstrap's [nav componen
Link
- Disabled
+ Disabled
@@ -332,7 +332,7 @@ Add some navigation to a card's header (or block) with Bootstrap's [nav componen
Link
- Disabled
+ Disabled
diff --git a/site/content/docs/5.3/components/dropdowns.md b/site/content/docs/5.3/components/dropdowns.md
index 0988820649..6e3811f1f1 100644
--- a/site/content/docs/5.3/components/dropdowns.md
+++ b/site/content/docs/5.3/components/dropdowns.md
@@ -661,7 +661,7 @@ Add `.disabled` to items in the dropdown to **style them as disabled**.
{{< example >}}
{{< /example >}}
diff --git a/site/content/docs/5.3/components/list-group.md b/site/content/docs/5.3/components/list-group.md
index 6c22809f96..598bb38d60 100644
--- a/site/content/docs/5.3/components/list-group.md
+++ b/site/content/docs/5.3/components/list-group.md
@@ -62,7 +62,7 @@ Be sure to **not use the standard `.btn` classes here**.
A second link item
A third link item
A fourth link item
- A disabled link item
+ A disabled link item
{{< /example >}}
diff --git a/site/content/docs/5.3/components/navbar.md b/site/content/docs/5.3/components/navbar.md
index 83aaaa403a..ab6c2305ce 100644
--- a/site/content/docs/5.3/components/navbar.md
+++ b/site/content/docs/5.3/components/navbar.md
@@ -63,7 +63,7 @@ Here's an example of all the sub-components included in a responsive light-theme
- Disabled
+ Disabled
{{< /example >}}
@@ -69,7 +69,7 @@ Centered with `.justify-content-center`:
Link
- Disabled
+ Disabled
{{< /example >}}
@@ -88,7 +88,7 @@ Right-aligned with `.justify-content-end`:
Link
- Disabled
+ Disabled
{{< /example >}}
@@ -109,7 +109,7 @@ Stack your navigation by changing the flex item direction with the `.flex-column
Link
- Disabled
+ Disabled
{{< /example >}}
@@ -121,7 +121,7 @@ As always, vertical navigation is possible without `
{{< /example >}}
@@ -162,7 +162,7 @@ Take that same HTML, but use `.nav-pills` instead:
Link
- Disabled
+ Disabled
{{< /example >}}
@@ -183,7 +183,7 @@ Take that same HTML, but use `.nav-underline` instead:
Link
- Disabled
+ Disabled
{{< /example >}}
@@ -204,7 +204,7 @@ Force your `.nav`'s contents to extend the full available width with one of two
Link
- Disabled
+ Disabled
{{< /example >}}
@@ -216,7 +216,7 @@ When using a ``-based navigation, you can safely omit `.nav-item` as only `
Active
Much longer nav link
Link
- Disabled
+ Disabled
{{< /example >}}
@@ -234,7 +234,7 @@ For equal-width elements, use `.nav-justified`. All horizontal space will be occ
Link
- Disabled
+ Disabled
{{< /example >}}
@@ -246,7 +246,7 @@ Similar to the `.nav-fill` example using a ``-based navigation.
Active
Much longer nav link
Link
- Disabled
+ Disabled
{{< /example >}}
@@ -259,7 +259,7 @@ If you need responsive nav variations, consider using a series of [flexbox utili
Active
Longer nav link
Link
- Disabled
+ Disabled
{{< /example >}}
@@ -294,7 +294,7 @@ Add dropdown menus with a little extra HTML and the [dropdowns JavaScript plugin
Link
- Disabled
+ Disabled
{{< /example >}}
@@ -320,7 +320,7 @@ Add dropdown menus with a little extra HTML and the [dropdowns JavaScript plugin
Link
- Disabled
+ Disabled
{{< /example >}}
diff --git a/site/content/docs/5.3/components/placeholders.md b/site/content/docs/5.3/components/placeholders.md
index 3dca3476b8..8317b11846 100644
--- a/site/content/docs/5.3/components/placeholders.md
+++ b/site/content/docs/5.3/components/placeholders.md
@@ -38,7 +38,7 @@ In the example below, we take a typical card component and recreate it with plac
-
+
@@ -67,7 +67,7 @@ In the example below, we take a typical card component and recreate it with plac
-
+
```
@@ -83,7 +83,7 @@ We apply additional styling to `.btn`s via `::before` to ensure the `height` is
-
+
{{< /example >}}
{{< callout info >}}
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 83d7cfdaf1..97d991302f 100644
--- a/site/content/docs/5.3/examples/blog-rtl/index.html
+++ b/site/content/docs/5.3/examples/blog-rtl/index.html
@@ -172,7 +172,7 @@ extra_css:
diff --git a/site/content/docs/5.3/examples/blog/index.html b/site/content/docs/5.3/examples/blog/index.html
index 904d360d81..993c84e03a 100644
--- a/site/content/docs/5.3/examples/blog/index.html
+++ b/site/content/docs/5.3/examples/blog/index.html
@@ -224,7 +224,7 @@ extra_css:
diff --git a/site/content/docs/5.3/examples/carousel-rtl/index.html b/site/content/docs/5.3/examples/carousel-rtl/index.html
index db184d71be..fbbe7dca9e 100644
--- a/site/content/docs/5.3/examples/carousel-rtl/index.html
+++ b/site/content/docs/5.3/examples/carousel-rtl/index.html
@@ -22,7 +22,7 @@ extra_css:
ØÙÙØ© اÙÙØµÙ
- رابط ØºÙØ± Ù
ÙØ¹Ù
+ رابط ØºÙØ± Ù
ÙØ¹Ù