Axe Accessibility Report
Violations
Axe found 5 violations.
Images must have alternate text
Ensures <img> elements have alternate text or a role of none or presentation
Learn more- Rule:
image-alt
- Impact:
critical
- Tags: WCAG 2 Level A, WCAG 1.1.1
6 nodes triggered this violation.
<img src="/layouts/fullwidth-core/images/icons/icon-phone.png" class="bw-top-menu__image">
<img src="/layouts/fullwidth-core/images/icons/icon-mail.png" class="bw-top-menu__image bw-top-menu__image--email">
<img src="/layouts/fullwidth-core/images/icons/icon-marker.png" class="bw-top-menu__image bw-top-menu__image--map">
<img src="/Modules/BWBookingInternational/images/calendar.svg" style="border-width:0">
<img src="/Modules/BWBookingInternational/images/group.svg">
<img id="booking-codes-arrow" src="/Modules/BWBookingInternational/images/caret-circled.svg">
Document should have one main landmark
Ensures the document has a main landmark
Learn more- Rule:
landmark-one-main
- Impact:
moderate
- Tags: Best practice
1 node triggered this violation.
<html lang="sv" class="t-chrome t-chrome91 wf-ubuntu-n7-active wf-notosans-i4-active wf-notosans-i7-active wf-catamaran-n8-active wf-roboto-n4-active wf-lora-n7-active wf-sourcesanspro-n9-active wf-notosans-n4-active wf-notosans-n7-active wf-fjallaone-n4-active wf-ptsans-n7-active wf-ptserif-n7-active wf-concertone-n4-active wf-lato-n9-active wf-playfairdisplay-n6-active wf-playfairdisplay-n4-active wf-oswald-n4-active wf-vollkorn-n4-active wf-vollkorn-n7-active wf-rubik-n9-active wf-besley-n8-active wf-active">
Zooming and scaling must not be disabled
Ensures <meta name="viewport"> does not disable text scaling and zooming
Learn more- Rule:
meta-viewport
- Impact:
critical
- Tags: WCAG 2 Level AA, WCAG 1.4.4
1 node triggered this violation.
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
Page should contain a level-one heading
Ensure that the page, or at least one of its frames contains a level-one heading
Learn more- Rule:
page-has-heading-one
- Impact:
moderate
- Tags: Best practice
1 node triggered this violation.
<html lang="sv" class="t-chrome t-chrome91 wf-ubuntu-n7-active wf-notosans-i4-active wf-notosans-i7-active wf-catamaran-n8-active wf-roboto-n4-active wf-lora-n7-active wf-sourcesanspro-n9-active wf-notosans-n4-active wf-notosans-n7-active wf-fjallaone-n4-active wf-ptsans-n7-active wf-ptserif-n7-active wf-concertone-n4-active wf-lato-n9-active wf-playfairdisplay-n6-active wf-playfairdisplay-n4-active wf-oswald-n4-active wf-vollkorn-n4-active wf-vollkorn-n7-active wf-rubik-n9-active wf-besley-n8-active wf-active">
All page content should be contained by landmarks
Ensures all page content is contained by landmarks
Learn more- Rule:
region
- Impact:
moderate
- Tags: Best practice
9 nodes triggered this violation.
<div class="bw-top__col bw-top__ad-container">
<a id="HTML_BWTop_UniqueLogoHyperLink" class="bw-top__logo-container bw-top__unique-logo-container" href="/"><img id="HTML_BWTop_UniqueLogoImage" class="bw-top__logo-image" src="/layouts/fullwidth-core/images/logotypes/logo-bw.png" alt="Best Western Logo" style="border-width:0"></a>
<div class="cs-bw-booking-calendar__header">
<div class="cs-bw-booking-rooms__header">
<img src="/Modules/BWBookingInternational/images/group.svg">
<input id="booking-rooms-calculations" spellcheck="false" readonly="">
</div>
<div class="cs-bw-booking-codes__header">
<span id="CodesLabel">Bokningskod</span>
<img id="booking-codes-arrow" src="/Modules/BWBookingInternational/images/caret-circled.svg">
</div>
<a id="BookingHyperLinkBox" class="bookingButton" href="https://www.bestwestern.se/hotel/88101" target="_blank">Boka</a>
<div class="articleTemplate_Container">
<div class="articleTemplate_Container">
<div class="articleTemplate_Column col-12">
<div class="articleTemplate_Content"><p style="text-align:center"><em>Från den 1 januari 2018 är Sjöfartshotellet ett KONTANTFRITT hotell, detta på grund av säkerhetsskäl.<br><br></em></p></div>
</div>
</div>
<div class="copyrightWrap">
Passed checks
Axe found 9 passing checks.
Description | Rule | Tags | Nodes |
---|---|---|---|
Elements must meet minimum color contrast ratio thresholds | color-contrast |
WCAG 2 Level AA, WCAG 1.4.3 | 52 |
Documents must have <title> element to aid in navigation | document-title |
WCAG 2 Level A, WCAG 2.4.2 | 1 |
Heading levels should only increase by one | heading-order |
Best practice | 4 |
<html> element must have a lang attribute | html-has-lang |
WCAG 2 Level A, WCAG 3.1.1 | 1 |
<html> element must have a valid value for the lang attribute | html-lang-valid |
WCAG 2 Level A, WCAG 3.1.1 | 1 |
Images must have alternate text | image-alt |
WCAG 2 Level A, WCAG 1.1.1 | 16 |
Banner landmark should not be contained in another landmark | landmark-banner-is-top-level |
Best practice | 1 |
Ensures landmarks are unique | landmark-unique |
Best practice | 2 |
All page content should be contained by landmarks | region |
Best practice | 227 |
Inapplicable checks
Axe found 7 inapplicable checks.
Description | Rule | Tags |
---|---|---|
Required ARIA attributes must be provided | aria-required-attr |
WCAG 2 Level A, WCAG 4.1.2 |
Certain ARIA roles must be contained by particular parents | aria-required-parent |
WCAG 2 Level A, WCAG 1.3.1 |
ARIA roles used must conform to valid values | aria-roles |
WCAG 2 Level A, WCAG 4.1.2 |
ARIA attributes must conform to valid names | aria-valid-attr |
WCAG 2 Level A, WCAG 4.1.2 |
Main landmark should not be contained in another landmark | landmark-main-is-top-level |
Best practice |
Document should not have more than one main landmark | landmark-no-duplicate-main |
Best practice |
lang attribute must have a valid value | valid-lang |
WCAG 2 Level AA, WCAG 3.1.2 |