[Skip navigation links]

Site Report

This tab shows accessibility issues, indicating problems for older users, people with disabilities or accessibility needs. Automated testing cannot detect all accessibility issues, so should be used alongside human testing.

LevelWCAG 2.1Section 508 - 2017Key
ALevel A, 4 issuesLevel A, 4 issuesCritical Pages with level A issues are unusable for some people
AALevel AA, 1 issuesLevel AA, 1 issuesVery Important Pages with level AA issues are very difficult to use
AAALess Important Pages with level AAA issues can be difficult to use
PriorityDescription and URLGuideline and Line#Count

Level A

4 issues on 8 pages

CriticalCSS positioning can make pages unreadable when style sheets are turned off. WCAG 2.1 A F1 Section 508 (2017) A F1 1 pages
Low vision users often switch off style sheets to make text easier to read. Absolute positioning can result in pages that display text out-of-order when style sheets are turned off.
position:absolute
https://buyheets.ae/
Line 1733
CriticalEach a element must contain text or an img with an alt attribute. WCAG 2.1 A F89 Section 508 (2017) A F89 8 pages

A link name allows screen readers to voice what the links does. If there is no link text or the `alt` text is blank, screen readers have nothing to read, so read out the URL instead. To add a name do one of the following:

  • Add text between the a element start and end tags
  • Add an aria-label attribute
  • Add an aria-labelledby attribute
  • Add an img alt attribute if the link contains an img element
https://buyheets.ae/Line 1651
https://buyheets.ae/cart/Line 384
https://buyheets.ae/iqos-heets/Line 1098
https://buyheets.ae/iqos-heets/heets-selection/Line 742
This issue was found on another 4 pages. The trial version is limited to showing issues on 4 pages.
CriticalHTML form control has no accessible name. WCAG 2.1 A F68 Section 508 (2017) A F68 7 pages

A label (or name) linked to the control allows screen readers to voice the label correctly when reading the control. To add a label do one of the following:

  • Use a label element with the for attribute set to the ID of the form control
  • Wrap a label element around the form control
  • Add a title attribute
  • Add an aria-label attribute
  • Add an aria-labelledby attribute
https://buyheets.ae/Line 486 516 546 576 606 ...
https://buyheets.ae/iqos-heets/Line 355 388 421 454 487 ...
https://buyheets.ae/iqos-heets/heets-selection/Line 339 372 405 438 471 ...
https://buyheets.ae/iqos-heets/heets-selection/heets-amber-selection-10-packs/Line 394 471 504 537 570 ...
This issue was found on another 3 pages. The trial version is limited to showing issues on 4 pages.
CriticalThis button element is empty and has no accessible name. WCAG 2.1 A 4.1.2 Section 508 (2017) A 4.1.2 8 pages

A programmatically determined name allows screen readers to tell users what the control does. To add a name do one of the following:

  • Add text between the button start and end tags
  • Add a title attribute
  • Add an aria-label attribute
  • Add an aria-labelledby attribute
  • Add an img alt attribute if the button contains an img element
https://buyheets.ae/Line 1683 1725 1727
https://buyheets.ae/cart/Line 426
https://buyheets.ae/iqos-heets/Line 1140
https://buyheets.ae/iqos-heets/heets-selection/Line 784
This issue was found on another 4 pages. The trial version is limited to showing issues on 4 pages.

Level AA

1 issues on 8 pages

Very ImportantDo not use the meta viewport tag to disable zoom. WCAG 2.1 AA 1.4.4 Section 508 (2017) AA 1.4.4 8 pages
Setting user-scalable=no or maximum-scale to less than 2.0 prevents zooming small text to make it readable. Note that iOS 10+ ignores this setting.
https://buyheets.ae/Line 7
https://buyheets.ae/cart/Line 7
https://buyheets.ae/iqos-heets/Line 7
https://buyheets.ae/iqos-heets/heets-selection/Line 7
This issue was found on another 4 pages. The trial version is limited to showing issues on 4 pages.
Expand all 5 issues