Back to Accessibility Report

Axe-coreĀ® Accessibility Results

axe-core found 10 violations

# Description Axe rule ID WCAG Impact Count
1 Buttons must have discernible text button-name WCAG 2 Level A, WCAG 4.1.2 critical 2
2 Form elements must have labels label WCAG 2 Level A, WCAG 4.1.2 critical 2
3 All page content should be contained by landmarks region Best practice moderate 6

Failed

1. Buttons must have discernible text

Learn more

button-name

WCAG 2 Level A, WCAG 4.1.2

Ensure buttons have discernible text

critical

Issue Tags: cat.name-role-value wcag2a wcag412 section508 section508.22.a TTv5 TT6.a EN-301-549 EN-9.4.1.2 ACT

# Issue Description To solve this violation, you need to...
1

Element location

button[data-testid="videoControlsPlayPauseButton"]

Element source

<button class="VideoPlayer-module-videoPlayerButton-FOo74" data-testid="videoControlsPlayPauseButton">

Fix any of the following:

  • Element does not have inner text that is visible to screen readers
  • aria-label attribute does not exist or is empty
  • aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
  • Element has no title attribute
  • Element does not have an implicit (wrapped) <label>
  • Element does not have an explicit <label>
  • Element's default semantics were not overridden with role="none" or role="presentation"
2

Element location

.VideoPlayer-module-videoPlayerControls-G1SRk > .VideoPlayer-module-videoPlayerSound-ENIX1 > .VideoPlayer-module-videoPlayerButton-FOo74[data-testid="videoControlsMuteButton"]

Element source

<button class="VideoPlayer-module-videoPlayerButton-FOo74" data-testid="videoControlsMuteButton">

Fix any of the following:

  • Element does not have inner text that is visible to screen readers
  • aria-label attribute does not exist or is empty
  • aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
  • Element has no title attribute
  • Element does not have an implicit (wrapped) <label>
  • Element does not have an explicit <label>
  • Element's default semantics were not overridden with role="none" or role="presentation"

2. Form elements must have labels

Learn more

label

WCAG 2 Level A, WCAG 4.1.2

Ensure every form element has a label

critical

Issue Tags: cat.forms wcag2a wcag412 section508 section508.22.n TTv5 TT5.c EN-301-549 EN-9.4.1.2 ACT

# Issue Description To solve this violation, you need to...
1

Element location

.VideoPlayer-module-videoPlayerProgressBar-klZNe

Element source

<input type="range" min="0" max="1" step="any" class="VideoPlayer-module-videoPlayerProgressBar-klZNe" data-testid="videoControlsProgressBar" value="0">

Fix any of the following:

  • Element does not have an implicit (wrapped) <label>
  • Element does not have an explicit <label>
  • aria-label attribute does not exist or is empty
  • aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
  • Element has no title attribute
  • Element has no placeholder attribute
  • Element's default semantics were not overridden with role="none" or role="presentation"
2

Element location

input[step="0.01"]

Element source

<input type="range" min="0" max="1" step="0.01" value="1">

Fix any of the following:

  • Element does not have an implicit (wrapped) <label>
  • Element does not have an explicit <label>
  • aria-label attribute does not exist or is empty
  • aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
  • Element has no title attribute
  • Element has no placeholder attribute
  • Element's default semantics were not overridden with role="none" or role="presentation"

3. All page content should be contained by landmarks

Learn more

region

Best practice

Ensure all page content is contained by landmarks

moderate

Issue Tags: cat.keyboard best-practice

# Issue Description To solve this violation, you need to...
1

Element location

.VideoPlayer-module-videoPlayerPosterWrapper-\+HOtz

Element source

<div class="VideoPlayer-module-videoPlayerPosterWrapper-+HOtz"><img data-testid="videoPlayerPoster" alt="alt text" title="title text" src="https://www.ploom.co.uk/en/about-ploom/_jcr_content/root/container/herobanner/backgroundImage.coreimg.85.1380.jpeg/1663328593084/1920x1080-ploomx-b.jpeg"></div>

Fix any of the following:

  • Some page content is not contained by landmarks
2

Element location

.videoPlayerAspectRatioBox

Element source

<div class="videoPlayerAspectRatioBox">

Fix any of the following:

  • Some page content is not contained by landmarks
3

Element location

.VideoPlayer-module-videoPlayerProgressBar-klZNe

Element source

<input type="range" min="0" max="1" step="any" class="VideoPlayer-module-videoPlayerProgressBar-klZNe" data-testid="videoControlsProgressBar" value="0">

Fix any of the following:

  • Some page content is not contained by landmarks
4

Element location

.VideoPlayer-module-videoPlayerTime-FU7I-

Element source

<div class="VideoPlayer-module-videoPlayerTime-FU7I-"><span class="VideoPlayer-module-elapsedTime-0B-S9">0:00</span><span>/</span><span class="VideoPlayer-module-totalDuration-VEOmo">0:00</span></div>

Fix any of the following:

  • Some page content is not contained by landmarks
5

Element location

input[step="0.01"]

Element source

<input type="range" min="0" max="1" step="0.01" value="1">

Fix any of the following:

  • Some page content is not contained by landmarks
6

Element location

.VideoPlayer-module-videoPlayerInfo-OPxmU

Element source

<div class="VideoPlayer-module-videoPlayerInfo-OPxmU"><span data-testid="videoDescriptionBlock">Sample description of video</span><span data-testid="videoDurationblock">0:00</span></div>

Fix any of the following:

  • Some page content is not contained by landmarks