aboutsummaryrefslogtreecommitdiff
path: root/site/docs/4.3/examples/product
diff options
context:
space:
mode:
authorLaussel Loïc <[email protected]>2019-02-27 12:29:29 +0100
committerXhmikosR <[email protected]>2019-02-27 13:29:29 +0200
commitfdfe1679baf03ece3259dfa0091c270ecb604883 (patch)
tree660ad119b2644e4f7871675130e15535a0e0156d /site/docs/4.3/examples/product
parent9cbd041f6b0b24db4feadc08a4ab967512bd448a (diff)
downloadbootstrap-fdfe1679baf03ece3259dfa0091c270ecb604883.tar.xz
bootstrap-fdfe1679baf03ece3259dfa0091c270ecb604883.zip
add an explicit aria-label on link with svg on sample pages (#28360)
Diffstat (limited to 'site/docs/4.3/examples/product')
-rw-r--r--site/docs/4.3/examples/product/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.3/examples/product/index.html b/site/docs/4.3/examples/product/index.html
index 279aabcc5..8179b921e 100644
--- a/site/docs/4.3/examples/product/index.html
+++ b/site/docs/4.3/examples/product/index.html
@@ -6,7 +6,7 @@ extra_css: "product.css"
<nav class="site-header sticky-top py-1">
<div class="container d-flex flex-column flex-md-row justify-content-between">
- <a class="py-2" href="#">
+ <a class="py-2" href="#" aria-label="Product">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="d-block mx-auto" role="img" viewBox="0 0 24 24"><title>Product</title><circle cx="12" cy="12" r="10"/><path d="M14.31 8l5.74 9.94M9.69 8h11.48M7.38 12l5.74-9.94M9.69 16L3.95 6.06M14.31 16H2.83m13.79-4l-5.74 9.94"/></svg>
</a>
<a class="py-2 d-none d-md-inline-block" href="#">Tour</a>