prefers-color-scheme: darkFocus your efforts on these pages to make the biggest impact (combined scanner unique failures):
| Page | axe Unique | ALFA Unique | Equal Access Unique | AccessLint Unique | QualWeb | Total Unique | Page Title |
|---|---|---|---|---|---|---|---|
| View Page | 38 | 21 | 26 | 41 | 98 | 224 | Alberta.ca Account | Alberta.ca |
| View Page | 1 | 15 | 23 | 2 | 76 | 117 | Social media directory | Alberta.ca |
| View Page | 9 | 19 | 22 | 10 | 46 | 106 | Cutting Red Tape | Alberta.ca |
| View Page | 6 | 16 | 35 | 3 | 31 | 91 | Government of Alberta | Alberta.ca |
| View Page | 6 | 16 | 35 | 3 | 31 | 91 | Government of Alberta | Alberta.ca |
| View Page | 1 | 18 | 28 | 2 | 23 | 72 | Premier of Alberta | Alberta.ca |
| View Page | 1 | 19 | 25 | 2 | 20 | 67 | Alberta Health Care Insurance Plan (AHCIP) | Alberta.ca |
| View Page | 1 | 4 | 23 | 1 | 33 | 62 | Budget 2026: Strengthening what matters | Budget 2026 : Renforcer ce qui compte | alberta.ca |
| View Page | 1 | 17 | 24 | 2 | 14 | 58 | Find a job | Alberta.ca |
| View Page | 1 | 16 | 24 | 2 | 14 | 57 | Open Government program | Alberta.ca |
These ALFA accessibility issues appear most frequently across your pages:
| Rule | Pages Affected | Documentation |
|---|---|---|
| SIA-R111: Interactive elements have a sufficient target size | 27 of 59 | View Rule |
| SIA-R66: Text has enhanced contrast with its background | 27 of 59 | View Rule |
| SIA-R83: Text can be resized to 200% without loss of content | 27 of 59 | View Rule |
| SIA-R57: Landmarks don't repeat the same content | 26 of 59 | View Rule |
| SIA-R3: lang attribute has a valid language code | 25 of 59 | View Rule |
| SIA-R56: Landmarks with the same role are distinguishable | 24 of 59 | View Rule |
| SIA-R61 | 24 of 59 | View Rule |
| SIA-R73: Text spacing can be adjusted without loss of content | 2 of 59 | View Rule |
| SIA-R69: Text has sufficient contrast with its background | 2 of 59 | View Rule |
| SIA-R14: Images have an accessible name or are decorative | 1 of 59 | View Rule |
π‘ Tip: Click on the rule documentation links to learn how to fix each issue.
These axe accessibility issues appear most frequently across your pages:
| Rule | Pages Affected | Documentation |
|---|---|---|
| landmark-unique | 24 of 59 | View Rule |
| aria-allowed-role | 2 of 59 | View Rule |
| color-contrast | 2 of 59 | View Rule |
| region | 2 of 59 | View Rule |
π‘ Tip: Click on the rule documentation links to learn how to fix each issue. Consider fixing the most common issues first for maximum impact.
π€ Future Enhancement: This report will soon include AI-powered fix suggestions for authenticated GitHub users (opt-in only, no auto-run AI).
These HTML patterns cause the same accessibility errors across multiple pages. Fix the pattern once in your codebase to fix it everywhere!
``html
<button id="goa-button--notifications-close" class="goa-button--close" aria-expanded="true" aria-label="Close notification" tabindex="0" value="close" />
XPath (use in browser DevTools):
`
/button[@id="goa-button--notifications-close"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/button[@id="goa-button--notifications-close"]')
5. The element will be highlighted
Affected Pages:
- https://alberta.ca/
- https://alberta.ca/find-a-job
- https://alberta.ca/all-services
- https://alberta.ca/canada-post-service-interruption
- https://alberta.ca/agriculture
- ...and 19 more page(s)
---
Pattern 2: Affects 24 page(s) - 24 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a href="/" title="Home" rel="home">...</a>
`
XPath (use in browser DevTools):
`
/a
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a')
5. The element will be highlighted
Affected Pages:
- https://alberta.ca/
- https://alberta.ca/find-a-job
- https://alberta.ca/all-services
- https://alberta.ca/canada-post-service-interruption
- https://alberta.ca/agriculture
- ...and 19 more page(s)
---
Pattern 3: Affects 24 page(s) - 24 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<button id="goa-search-button" aria-label="Search">...</button>
`
XPath (use in browser DevTools):
`
/button[@id="goa-search-button"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/button[@id="goa-search-button"]')
5. The element will be highlighted
Affected Pages:
- https://alberta.ca/
- https://alberta.ca/find-a-job
- https://alberta.ca/all-services
- https://alberta.ca/canada-post-service-interruption
- https://alberta.ca/agriculture
- ...and 19 more page(s)
---
Pattern 4: Affects 24 page(s) - 24 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a href="https://www.alberta.ca/alberta-ca-account">Alberta.ca Account</a>
`
XPath (use in browser DevTools):
`
/a
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a')
5. The element will be highlighted
Affected Pages:
- https://alberta.ca/
- https://alberta.ca/find-a-job
- https://alberta.ca/all-services
- https://alberta.ca/canada-post-service-interruption
- https://alberta.ca/agriculture
- ...and 19 more page(s)
---
Pattern 5: Affects 24 page(s) - 24 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<button class="goa-button--notifications" aria-label="Notification message expanded" tabindex="-1">...</button>
`
XPath (use in browser DevTools):
`
/button[@class="goa-button--notifications"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/button[@class="goa-button--notifications"]')
5. The element will be highlighted
Affected Pages:
- https://alberta.ca/
- https://alberta.ca/find-a-job
- https://alberta.ca/all-services
- https://alberta.ca/canada-post-service-interruption
- https://alberta.ca/agriculture
- ...and 19 more page(s)
---
Pattern 6: Affects 24 page(s) - 24 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a href="/ministries" class="menu_footer__link" data-drupal-link-system-path="node/7020">Ministries</a>
`
XPath (use in browser DevTools):
`
/a[@class="menu_footer__link"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a[@class="menu_footer__link"]')
5. The element will be highlighted
Affected Pages:
- https://alberta.ca/
- https://alberta.ca/find-a-job
- https://alberta.ca/all-services
- https://alberta.ca/canada-post-service-interruption
- https://alberta.ca/agriculture
- ...and 19 more page(s)
---
Pattern 7: Affects 24 page(s) - 24 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a href="/staff-directory.cfm" class="menu_footer__link">Staff directory</a>
`
XPath (use in browser DevTools):
`
/a[@class="menu_footer__link"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a[@class="menu_footer__link"]')
5. The element will be highlighted
Affected Pages:
- https://alberta.ca/
- https://alberta.ca/find-a-job
- https://alberta.ca/all-services
- https://alberta.ca/canada-post-service-interruption
- https://alberta.ca/agriculture
- ...and 19 more page(s)
---
Pattern 8: Affects 24 page(s) - 24 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a href="/usingthissite" class="menu_about-links__link" data-drupal-link-system-path="node/5864">Using Alberta.ca</a>
`
XPath (use in browser DevTools):
`
/a[@class="menu_about-links__link"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a[@class="menu_about-links__link"]')
5. The element will be highlighted
Affected Pages:
- https://alberta.ca/
- https://alberta.ca/find-a-job
- https://alberta.ca/all-services
- https://alberta.ca/canada-post-service-interruption
- https://alberta.ca/agriculture
- ...and 19 more page(s)
---
Pattern 9: Affects 24 page(s) - 24 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a href="/disclaimer" class="menu_about-links__link" data-drupal-link-system-path="node/2990">Disclaimer</a>
`
XPath (use in browser DevTools):
`
/a[@class="menu_about-links__link"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a[@class="menu_about-links__link"]')
5. The element will be highlighted
Affected Pages:
- https://alberta.ca/
- https://alberta.ca/find-a-job
- https://alberta.ca/all-services
- https://alberta.ca/canada-post-service-interruption
- https://alberta.ca/agriculture
- ...and 19 more page(s)
---
Pattern 10: Affects 24 page(s) - 24 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a href="/privacystatement" class="menu_about-links__link" data-drupal-link-system-path="node/4931">Privacy</a>
`
XPath (use in browser DevTools):
`
/a[@class="menu_about-links__link"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a[@class="menu_about-links__link"]')
5. The element will be highlighted
Affected Pages:
- https://alberta.ca/
- https://alberta.ca/find-a-job
- https://alberta.ca/all-services
- https://alberta.ca/canada-post-service-interruption
- https://alberta.ca/agriculture
- ...and 19 more page(s)
---
Pattern 11: Affects 24 page(s) - 24 occurrence(s)
Scanner: ALFA
Rule: SIA-R111: Interactive elements have a sufficient target size
Issue: Target has insufficient size
HTML Pattern:
`html
<a href="/accessibility" class="menu_about-links__link" data-drupal-link-system-path="node/761">Accessibility</a>
`
XPath (use in browser DevTools):
`
/a[@class="menu_about-links__link"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/a[@class="menu_about-links__link"]')
5. The element will be highlighted
Affected Pages:
- https://alberta.ca/
- https://alberta.ca/find-a-job
- https://alberta.ca/all-services
- https://alberta.ca/canada-post-service-interruption
- https://alberta.ca/agriculture
- ...and 19 more page(s)
---
Pattern 12: Affects 24 page(s) - 24 occurrence(s)
Scanner: ALFA
Rule: SIA-R3: lang attribute has a valid language code
Issue: The element does not have a unique ID
HTML Pattern:
`html
<div id="goa-quicklinks" class="goa-list">...</div>
`
XPath (use in browser DevTools):
`
/div[@id="goa-quicklinks"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/div[@id="goa-quicklinks"]')
5. The element will be highlighted
Affected Pages:
- https://alberta.ca/
- https://alberta.ca/find-a-job
- https://alberta.ca/all-services
- https://alberta.ca/canada-post-service-interruption
- https://alberta.ca/agriculture
- ...and 19 more page(s)
---
Pattern 13: Affects 24 page(s) - 24 occurrence(s)
Scanner: ALFA
Rule: SIA-R3: lang attribute has a valid language code
Issue: The element does not have a unique ID
HTML Pattern:
`html
<nav role="navigation" id="goa-quicklinks" class="goa-list">...</nav>
`
XPath (use in browser DevTools):
`
/nav[@id="goa-quicklinks"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/nav[@id="goa-quicklinks"]')
5. The element will be highlighted
Affected Pages:
- https://alberta.ca/
- https://alberta.ca/find-a-job
- https://alberta.ca/all-services
- https://alberta.ca/canada-post-service-interruption
- https://alberta.ca/agriculture
- ...and 19 more page(s)
---
Pattern 14: Affects 24 page(s) - 24 occurrence(s)
Scanner: ALFA
Rule: SIA-R3: lang attribute has a valid language code
Issue: The element does not have a unique ID
HTML Pattern:
`html
<div id="goa-aboutlinks" class="goa-list">...</div>
`
XPath (use in browser DevTools):
`
/div[@id="goa-aboutlinks"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/div[@id="goa-aboutlinks"]')
5. The element will be highlighted
Affected Pages:
- https://alberta.ca/
- https://alberta.ca/find-a-job
- https://alberta.ca/all-services
- https://alberta.ca/canada-post-service-interruption
- https://alberta.ca/agriculture
- ...and 19 more page(s)
---
Pattern 15: Affects 24 page(s) - 24 occurrence(s)
Scanner: ALFA
Rule: SIA-R3: lang attribute has a valid language code
Issue: The element does not have a unique ID
HTML Pattern:
`html
<nav role="navigation" id="goa-aboutlinks" class="goa-list">...</nav>
`
XPath (use in browser DevTools):
`
/nav[@id="goa-aboutlinks"]
`
How to Replicate:
1. Open any affected page in your browser
2. Press F12 to open DevTools
3. Go to Console tab
4. Run:
$x('/nav[@id="goa-aboutlinks"]')
5. The element will be highlighted
Affected Pages:
- https://alberta.ca/
- https://alberta.ca/find-a-job
- https://alberta.ca/all-services
- https://alberta.ca/canada-post-service-interruption
- https://alberta.ca/agriculture
- ...and 19 more page(s)
---
π‘ Pro Tip: These patterns likely come from shared components or templates in your codebase. Fix them in the component/template source, and the fix will propagate to all affected pages.
π Detailed Results
Complete scan results for all tested pages:
Submitted URL Final URL Status HTTP Redirected Time (ms) axe Unique ALFA Unique Equal Access Unique AccessLint Unique Duplicates Notes
https://alberta.ca/ https://www.alberta.ca/ OK 200 yes 14018 6 16 35 3 93 Government of Alberta | Alberta.ca
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: aria-allowed-role, landmark-unique
Equal Access failed rules: aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, img_alt_decorative, input_label_visible, style_background_decorative, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, widget_tabbable_exists
AccessLint failed rules: aria/aria-allowed-attr, landmarks/region, text-alternatives/image-alt-words
https://alberta.ca/accessibility https://alberta.ca/accessibility FAIL - no 320 0 0 0 0 0 fetch failed
https://alberta.ca/find-a-job https://www.alberta.ca/find-a-job OK 200 yes 11510 1 17 24 2 40 Find a job | Alberta.ca
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: landmark-unique
Equal Access failed rules: aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, input_label_visible, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_exists
AccessLint failed rules: aria/aria-allowed-attr, landmarks/region
https://alberta.ca/all-services https://www.alberta.ca/all-services OK 200 yes 11371 1 15 22 2 32 All services | Alberta.ca
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: landmark-unique
Equal Access failed rules: aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, input_label_visible, style_background_decorative, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, widget_tabbable_exists
AccessLint failed rules: aria/aria-allowed-attr, landmarks/region
https://alberta.ca/canada-post-service-interruption https://www.alberta.ca/canada-post-service-interruption OK 200 yes 15520 1 16 24 2 38 Canada Post service interruption | Alberta.ca
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: landmark-unique
Equal Access failed rules: aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, input_label_visible, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists
AccessLint failed rules: aria/aria-allowed-attr, landmarks/region
https://alberta.ca/vehicle-registration-renewal https://alberta.ca/vehicle-registration-renewal FAIL - no 242 0 0 0 0 0 fetch failed
https://alberta.ca/family-and-social-supports-topic https://alberta.ca/family-and-social-supports-topic FAIL - no 210 0 0 0 0 0 fetch failed
https://alberta.ca/about-government https://alberta.ca/about-government FAIL - no 174 0 0 0 0 0 fetch failed
https://alberta.ca/acute-care-action-plan https://alberta.ca/acute-care-action-plan FAIL - no 175 0 0 0 0 0 fetch failed
https://alberta.ca/agriculture https://www.alberta.ca/agriculture OK 200 yes 11025 1 15 21 2 24 Agriculture | Alberta.ca
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: landmark-unique
Equal Access failed rules: aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, input_label_visible, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, widget_tabbable_exists
AccessLint failed rules: aria/aria-allowed-attr, landmarks/region
https://alberta.ca/ahcip https://www.alberta.ca/ahcip OK 200 yes 11518 1 19 25 2 58 Alberta Health Care Insurance Plan (AHCIP) | Alberta.ca
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: landmark-unique
Equal Access failed rules: aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, input_label_visible, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists
AccessLint failed rules: aria/aria-allowed-attr, landmarks/region
https://alberta.ca/aish https://alberta.ca/aish FAIL - no 179 0 0 0 0 0 fetch failed
https://alberta.ca/alberta-advantage-immigration-program https://alberta.ca/alberta-advantage-immigration-program FAIL - no 199 0 0 0 0 0 fetch failed
https://alberta.ca/alberta-ca-account https://www.alberta.ca/alberta-ca-account OK 200 yes 14178 38 21 26 41 234 Alberta.ca Account | Alberta.ca
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: color-contrast, landmark-unique
Equal Access failed rules: aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, input_label_visible, label_name_visible, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists
AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, labels-and-names/label-content-mismatch, landmarks/region, text-alternatives/image-alt-words
https://alberta.ca/announcements.cfm?xID=957330F7B921A-EEA9-EE49-575132BCF2B4A8E4 https://alberta.ca/announcements.cfm?xID=957330F7B921A-EEA9-EE49-575132BCF2B4A8E4 FAIL - no 155 0 0 0 0 0 fetch failed
https://alberta.ca/announcements.cfm?xID=9573410ED1AD8-DE7F-DF66-A798654D0700135F https://alberta.ca/announcements.cfm?xID=9573410ED1AD8-DE7F-DF66-A798654D0700135F FAIL - no 174 0 0 0 0 0 fetch failed
https://alberta.ca/announcements.cfm?xID=95735120C00EF-B4D2-523E-653AFC3B7691D90A https://www.alberta.ca/release.cfm?xID=95735120C00EF-B4D2-523E-653AFC3B7691D90A OK 200 yes 13434 1 4 23 1 123 Budget 2026: Strengthening what matters | Budget 2026 : Renforcer ce qui compte | alberta.ca
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: region
Equal Access failed rules: aria_complementary_labelled, aria_content_in_landmark, aria_role_redundant, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, heading_markup_misuse, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled
AccessLint failed rules: landmarks/region
https://alberta.ca/birth-adoption-death-marriage-and-divorce-topic https://alberta.ca/birth-adoption-death-marriage-and-divorce-topic FAIL - no 207 0 0 0 0 0 fetch failed
https://alberta.ca/budget https://alberta.ca/budget FAIL - no 175 0 0 0 0 0 fetch failed
https://alberta.ca/business-and-economic-development https://www.alberta.ca/business-and-economic-development OK 200 yes 11075 1 15 21 2 21 Business and economic development | Alberta.ca
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: landmark-unique
Equal Access failed rules: aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, input_label_visible, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, widget_tabbable_exists
AccessLint failed rules: aria/aria-allowed-attr, landmarks/region
https://alberta.ca/contact-government https://www.alberta.ca/contact-government OK 200 yes 10627 1 16 22 2 22 Contact government | Alberta.ca
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: landmark-unique
Equal Access failed rules: aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, input_label_visible, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists
AccessLint failed rules: aria/aria-allowed-attr, landmarks/region
https://alberta.ca/contact.cfm https://www.alberta.ca/contact-government OK 200 yes 11014 1 16 22 2 22 Contact government | Alberta.ca
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: landmark-unique
Equal Access failed rules: aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, input_label_visible, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists
AccessLint failed rules: aria/aria-allowed-attr, landmarks/region
https://alberta.ca/culture-topic https://www.alberta.ca/culture-topic OK 200 yes 10845 1 15 21 2 24 Culture | Alberta.ca
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: landmark-unique
Equal Access failed rules: aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, input_label_visible, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, widget_tabbable_exists
AccessLint failed rules: aria/aria-allowed-attr, landmarks/region
https://alberta.ca/cut-red-tape https://www.alberta.ca/cut-red-tape OK 200 yes 16882 9 19 22 10 111 Cutting Red Tape | Alberta.ca
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: color-contrast, landmark-unique
Equal Access failed rules: aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, blockquote_cite_exists, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, input_label_visible, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists
AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, landmarks/region
https://alberta.ca/disclaimer https://alberta.ca/disclaimer FAIL - no 227 0 0 0 0 0 fetch failed
https://alberta.ca/driving-safety-topic https://alberta.ca/driving-safety-topic FAIL - no 156 0 0 0 0 0 fetch failed
https://alberta.ca/education-and-training-topic https://alberta.ca/education-and-training-topic FAIL - no 211 0 0 0 0 0 fetch failed
https://alberta.ca/emergency https://alberta.ca/emergency FAIL - no 189 0 0 0 0 0 fetch failed
https://alberta.ca/emergency-preparedness-disaster-response-and-public-safety-topic https://www.alberta.ca/emergency-preparedness-disaster-response-and-public-safety-topic OK 200 yes 10621 1 15 21 2 22 Emergency preparedness, disaster response and public safety | Alberta.ca
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: landmark-unique
Equal Access failed rules: aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, input_label_visible, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, widget_tabbable_exists
AccessLint failed rules: aria/aria-allowed-attr, landmarks/region
https://alberta.ca/employment-topic https://www.alberta.ca/employment-topic OK 200 yes 10844 1 15 21 2 23 Employment | Alberta.ca
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: landmark-unique
Equal Access failed rules: aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, input_label_visible, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, widget_tabbable_exists
AccessLint failed rules: aria/aria-allowed-attr, landmarks/region
https://alberta.ca/energy-topic https://www.alberta.ca/energy-topic OK 200 yes 10777 1 15 21 2 24 Energy | Alberta.ca
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: landmark-unique
Equal Access failed rules: aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, input_label_visible, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, widget_tabbable_exists
AccessLint failed rules: aria/aria-allowed-attr, landmarks/region
https://alberta.ca/environment-natural-resources https://alberta.ca/environment-natural-resources FAIL - no 175 0 0 0 0 0 fetch failed
https://alberta.ca/fish-and-wildlife-topic https://alberta.ca/fish-and-wildlife-topic FAIL - no 236 0 0 0 0 0 fetch failed
https://alberta.ca/government-of-alberta https://www.alberta.ca/ OK 200 yes 11376 6 16 35 3 93 Government of Alberta | Alberta.ca
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: aria-allowed-role, landmark-unique
Equal Access failed rules: aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, img_alt_decorative, input_label_visible, style_background_decorative, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, widget_tabbable_exists
AccessLint failed rules: aria/aria-allowed-attr, landmarks/region, text-alternatives/image-alt-words
https://alberta.ca/health-wellness https://alberta.ca/health-wellness FAIL - no 228 0 0 0 0 0 fetch failed
https://alberta.ca/housing-topic https://www.alberta.ca/housing-topic OK 200 yes 10850 1 15 21 2 20 Housing | Alberta.ca
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: landmark-unique
Equal Access failed rules: aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, input_label_visible, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, widget_tabbable_exists
AccessLint failed rules: aria/aria-allowed-attr, landmarks/region
https://alberta.ca/indigenous-relations-topic https://www.alberta.ca/indigenous-relations-topic OK 200 yes 10896 1 15 21 2 24 Indigenous relations | Alberta.ca
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: landmark-unique
Equal Access failed rules: aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, input_label_visible, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, widget_tabbable_exists
AccessLint failed rules: aria/aria-allowed-attr, landmarks/region
https://alberta.ca/infrastructure-topic https://alberta.ca/infrastructure-topic FAIL - no 179 0 0 0 0 0 fetch failed
https://alberta.ca/justice-topic https://www.alberta.ca/justice-topic OK 200 yes 10585 1 15 21 2 24 Justice | Alberta.ca
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: landmark-unique
Equal Access failed rules: aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, input_label_visible, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, widget_tabbable_exists
AccessLint failed rules: aria/aria-allowed-attr, landmarks/region
https://alberta.ca/key-initiatives https://alberta.ca/key-initiatives FAIL - no 177 0 0 0 0 0 fetch failed
https://alberta.ca/ministries https://alberta.ca/ministries FAIL - no 159 0 0 0 0 0 fetch failed
https://alberta.ca/moving-to-alberta-topic https://alberta.ca/moving-to-alberta-topic FAIL - no 154 0 0 0 0 0 fetch failed
https://alberta.ca/municipalities-topic https://www.alberta.ca/municipalities-topic OK 200 yes 12326 1 15 21 2 23 Municipalities | Alberta.ca
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: landmark-unique
Equal Access failed rules: aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, input_label_visible, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, widget_tabbable_exists
AccessLint failed rules: aria/aria-allowed-attr, landmarks/region
https://alberta.ca/news https://alberta.ca/news FAIL - no 173 0 0 0 0 0 fetch failed
https://alberta.ca/non-profit-and-charitable-organizations-topic https://alberta.ca/non-profit-and-charitable-organizations-topic FAIL - no 156 0 0 0 0 0 fetch failed
https://alberta.ca/open-government-program https://www.alberta.ca/open-government-program OK 200 yes 11299 1 16 24 2 42 Open Government program | Alberta.ca
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: landmark-unique
Equal Access failed rules: aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, input_label_visible, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_exists
AccessLint failed rules: aria/aria-allowed-attr, landmarks/region
https://alberta.ca/premier.aspx https://www.alberta.ca/premier OK 200 yes 11570 1 18 28 2 69 Premier of Alberta | Alberta.ca
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: landmark-unique
Equal Access failed rules: aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, input_label_visible, style_background_decorative, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists
AccessLint failed rules: aria/aria-allowed-attr, landmarks/region
https://alberta.ca/privacystatement https://alberta.ca/privacystatement FAIL - no 175 0 0 0 0 0 fetch failed
https://alberta.ca/public-engagement https://alberta.ca/public-engagement FAIL - no 158 0 0 0 0 0 fetch failed
https://alberta.ca/release.cfm?xID=956393BF7AAE1-FC58-0121-F6ACBF2A8BCD7A5B https://www.alberta.ca/release.cfm?xID=956393BF7AAE1-FC58-0121-F6ACBF2A8BCD7A5B OK 200 yes 10015 1 4 22 1 43 Raising funds for conservation in Alberta | alberta.ca
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don't repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: region
Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_visible, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, table_headers_exists
AccessLint failed rules: landmarks/region
https://alberta.ca/release.cfm?xID=956403CB2A273-BB32-5FB1-CF2920F98FFC9B8A https://alberta.ca/release.cfm?xID=956403CB2A273-BB32-5FB1-CF2920F98FFC9B8A FAIL - no 174 0 0 0 0 0 fetch failed
https://alberta.ca/release.cfm?xID=9564141722588-FFA6-400D-B388DB636D18FB65 https://alberta.ca/release.cfm?xID=9564141722588-FFA6-400D-B388DB636D18FB65 FAIL - no 155 0 0 0 0 0 fetch failed
https://alberta.ca/schools-now https://alberta.ca/schools-now FAIL - no 155 0 0 0 0 0 fetch failed
https://alberta.ca/social-media-directory https://www.alberta.ca/social-media-directory OK 200 yes 12206 1 15 23 2 228 Social media directory | Alberta.ca
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: landmark-unique
Equal Access failed rules: aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, input_label_visible, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_exists
AccessLint failed rules: aria/aria-allowed-attr, landmarks/region
https://alberta.ca/staff-directory.cfm https://www.alberta.ca/staff-directory.cfm OK 200 yes 10975 0 6 14 0 38 Government staff directory | Alberta.ca
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content)
Equal Access failed rules: aria_attribute_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled
https://alberta.ca/tax-information-topic https://alberta.ca/tax-information-topic FAIL - no 178 0 0 0 0 0 fetch failed
https://alberta.ca/tourism-sport-and-outdoor-recreation https://www.alberta.ca/tourism-sport-and-outdoor-recreation OK 200 yes 10477 1 15 21 2 21 Tourism, sport and outdoor recreation | Alberta.ca
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: landmark-unique
Equal Access failed rules: aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, input_label_visible, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, widget_tabbable_exists
AccessLint failed rules: aria/aria-allowed-attr, landmarks/region
https://alberta.ca/usingthissite https://alberta.ca/usingthissite FAIL - no 229 0 0 0 0 0 fetch failed
https://alberta.ca/west-coast-oil-pipeline https://alberta.ca/west-coast-oil-pipeline FAIL - no 158 0 0 0 0 0 fetch failed
Detailed Failure Information (ALFA)
https://alberta.ca/
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-button--notifications-close"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-search-button"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="goa-button--notifications"]
Failure 5:
- Message: Target has insufficient size
- HTML:
West Coast Oil Pipeline
XPath: /a[@class="card-link"]
... and 2 more failures for this rule
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-quicklinks"]
Failure 2:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-quicklinks"]
Failure 3:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-aboutlinks"]
Failure 4:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-aboutlinks"]
Rule: SIA-R56: Landmarks with the same role are distinguishable
Failure 1:
- Message: Some
navigation have the same name.
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 5.1:1 which is below the required contrast of 7:1
Rule: SIA-R83: Text can be resized to 200% without loss of content
Failure 1:
- Message: The text is clipped
https://alberta.ca/find-a-job
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-button--notifications-close"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-search-button"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="goa-button--notifications"]
Failure 5:
- Message: Target has insufficient size
- HTML:
Non-government jobs
XPath: /a[@class="card-link"]
... and 3 more failures for this rule
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-quicklinks"]
Failure 2:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-quicklinks"]
Failure 3:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-aboutlinks"]
Failure 4:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-aboutlinks"]
Rule: SIA-R56: Landmarks with the same role are distinguishable
Failure 1:
- Message: Some
navigation have the same name.
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 5.1:1 which is below the required contrast of 7:1
Rule: SIA-R83: Text can be resized to 200% without loss of content
Failure 1:
- Message: The text is clipped
https://alberta.ca/all-services
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-button--notifications-close"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-search-button"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="goa-button--notifications"]
Failure 5:
- Message: Target has insufficient size
- HTML:
Ministries
XPath: /a[@class="menu_footer__link"]
... and 1 more failures for this rule
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-quicklinks"]
Failure 2:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-quicklinks"]
Failure 3:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-aboutlinks"]
Failure 4:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-aboutlinks"]
Rule: SIA-R56: Landmarks with the same role are distinguishable
Failure 1:
- Message: Some
navigation have the same name.
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 5.1:1 which is below the required contrast of 7:1
Rule: SIA-R83: Text can be resized to 200% without loss of content
Failure 1:
- Message: The text is clipped
https://alberta.ca/canada-post-service-interruption
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-button--notifications-close"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-search-button"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="goa-button--notifications"]
Failure 5:
- Message: Target has insufficient size
- HTML:
Ministries
XPath: /a[@class="menu_footer__link"]
... and 1 more failures for this rule
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-quicklinks"]
Failure 2:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-quicklinks"]
Failure 3:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-aboutlinks"]
Failure 4:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-aboutlinks"]
Rule: SIA-R56: Landmarks with the same role are distinguishable
Failure 1:
- Message: Some
navigation have the same name.
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 5.1:1 which is below the required contrast of 7:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
...
XPath: /p
Rule: SIA-R83: Text can be resized to 200% without loss of content
Failure 1:
- Message: The text is clipped
https://alberta.ca/agriculture
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-button--notifications-close"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-search-button"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="goa-button--notifications"]
Failure 5:
- Message: Target has insufficient size
- HTML:
Ministries
XPath: /a[@class="menu_footer__link"]
... and 1 more failures for this rule
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-quicklinks"]
Failure 2:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-quicklinks"]
Failure 3:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-aboutlinks"]
Failure 4:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-aboutlinks"]
Rule: SIA-R56: Landmarks with the same role are distinguishable
Failure 1:
- Message: Some
navigation have the same name.
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 5.1:1 which is below the required contrast of 7:1
Rule: SIA-R83: Text can be resized to 200% without loss of content
Failure 1:
- Message: The text is clipped
https://alberta.ca/ahcip
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-button--notifications-close"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-search-button"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="goa-button--notifications"]
Failure 5:
- Message: Target has insufficient size
- HTML:
English
XPath: /a[@class="language-link is-active"]
... and 5 more failures for this rule
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-quicklinks"]
Failure 2:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-quicklinks"]
Failure 3:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-aboutlinks"]
Failure 4:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-aboutlinks"]
Rule: SIA-R56: Landmarks with the same role are distinguishable
Failure 1:
- Message: Some
navigation have the same name.
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 5.1:1 which is below the required contrast of 7:1
Rule: SIA-R83: Text can be resized to 200% without loss of content
Failure 1:
- Message: The text is clipped
https://alberta.ca/alberta-ca-account
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-button--notifications-close"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-search-button"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="goa-button--notifications"]
Failure 5:
- Message: Target has insufficient size
- HTML:
Sign in or create an Alberta.ca Account
XPath: /a[@class="goa-cta"]
... and 4 more failures for this rule
Rule: SIA-R14: Images have an accessible name or are decorative
Failure 1:
- Message: The visible text content of the element is not included within its accessible name
- HTML:
Sign in or create an Alberta.ca Account
XPath: /a[@class="goa-cta"]
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="accordions"]
Failure 2:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-quicklinks"]
Failure 3:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-quicklinks"]
Failure 4:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-aboutlinks"]
Failure 5:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-aboutlinks"]
Rule: SIA-R56: Landmarks with the same role are distinguishable
Failure 1:
- Message: Some
navigation have the same name.
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 5.1:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.46:1 which is below the required contrast of 4.5:1
Rule: SIA-R83: Text can be resized to 200% without loss of content
Failure 1:
- Message: The text is clipped
https://alberta.ca/announcements.cfm?xID=95735120C00EF-B4D2-523E-653AFC3B7691D90A
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
Government news
XPath: /a
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.5:1 which is below the required contrast of 7:1
Rule: SIA-R83: Text can be resized to 200% without loss of content
Failure 1:
- Message: The text is clipped
https://alberta.ca/business-and-economic-development
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-button--notifications-close"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-search-button"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="goa-button--notifications"]
Failure 5:
- Message: Target has insufficient size
- HTML:
Ministries
XPath: /a[@class="menu_footer__link"]
... and 1 more failures for this rule
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-quicklinks"]
Failure 2:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-quicklinks"]
Failure 3:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-aboutlinks"]
Failure 4:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-aboutlinks"]
Rule: SIA-R56: Landmarks with the same role are distinguishable
Failure 1:
- Message: Some
navigation have the same name.
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 5.1:1 which is below the required contrast of 7:1
Rule: SIA-R83: Text can be resized to 200% without loss of content
Failure 1:
- Message: The text is clipped
https://alberta.ca/contact-government
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-button--notifications-close"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-search-button"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="goa-button--notifications"]
Failure 5:
- Message: Target has insufficient size
- HTML:
Ministries
XPath: /a[@class="menu_footer__link"]
... and 2 more failures for this rule
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-quicklinks"]
Failure 2:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-quicklinks"]
Failure 3:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-aboutlinks"]
Failure 4:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-aboutlinks"]
Rule: SIA-R56: Landmarks with the same role are distinguishable
Failure 1:
- Message: Some
navigation have the same name.
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 5.1:1 which is below the required contrast of 7:1
Rule: SIA-R83: Text can be resized to 200% without loss of content
Failure 1:
- Message: The text is clipped
https://alberta.ca/contact.cfm
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-button--notifications-close"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-search-button"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="goa-button--notifications"]
Failure 5:
- Message: Target has insufficient size
- HTML:
Ministries
XPath: /a[@class="menu_footer__link"]
... and 2 more failures for this rule
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-quicklinks"]
Failure 2:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-quicklinks"]
Failure 3:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-aboutlinks"]
Failure 4:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-aboutlinks"]
Rule: SIA-R56: Landmarks with the same role are distinguishable
Failure 1:
- Message: Some
navigation have the same name.
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 5.1:1 which is below the required contrast of 7:1
Rule: SIA-R83: Text can be resized to 200% without loss of content
Failure 1:
- Message: The text is clipped
https://alberta.ca/culture-topic
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-button--notifications-close"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-search-button"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="goa-button--notifications"]
Failure 5:
- Message: Target has insufficient size
- HTML:
Ministries
XPath: /a[@class="menu_footer__link"]
... and 1 more failures for this rule
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-quicklinks"]
Failure 2:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-quicklinks"]
Failure 3:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-aboutlinks"]
Failure 4:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-aboutlinks"]
Rule: SIA-R56: Landmarks with the same role are distinguishable
Failure 1:
- Message: Some
navigation have the same name.
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 5.1:1 which is below the required contrast of 7:1
Rule: SIA-R83: Text can be resized to 200% without loss of content
Failure 1:
- Message: The text is clipped
https://alberta.ca/cut-red-tape
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-button--notifications-close"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-search-button"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="goa-button--notifications"]
Failure 5:
- Message: Target has insufficient size
- HTML:
Email us your idea
XPath: /a[@class="goa-cta"]
... and 3 more failures for this rule
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-quicklinks"]
Failure 2:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-quicklinks"]
Failure 3:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-aboutlinks"]
Failure 4:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-aboutlinks"]
Rule: SIA-R56: Landmarks with the same role are distinguishable
Failure 1:
- Message: Some
navigation have the same name.
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 5.1:1 which is below the required contrast of 7:1
Rule: SIA-R69: Text has sufficient contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.46:1 which is below the required contrast of 4.5:1
Rule: SIA-R73: Text spacing can be adjusted without loss of content
Failure 1:
- Message: The line height of the paragraph is less than 1.5
- HTML:
Our government has met its commitment to cut red t...
XPath: /p
Rule: SIA-R83: Text can be resized to 200% without loss of content
Failure 1:
- Message: The text is clipped
https://alberta.ca/emergency-preparedness-disaster-response-and-public-safety-topic
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-button--notifications-close"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-search-button"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="goa-button--notifications"]
Failure 5:
- Message: Target has insufficient size
- HTML:
Ministries
XPath: /a[@class="menu_footer__link"]
... and 1 more failures for this rule
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-quicklinks"]
Failure 2:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-quicklinks"]
Failure 3:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-aboutlinks"]
Failure 4:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-aboutlinks"]
Rule: SIA-R56: Landmarks with the same role are distinguishable
Failure 1:
- Message: Some
navigation have the same name.
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 5.1:1 which is below the required contrast of 7:1
Rule: SIA-R83: Text can be resized to 200% without loss of content
Failure 1:
- Message: The text is clipped
https://alberta.ca/employment-topic
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-button--notifications-close"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-search-button"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="goa-button--notifications"]
Failure 5:
- Message: Target has insufficient size
- HTML:
Ministries
XPath: /a[@class="menu_footer__link"]
... and 1 more failures for this rule
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-quicklinks"]
Failure 2:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-quicklinks"]
Failure 3:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-aboutlinks"]
Failure 4:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-aboutlinks"]
Rule: SIA-R56: Landmarks with the same role are distinguishable
Failure 1:
- Message: Some
navigation have the same name.
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 5.1:1 which is below the required contrast of 7:1
Rule: SIA-R83: Text can be resized to 200% without loss of content
Failure 1:
- Message: The text is clipped
https://alberta.ca/energy-topic
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-button--notifications-close"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-search-button"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="goa-button--notifications"]
Failure 5:
- Message: Target has insufficient size
- HTML:
Ministries
XPath: /a[@class="menu_footer__link"]
... and 1 more failures for this rule
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-quicklinks"]
Failure 2:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-quicklinks"]
Failure 3:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-aboutlinks"]
Failure 4:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-aboutlinks"]
Rule: SIA-R56: Landmarks with the same role are distinguishable
Failure 1:
- Message: Some
navigation have the same name.
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 5.1:1 which is below the required contrast of 7:1
Rule: SIA-R83: Text can be resized to 200% without loss of content
Failure 1:
- Message: The text is clipped
https://alberta.ca/government-of-alberta
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-button--notifications-close"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-search-button"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="goa-button--notifications"]
Failure 5:
- Message: Target has insufficient size
- HTML:
West Coast Oil Pipeline
XPath: /a[@class="card-link"]
... and 2 more failures for this rule
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-quicklinks"]
Failure 2:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-quicklinks"]
Failure 3:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-aboutlinks"]
Failure 4:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-aboutlinks"]
Rule: SIA-R56: Landmarks with the same role are distinguishable
Failure 1:
- Message: Some
navigation have the same name.
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 5.1:1 which is below the required contrast of 7:1
Rule: SIA-R83: Text can be resized to 200% without loss of content
Failure 1:
- Message: The text is clipped
https://alberta.ca/housing-topic
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-button--notifications-close"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-search-button"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="goa-button--notifications"]
Failure 5:
- Message: Target has insufficient size
- HTML:
Ministries
XPath: /a[@class="menu_footer__link"]
... and 1 more failures for this rule
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-quicklinks"]
Failure 2:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-quicklinks"]
Failure 3:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-aboutlinks"]
Failure 4:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-aboutlinks"]
Rule: SIA-R56: Landmarks with the same role are distinguishable
Failure 1:
- Message: Some
navigation have the same name.
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 5.1:1 which is below the required contrast of 7:1
Rule: SIA-R83: Text can be resized to 200% without loss of content
Failure 1:
- Message: The text is clipped
https://alberta.ca/indigenous-relations-topic
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-button--notifications-close"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-search-button"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="goa-button--notifications"]
Failure 5:
- Message: Target has insufficient size
- HTML:
Ministries
XPath: /a[@class="menu_footer__link"]
... and 1 more failures for this rule
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-quicklinks"]
Failure 2:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-quicklinks"]
Failure 3:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-aboutlinks"]
Failure 4:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-aboutlinks"]
Rule: SIA-R56: Landmarks with the same role are distinguishable
Failure 1:
- Message: Some
navigation have the same name.
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 5.1:1 which is below the required contrast of 7:1
Rule: SIA-R83: Text can be resized to 200% without loss of content
Failure 1:
- Message: The text is clipped
https://alberta.ca/justice-topic
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-button--notifications-close"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-search-button"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="goa-button--notifications"]
Failure 5:
- Message: Target has insufficient size
- HTML:
Ministries
XPath: /a[@class="menu_footer__link"]
... and 1 more failures for this rule
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-quicklinks"]
Failure 2:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-quicklinks"]
Failure 3:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-aboutlinks"]
Failure 4:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-aboutlinks"]
Rule: SIA-R56: Landmarks with the same role are distinguishable
Failure 1:
- Message: Some
navigation have the same name.
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 5.1:1 which is below the required contrast of 7:1
Rule: SIA-R83: Text can be resized to 200% without loss of content
Failure 1:
- Message: The text is clipped
https://alberta.ca/municipalities-topic
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-button--notifications-close"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-search-button"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="goa-button--notifications"]
Failure 5:
- Message: Target has insufficient size
- HTML:
Ministries
XPath: /a[@class="menu_footer__link"]
... and 1 more failures for this rule
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-quicklinks"]
Failure 2:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-quicklinks"]
Failure 3:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-aboutlinks"]
Failure 4:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-aboutlinks"]
Rule: SIA-R56: Landmarks with the same role are distinguishable
Failure 1:
- Message: Some
navigation have the same name.
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 5.1:1 which is below the required contrast of 7:1
Rule: SIA-R83: Text can be resized to 200% without loss of content
Failure 1:
- Message: The text is clipped
https://alberta.ca/open-government-program
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-button--notifications-close"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-search-button"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="goa-button--notifications"]
Failure 5:
- Message: Target has insufficient size
- HTML:
Search for publications
XPath: /a[@class="card-link"]
... and 2 more failures for this rule
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-quicklinks"]
Failure 2:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-quicklinks"]
Failure 3:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-aboutlinks"]
Failure 4:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-aboutlinks"]
Rule: SIA-R56: Landmarks with the same role are distinguishable
Failure 1:
- Message: Some
navigation have the same name.
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 5.1:1 which is below the required contrast of 7:1
Rule: SIA-R83: Text can be resized to 200% without loss of content
Failure 1:
- Message: The text is clipped
https://alberta.ca/premier.aspx
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-button--notifications-close"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-search-button"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="goa-button--notifications"]
Failure 5:
- Message: Target has insufficient size
- HTML:
Premierβs statement in the Legislative Assembly
XPath: /a[@class="card-link"]
... and 4 more failures for this rule
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-quicklinks"]
Failure 2:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-quicklinks"]
Failure 3:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-aboutlinks"]
Failure 4:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-aboutlinks"]
Rule: SIA-R56: Landmarks with the same role are distinguishable
Failure 1:
- Message: Some
navigation have the same name.
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 5.1:1 which is below the required contrast of 7:1
Rule: SIA-R83: Text can be resized to 200% without loss of content
Failure 1:
- Message: The text is clipped
https://alberta.ca/release.cfm?xID=956393BF7AAE1-FC58-0121-F6ACBF2A8BCD7A5B
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
Government news
XPath: /a
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.5:1 which is below the required contrast of 7:1
Rule: SIA-R83: Text can be resized to 200% without loss of content
Failure 1:
- Message: The text is clipped
https://alberta.ca/social-media-directory
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-button--notifications-close"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-search-button"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="goa-button--notifications"]
Failure 5:
- Message: Target has insufficient size
- HTML:
Ministries
XPath: /a[@class="menu_footer__link"]
... and 1 more failures for this rule
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-quicklinks"]
Failure 2:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-quicklinks"]
Failure 3:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-aboutlinks"]
Failure 4:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-aboutlinks"]
Rule: SIA-R56: Landmarks with the same role are distinguishable
Failure 1:
- Message: Some
navigation have the same name.
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 5.1:1 which is below the required contrast of 7:1
Rule: SIA-R83: Text can be resized to 200% without loss of content
Failure 1:
- Message: The text is clipped
https://alberta.ca/staff-directory.cfm
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
Contact government
XPath: /a
Failure 2:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="goa-section-menu--links"]
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="search-goa-button"]
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /button[@id="search-goa-button"]
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 4.5:1 which is below the required contrast of 7:1
Rule: SIA-R83: Text can be resized to 200% without loss of content
Failure 1:
- Message: The text is clipped
https://alberta.ca/tourism-sport-and-outdoor-recreation
Rule: SIA-R111: Interactive elements have a sufficient target size
Failure 1:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-button--notifications-close"]
Failure 2:
- Message: Target has insufficient size
- HTML:
...
XPath: /a
Failure 3:
- Message: Target has insufficient size
- HTML:
XPath: /button[@id="goa-search-button"]
Failure 4:
- Message: Target has insufficient size
- HTML:
XPath: /button[@class="goa-button--notifications"]
Failure 5:
- Message: Target has insufficient size
- HTML:
Ministries
XPath: /a[@class="menu_footer__link"]
... and 1 more failures for this rule
Rule: SIA-R3: lang attribute has a valid language code
Failure 1:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-quicklinks"]
Failure 2:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-quicklinks"]
Failure 3:
- Message: The element does not have a unique ID
- HTML:
XPath: /div[@id="goa-aboutlinks"]
Failure 4:
- Message: The element does not have a unique ID
- HTML:
XPath: /nav[@id="goa-aboutlinks"]
Rule: SIA-R56: Landmarks with the same role are distinguishable
Failure 1:
- Message: Some
navigation have the same name.
Rule: SIA-R57: Landmarks don't repeat the same content
Failure 1:
- Message: The text is not included in a landmark region
Rule: SIA-R61
Failure 1:
- Message: The document does not start with a level 1 heading
Rule: SIA-R66: Text has enhanced contrast with its background
Failure 1:
- Message: The highest possible contrast of the text is 5.1:1 which is below the required contrast of 7:1
Rule: SIA-R83: Text can be resized to 200% without loss of content
Failure 1:
- Message: The text is clipped
Detailed Failure Information (axe)
https://alberta.ca/
Rule: aria-allowed-role
Impact: minor
Failure 1:
- Message: ARIA role should be appropriate for the element
- HTML:

XPath: .goa-column-25-50-100.goa-card:nth-child(3) > .goa-thumb > .image-style-card-image-regular.img-lazy[loading="lazy"]
Failure 2:
- Message: ARIA role should be appropriate for the element
- HTML:

XPath: .goa-column-25-50-100.goa-card:nth-child(4) > .goa-thumb > .image-style-card-image-regular.img-lazy[loading="lazy"]
Failure 3:
- Message: ARIA role should be appropriate for the element
- HTML:
XPath: .goa-card.goa-column-33-33-100:nth-child(5) > .goa-thumb > .image-style-card-image-regular.img-lazy[loading="lazy"]
Failure 4:
- Message: ARIA role should be appropriate for the element
- HTML:

XPath: .goa-card.goa-column-33-33-100:nth-child(6) > .goa-thumb > .image-style-card-image-regular.img-lazy[loading="lazy"]
Failure 5:
- Message: ARIA role should be appropriate for the element
- HTML:

XPath: .goa-card.goa-column-33-33-100:nth-child(7) > .goa-thumb > .image-style-card-image-regular.img-lazy[loading="lazy"]
Rule: landmark-unique
Impact: moderate
Failure 1:
- Message: Landmarks should have a unique role or role/label/title (i.e. accessible name) combination
- HTML: