Skip to content

Commit 8c10ee8

Browse files
Docs: add aria-hidden="true" to decorative SVGs (twbs#40691)
1 parent ac831aa commit 8c10ee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/layouts/partials/home/get-started.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h2 class="display-5 mb-3 fw-semibold lh-sm">Get started any way you&nbsp;want</
1616

1717
<section class="row g-3 g-md-5 mb-5 pb-5 justify-content-center">
1818
<div class="col-lg-6 py-lg-4 pe-lg-5">
19-
<svg class="bi mb-2 fs-2 text-body-secondary"><use xlink:href="#box-seam"></use></svg>
19+
<svg class="bi mb-2 fs-2 text-body-secondary" aria-hidden="true"><use xlink:href="#box-seam"></use></svg>
2020
<h3 class="fw-semibold">Install via package manager</h3>
2121
<p class="pe-lg-5">
2222
Install Bootstrap’s source Sass and JavaScript files via npm, RubyGems, Composer, or Meteor. Package managed installs don’t include documentation or our full build scripts. You can also <a href="https://github.com/twbs/examples/">use any demo from our Examples repo</a> to quickly jumpstart Bootstrap projects.
@@ -28,7 +28,7 @@ <h3 class="fw-semibold">Install via package manager</h3>
2828
</p>
2929
</div>
3030
<div class="col-lg-6 py-lg-4 ps-lg-5 border-lg-start">
31-
<svg class="bi mb-2 fs-2 text-body-secondary"><use xlink:href="#globe2"></use></svg>
31+
<svg class="bi mb-2 fs-2 text-body-secondary" aria-hidden="true"><use xlink:href="#globe2"></use></svg>
3232
<h3 class="fw-semibold">Include via CDN</h3>
3333
<p class="pe-lg-5">
3434
When you only need to include Bootstrap’s compiled CSS or JS, you can use <a href="https://www.jsdelivr.com/package/npm/bootstrap">jsDelivr</a>. See it in action with our simple <a href="/docs/{{ .Site.Params.docs_version }}/getting-started/introduction/#quick-start">quick start</a>, or <a href="/docs/{{ .Site.Params.docs_version }}/examples/">browse the examples</a> to jumpstart your next project. You can also choose to include Popper and our JS <a href="/docs/{{ .Site.Params.docs_version }}/getting-started/introduction/#separate">separately</a>.

0 commit comments

Comments
 (0)