From f771c04a44c3ead45dd68dd3caddae9ffc520048 Mon Sep 17 00:00:00 2001 From: Hannah Issermann Date: Thu, 3 Oct 2024 09:28:52 +0200 Subject: [PATCH] fix(docs): remove unnecessary `role="img"` (#2704) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Julien Déramond --- build/vnu-jar.mjs | 2 -- site/content/docs/5.3/about/brand.md | 6 +++--- site/content/docs/5.3/components/scrollspy.md | 4 ++-- .../docs/5.3/customize/color-palette.md | 2 +- .../docs/5.3/examples/download-app/index.html | 20 +++++++++---------- 5 files changed, 16 insertions(+), 18 deletions(-) diff --git a/build/vnu-jar.mjs b/build/vnu-jar.mjs index c1ce8be230..7587012dff 100644 --- a/build/vnu-jar.mjs +++ b/build/vnu-jar.mjs @@ -31,8 +31,6 @@ execFile('java', ['-version'], (error, stdout, stderr) => { // NOT RECOMMENDED, but it's still valid - we explain in the docs that it's not ideal, // and offer more robust alternatives, but also need to show a less-than-ideal example 'An “aria-disabled” attribute whose value is “true” should not be specified on an “a” element that has an “href” attribute.', - // Boosted mod: `role="img"` is needed for `` - 'The “img” role is unnecessary for element “img”.', '.*Consider using the “h1” element as a top-level heading only.*' // End mod ].join('|') diff --git a/site/content/docs/5.3/about/brand.md b/site/content/docs/5.3/about/brand.md index bfc23c376e..893164b77c 100644 --- a/site/content/docs/5.3/about/brand.md +++ b/site/content/docs/5.3/about/brand.md @@ -20,7 +20,7 @@ Have a need for Boosted's brand resources? Great! We have only a few guidelines
- Orange master logo + Orange master logo
Master logo
@@ -28,7 +28,7 @@ Have a need for Boosted's brand resources? Great! We have only a few guidelines
- Orange small logo + Orange small logo
Small logo
@@ -49,7 +49,7 @@ Orange Business Services has its own logo that contains the Orange logo and the
- Orange Business Services logo + Orange Business Services logo
Orange Business Services logo
diff --git a/site/content/docs/5.3/components/scrollspy.md b/site/content/docs/5.3/components/scrollspy.md index 855a86a753..51ff4d423a 100644 --- a/site/content/docs/5.3/components/scrollspy.md +++ b/site/content/docs/5.3/components/scrollspy.md @@ -35,7 +35,7 @@ Scroll the area below the navbar and watch the active class change. Open the dro