open-scans

Scan Report: DARK MODE TEST nexxt.com.au

🎯 Priority: Pages with Most Errors

Focus 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 168 16 57 166 224 631 Blog Archives - Nexxt
View Page 168 16 57 166 224 631 Uncategorized Archives - Nexxt
View Page 61 22 83 73 75 314 Insights - Nexxt
View Page 61 22 83 73 75 314 Insights - Nexxt
View Page 64 30 68 77 68 307 Nexxt - Digital Transformation Consultancy - Nexxt
View Page 63 30 52 77 68 290 Nexxt - Digital Transformation Consultancy - Nexxt
View Page 61 30 52 78 68 289 Nexxt - Digital Transformation Consultancy - Nexxt
View Page 62 30 52 77 68 289 Nexxt - Digital Transformation Consultancy - Nexxt
View Page 69 24 59 62 74 288 Digital Transformation Consulting - Nexxt
View Page 67 24 55 60 70 276 Workflow Automation Services - Nexxt

🔧 Priority: Most Common Issues (ALFA)

These ALFA accessibility issues appear most frequently across your pages:

Rule Pages Affected Documentation
SIA-R11: Button elements have an accessible name 37 of 37 View Rule
SIA-R111: Interactive elements have a sufficient target size 37 of 37 View Rule
SIA-R53: Headings follow a logical hierarchy 37 of 37 View Rule
SIA-R56: Landmarks with the same role are distinguishable 37 of 37 View Rule
SIA-R57: Landmarks don’t repeat the same content 37 of 37 View Rule
SIA-R66: Text has enhanced contrast with its background 37 of 37 View Rule
SIA-R68: Accessible name contains the visible label text 37 of 37 View Rule
SIA-R69: Text has sufficient contrast with its background 37 of 37 View Rule
SIA-R74 37 of 37 View Rule
SIA-R80: ASCII art has a text alternative 37 of 37 View Rule

💡 Tip: Click on the rule documentation links to learn how to fix each issue.

🔧 Priority: Most Common Issues (axe)

These axe accessibility issues appear most frequently across your pages:

Rule Pages Affected Documentation
color-contrast 37 of 37 View Rule
heading-order 37 of 37 View Rule
landmark-banner-is-top-level 37 of 37 View Rule
landmark-contentinfo-is-top-level 37 of 37 View Rule
landmark-no-duplicate-banner 37 of 37 View Rule
landmark-unique 37 of 37 View Rule
link-name 37 of 37 View Rule
list 37 of 37 View Rule
image-alt 29 of 37 View Rule
landmark-no-duplicate-contentinfo 25 of 37 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).

🔍 Cross-Page Patterns: Common HTML Issues

These HTML patterns cause the same accessibility errors across multiple pages. Fix the pattern once in your codebase to fix it everywhere!

🎯 Top Patterns to Fix (Highest Impact)

Pattern 1: Affects 37 page(s) - 380 occurrence(s)

Scanner: ALFA Rule: SIA-R74: No description Issue: The font size is specified using an absolute unit

HTML Pattern:

<p>...</p>

XPath (use in browser DevTools):

/p

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('/p')
  5. The element will be highlighted

Affected Pages:


Pattern 2: Affects 37 page(s) - 306 occurrence(s)

Scanner: ALFA Rule: SIA-R80: ASCII art has a text alternative Issue: The line height is specified using an absolute unit

HTML Pattern:

<p>...</p>

XPath (use in browser DevTools):

/p

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('/p')
  5. The element will be highlighted

Affected Pages:


Pattern 3: Affects 37 page(s) - 148 occurrence(s)

Scanner: ALFA Rule: SIA-R68: Accessible name contains the visible label text Issue: The element owns no elements as required by its semantic role

HTML Pattern:

<ul>...</ul>

XPath (use in browser DevTools):

/ul

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('/ul')
  5. The element will be highlighted

Affected Pages:


Pattern 4: Affects 37 page(s) - 148 occurrence(s)

Scanner: axe Rule: list Impact: serious Issue: <ul> and <ol> must only directly contain <li>,

HTML Pattern:

<ul>

XPath (use in browser DevTools):

.footer-links:nth-child(1) > ul

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('.footer-links:nth-child(1) > ul')
  5. The element will be highlighted

Affected Pages:


Pattern 5: Affects 37 page(s) - 66 occurrence(s)

Scanner: ALFA Rule: SIA-R74: No description Issue: The font size is specified using an absolute unit

HTML Pattern:

<p>Delivered Successfully</p>

XPath (use in browser DevTools):

/p

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('/p')
  5. The element will be highlighted

Affected Pages:


Pattern 6: Affects 37 page(s) - 48 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size

HTML Pattern:

<a href="mailto:info@nexxt.com.au">info@nexxt.com.au</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:


Pattern 7: Affects 37 page(s) - 37 occurrence(s)

Scanner: ALFA Rule: SIA-R11: Button elements have an accessible name Issue: The link does not have an accessible name

HTML Pattern:

<a href="https://www.linkedin.com/company/nexxtgroup/">...</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:


Pattern 8: Affects 37 page(s) - 37 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size

HTML Pattern:

<a href="/" class="logo">...</a>

XPath (use in browser DevTools):

/a[@class="logo"]

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="logo"]')
  5. The element will be highlighted

Affected Pages:


Pattern 9: Affects 37 page(s) - 37 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size

HTML Pattern:

<a href="/contact" class="theme-btn">Contact Us</a>

XPath (use in browser DevTools):

/a[@class="theme-btn"]

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="theme-btn"]')
  5. The element will be highlighted

Affected Pages:


Pattern 10: Affects 37 page(s) - 37 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size

HTML Pattern:

<button id="submit2" class="theme-btn">Subscribe</button>

XPath (use in browser DevTools):

/button[@id="submit2"]

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="submit2"]')
  5. The element will be highlighted

Affected Pages:


Pattern 11: Affects 37 page(s) - 37 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size

HTML Pattern:

<a href="tel:1300031931">...</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:


Pattern 12: Affects 37 page(s) - 37 occurrence(s)

Scanner: ALFA Rule: SIA-R53: Headings follow a logical hierarchy Issue: The heading skips one or more levels

HTML Pattern:

<h4>Services</h4>

XPath (use in browser DevTools):

/h4

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('/h4')
  5. The element will be highlighted

Affected Pages:


Pattern 13: Affects 37 page(s) - 37 occurrence(s)

Scanner: ALFA Rule: SIA-R68: Accessible name contains the visible label text Issue: The element owns no elements as required by its semantic role

HTML Pattern:

<ul />

XPath (use in browser DevTools):

/ul

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('/ul')
  5. The element will be highlighted

Affected Pages:


Pattern 14: Affects 37 page(s) - 37 occurrence(s)

Scanner: ALFA Rule: SIA-R80: ASCII art has a text alternative Issue: The line height is specified using an absolute unit

HTML Pattern:

<p>Delivered Successfully</p>

XPath (use in browser DevTools):

/p

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('/p')
  5. The element will be highlighted

Affected Pages:


Pattern 15: Affects 37 page(s) - 37 occurrence(s)

Scanner: axe Rule: color-contrast Impact: serious Issue: Elements must meet minimum color contrast ratio thresholds

HTML Pattern:

<a href="/contact" class="theme-btn">Contact Us</a>

XPath (use in browser DevTools):

.header-left-right > .theme-btn[href$="contact"]

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('.header-left-right > .theme-btn[href$="contact"]')
  5. The element will be highlighted

Affected Pages:


💡 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://nexxt.com.au/ https://nexxt.com.au/ OK 200 no 40455 64 30 68 77 239 Nexxt - Digital Transformation Consultancy - Nexxt
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, heading-order, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-unique, link-name, list  
                    Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_child_valid, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, form_submit_button_exists, frame_src_valid, html_lang_exists, html_skipnav_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, aria/aria-allowed-role, distinguishable/color-contrast, landmarks/contentinfo-is-top-level, landmarks/no-duplicate-banner, navigable/empty-heading, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://nexxt.com.au/jira-to-azure-devops-migration-services/ https://nexxt.com.au/jira-to-azure-devops-migration-services/ OK 200 no 33200 50 24 88 44 239 Jira to Azure DevOps Migration Services | Nexxt.com.au
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), 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-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, heading-order, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-no-duplicate-contentinfo, landmark-one-main, landmark-unique, link-name, list, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_banner_label_unique, aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_misuse, aria_role_redundant, element_attribute_deprecated, form_submit_button_exists, frame_src_valid, html_lang_exists, html_skipnav_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo, navigable/empty-heading, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://nexxt.com.au/office-365-consulting-services-australia/ https://nexxt.com.au/office-365-consulting-services-australia/ OK 200 no 31625 52 24 57 44 236 Office 365 Consulting Services | Nexxt.com.au
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), 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-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, heading-order, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-no-duplicate-contentinfo, landmark-one-main, landmark-unique, link-name, list, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_banner_label_unique, aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_misuse, aria_role_redundant, form_submit_button_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo, navigable/empty-heading, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://nexxt.com.au/services/ https://nexxt.com.au/services/ OK 200 no 30880 36 23 31 51 149 Services - Nexxt
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), 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-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, heading-order, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-unique, link-name, list, page-has-heading-one  
                    Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_child_valid, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, form_submit_button_exists, html_skipnav_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, aria/aria-allowed-role, distinguishable/color-contrast, landmarks/contentinfo-is-top-level, landmarks/no-duplicate-banner, navigable/empty-heading, navigable/heading-order, navigable/link-name, navigable/page-has-heading-one, text-alternatives/img-alt  
https://nexxt.com.au/contact/ https://nexxt.com.au/contact/ OK 200 no 28832 23 19 22 27 91 Contact - Nexxt
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), 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-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, heading-order, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-unique, link-name, list, page-has-heading-one  
                    Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_child_valid, aria_role_valid, element_attribute_deprecated, form_submit_button_exists, html_skipnav_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient  
                    AccessLint failed rules: adaptable/list-children, aria/aria-allowed-role, distinguishable/color-contrast, landmarks/contentinfo-is-top-level, landmarks/no-duplicate-banner, navigable/empty-heading, navigable/heading-order, navigable/link-name, navigable/page-has-heading-one, text-alternatives/img-alt  
https://nexxt.com.au/20-years-of-agile-manifesto/ https://nexxt.com.au/20-years-of-agile-manifesto/ OK 200 no 32525 71 23 49 41 210 Agile 20 years on… - Nexxt
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), 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-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, heading-order, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-no-duplicate-contentinfo, landmark-one-main, landmark-unique, link-name, list, region  
                    Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_misuse, aria_role_redundant, form_submit_button_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo, navigable/empty-heading, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://nexxt.com.au/about-us/ https://nexxt.com.au/about-us/ OK 200 no 32083 39 21 37 48 158 About Us - Nexxt
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), 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-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, heading-order, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-unique, link-name, list  
                    Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_child_valid, aria_role_valid, element_attribute_deprecated, form_submit_button_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, aria/aria-allowed-role, distinguishable/color-contrast, landmarks/contentinfo-is-top-level, landmarks/no-duplicate-banner, navigable/empty-heading, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://nexxt.com.au/beyond-traditional-hiring-how-to-build-an-agile-future-ready-project-team/ https://nexxt.com.au/beyond-traditional-hiring-how-to-build-an-agile-future-ready-project-team/ OK 200 no 31582 52 24 54 45 244 Agile Hiring for SMEs in Australia
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), 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-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, heading-order, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-no-duplicate-contentinfo, landmark-one-main, landmark-unique, link-name, list, region  
                    Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_misuse, aria_role_redundant, form_submit_button_exists, img_alt_valid, input_label_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo, navigable/empty-heading, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://nexxt.com.au/change-management-consulting-brisbane/ https://nexxt.com.au/change-management-consulting-brisbane/ OK 200 no 31707 52 24 72 44 241 Change Management Consulting Brisbane | Nexxt.com.au
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), 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-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, heading-order, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-no-duplicate-contentinfo, landmark-one-main, landmark-unique, link-name, list, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_banner_label_unique, aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_misuse, aria_role_redundant, form_submit_button_exists, img_alt_valid, input_label_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo, navigable/empty-heading, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://nexxt.com.au/coaching-and-uplift/ https://nexxt.com.au/coaching-and-uplift/ OK 200 no 35815 54 30 45 72 215 Coaching and Uplift - Nexxt
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, empty-heading, heading-order, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-unique, link-name, list  
                    Equal Access failed rules: a_text_purpose, aria_accessiblename_exists, aria_banner_label_unique, aria_child_valid, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, form_submit_button_exists, heading_content_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, aria/aria-allowed-role, distinguishable/color-contrast, landmarks/contentinfo-is-top-level, landmarks/no-duplicate-banner, navigable/empty-heading, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://nexxt.com.au/decision-velocity-business-2025/ https://nexxt.com.au/decision-velocity-business-2025/ OK 200 no 32701 52 24 53 45 231 Decision Velocity in Business 2025 | Lead Faster, Smarter
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), 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-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, heading-order, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-no-duplicate-contentinfo, landmark-one-main, landmark-unique, link-name, list, region  
                    Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_misuse, aria_role_redundant, form_submit_button_exists, img_alt_valid, input_label_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo, navigable/empty-heading, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://nexxt.com.au/digital-transformation-consulting/ https://nexxt.com.au/digital-transformation-consulting/ OK 200 no 32271 69 24 59 62 370 Digital Transformation Consulting - Nexxt
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), 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-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, heading-order, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-no-duplicate-contentinfo, landmark-one-main, landmark-unique, link-name, list, region  
                    Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_misuse, aria_role_redundant, form_submit_button_exists, img_alt_valid, input_label_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo, navigable/empty-heading, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://nexxt.com.au/insights-inner/ https://nexxt.com.au/insights-inner/ OK 200 no 29955 41 16 54 42 148 Insights Inner - Nexxt
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), 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-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: aria-allowed-role, color-contrast, heading-order, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-no-duplicate-contentinfo, landmark-one-main, landmark-unique, link-name, list, page-has-heading-one, region  
                    Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_misuse, aria_role_redundant, aria_role_valid, form_submit_button_exists, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient, widget_tabbable_exists  
                    AccessLint failed rules: adaptable/list-children, aria/aria-allowed-role, distinguishable/color-contrast, landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo, navigable/empty-heading, navigable/heading-order, navigable/link-name, navigable/page-has-heading-one  
https://nexxt.com.au/insights/ https://nexxt.com.au/insights/ OK 200 no 34259 61 22 83 73 224 Insights - Nexxt
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), 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-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: aria-allowed-role, color-contrast, heading-order, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-unique, link-name, list, page-has-heading-one  
                    Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_child_valid, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, form_submit_button_exists, frame_src_valid, html_lang_exists, html_skipnav_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, widget_tabbable_exists  
                    AccessLint failed rules: adaptable/list-children, aria/aria-allowed-role, distinguishable/color-contrast, landmarks/contentinfo-is-top-level, landmarks/no-duplicate-banner, navigable/empty-heading, navigable/heading-order, navigable/link-name, navigable/page-has-heading-one, text-alternatives/img-alt  
https://nexxt.com.au/it-consultant-brisbane-sme-guide/ https://nexxt.com.au/it-consultant-brisbane-sme-guide/ OK 200 no 32181 52 24 58 44 245 IT Consultant Brisbane for SMEs | Nexxt.com.au
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), 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-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, heading-order, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-no-duplicate-contentinfo, landmark-one-main, landmark-unique, link-name, list, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_banner_label_unique, aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_misuse, aria_role_redundant, form_submit_button_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo, navigable/empty-heading, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://nexxt.com.au/microsoft-teams-training/ https://nexxt.com.au/microsoft-teams-training/ OK 200 no 31361 54 25 52 47 260 Microsoft Teams Training - Nexxt
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), 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-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, heading-order, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-no-duplicate-contentinfo, landmark-one-main, landmark-unique, link-name, list, region  
                    Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_misuse, aria_role_redundant, form_submit_button_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo, navigable/empty-heading, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://nexxt.com.au/privacy-policy/ https://nexxt.com.au/privacy-policy/ OK 200 no 28106 15 14 24 16 180 Privacy Policy - Nexxt
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, heading-order, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-no-duplicate-contentinfo, landmark-one-main, landmark-unique, link-name, list, region  
                    Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_misuse, aria_role_redundant, form_submit_button_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo, navigable/empty-heading, navigable/heading-order, navigable/link-name  
https://nexxt.com.au/project-delivery-assurance-audit/ https://nexxt.com.au/project-delivery-assurance-audit/ OK 200 no 33429 52 24 90 44 252 Project Delivery Assurance Audit: Fix Slippage in 30 Days - Nexxt
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), 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-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, heading-order, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-no-duplicate-contentinfo, landmark-one-main, landmark-unique, link-name, list, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_banner_label_unique, aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_misuse, aria_role_redundant, form_submit_button_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo, navigable/empty-heading, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://nexxt.com.au/project-delivery/ https://nexxt.com.au/project-delivery/ OK 200 no 35573 54 30 42 72 215 Project Delivery - Nexxt
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, empty-heading, heading-order, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-unique, link-name, list  
                    Equal Access failed rules: a_text_purpose, aria_accessiblename_exists, aria_banner_label_unique, aria_child_valid, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, form_submit_button_exists, heading_content_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, aria/aria-allowed-role, distinguishable/color-contrast, landmarks/contentinfo-is-top-level, landmarks/no-duplicate-banner, navigable/empty-heading, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://nexxt.com.au/running-a-workshop-part-2-the-art-of-skillful-facilitation/ https://nexxt.com.au/running-a-workshop-part-2-the-art-of-skillful-facilitation/ OK 200 no 32440 50 24 53 42 215 Running a workshop part 2: the art of skillful facilitation - Nexxt
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), 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-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, heading-order, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-no-duplicate-contentinfo, landmark-one-main, landmark-unique, link-name, list, region  
                    Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_misuse, aria_role_redundant, figure_label_exists, form_submit_button_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_hover_persistent, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo, navigable/empty-heading, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://nexxt.com.au/scaling-tech-teams-brisbane-staff-augmentation-vs-outsourcing/ https://nexxt.com.au/scaling-tech-teams-brisbane-staff-augmentation-vs-outsourcing/ OK 200 no 32049 50 26 55 43 268 Scaling Tech Teams : Staff Augmentation vs Outsourcing
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, empty-heading, heading-order, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-no-duplicate-contentinfo, landmark-one-main, landmark-unique, link-name, list, region  
                    Equal Access failed rules: a_text_purpose, aria_accessiblename_exists, aria_banner_label_unique, aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_misuse, aria_role_redundant, element_attribute_deprecated, form_submit_button_exists, heading_content_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo, navigable/empty-heading, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://nexxt.com.au/sharepoint-consultation-brisbane/ https://nexxt.com.au/sharepoint-consultation-brisbane/ OK 200 no 32453 53 24 60 45 251 SharePoint Consultation Brisbane | Nexxt.com.au
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), 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-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, heading-order, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-no-duplicate-contentinfo, landmark-one-main, landmark-unique, link-name, list, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_banner_label_unique, aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_misuse, aria_role_redundant, form_submit_button_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo, navigable/empty-heading, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://nexxt.com.au/sitemap/ https://nexxt.com.au/sitemap/ OK 200 no 29144 16 16 35 18 90 Sitemap - Nexxt
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), 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-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, heading-order, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-no-duplicate-contentinfo, landmark-one-main, landmark-unique, link-name, list, page-has-heading-one, region  
                    Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_misuse, aria_role_redundant, form_submit_button_exists, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo, navigable/empty-heading, navigable/heading-order, navigable/link-name, navigable/page-has-heading-one  
https://nexxt.com.au/staff-augmentation-vs-traditional-hiring-brisbane-2/ https://nexxt.com.au/staff-augmentation-vs-traditional-hiring-brisbane-2/ OK 200 no 33922 50 26 56 43 305 Staff Augmentation vs Traditional Hiring Brisbane
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, empty-heading, heading-order, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-no-duplicate-contentinfo, landmark-one-main, landmark-unique, link-name, list, region  
                    Equal Access failed rules: a_text_purpose, aria_accessiblename_exists, aria_banner_label_unique, aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_misuse, aria_role_redundant, element_attribute_deprecated, form_submit_button_exists, heading_content_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo, navigable/empty-heading, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://nexxt.com.au/terms-and-conditions/ https://nexxt.com.au/terms-and-conditions/ OK 200 no 29023 17 14 24 18 86 Terms and Conditions - Nexxt
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, heading-order, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-no-duplicate-contentinfo, landmark-one-main, landmark-unique, link-name, list, region  
                    Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_misuse, aria_role_redundant, element_attribute_deprecated, form_submit_button_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo, navigable/empty-heading, navigable/heading-order, navigable/link-name  
https://nexxt.com.au/thank-you/ https://nexxt.com.au/thank-you/ OK 200 no 27579 17 19 24 21 40 Thank You - Nexxt
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, empty-heading, heading-order, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-no-duplicate-contentinfo, landmark-one-main, landmark-unique, link-name, list, region  
                    Equal Access failed rules: a_text_purpose, aria_accessiblename_exists, aria_banner_label_unique, aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_misuse, aria_role_redundant, form_submit_button_exists, heading_content_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo, navigable/empty-heading, navigable/heading-order, navigable/link-name, navigable/page-has-heading-one  
https://nexxt.com.au/the-seven-deadly-wastes-of-lean/ https://nexxt.com.au/the-seven-deadly-wastes-of-lean/ OK 200 no 31514 48 23 52 41 202 The seven deadly wastes of Lean - Nexxt
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), 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-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, heading-order, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-no-duplicate-contentinfo, landmark-one-main, landmark-unique, link-name, list, region  
                    Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_misuse, aria_role_redundant, figure_label_exists, form_submit_button_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_hover_persistent, style_viewport_resizable, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo, navigable/empty-heading, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://nexxt.com.au/transformation-and-change/ https://nexxt.com.au/transformation-and-change/ OK 200 no 33900 59 30 44 72 216 Transformation and Change - Nexxt
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: aria-required-children, aria-required-parent, color-contrast, empty-heading, heading-order, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-unique, link-name, list, listitem  
                    Equal Access failed rules: a_text_purpose, aria_accessiblename_exists, aria_banner_label_unique, aria_child_valid, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, form_submit_button_exists, heading_content_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, aria/aria-allowed-role, distinguishable/color-contrast, landmarks/contentinfo-is-top-level, landmarks/no-duplicate-banner, navigable/empty-heading, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://nexxt.com.au/workflow-automation/ https://nexxt.com.au/workflow-automation/ OK 200 no 34941 67 24 55 60 371 Workflow Automation Services - Nexxt
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), 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-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, heading-order, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-no-duplicate-contentinfo, landmark-one-main, landmark-unique, link-name, list, region  
                    Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_misuse, aria_role_redundant, form_submit_button_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo, navigable/empty-heading, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://nexxt.com.au/author/mnitish0gmail-com/ https://nexxt.com.au/author/mnitish0gmail-com/ OK 200 no 32366 57 19 39 38 277 mnitish0@gmail.com, Author at Nexxt
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, heading-order, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-no-duplicate-contentinfo, landmark-one-main, landmark-unique, link-in-text-block, link-name, list, page-has-heading-one, region  
                    Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_misuse, aria_role_redundant, form_submit_button_exists, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo, navigable/empty-heading, navigable/heading-order, navigable/link-name, navigable/page-has-heading-one  
https://nexxt.com.au/category/blog/ https://nexxt.com.au/category/blog/ OK 200 no 39438 168 16 57 166 832 Blog Archives - Nexxt
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), 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-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: aria-allowed-role, aria-required-children, color-contrast, heading-order, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-no-duplicate-contentinfo, landmark-one-main, landmark-unique, link-name, list, page-has-heading-one, region  
                    Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_misuse, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, aria_role_valid, form_submit_button_exists, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient, widget_tabbable_exists  
                    AccessLint failed rules: adaptable/list-children, aria/aria-allowed-role, distinguishable/color-contrast, landmarks/landmark-main, landmarks/landmark-unique, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo, navigable/empty-heading, navigable/heading-order, navigable/link-name, navigable/page-has-heading-one  
https://nexxt.com.au/category/uncategorized/ https://nexxt.com.au/category/uncategorized/ OK 200 no 39087 168 16 57 166 832 Uncategorized Archives - Nexxt
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), 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-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: aria-allowed-role, aria-required-children, color-contrast, heading-order, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-no-duplicate-contentinfo, landmark-one-main, landmark-unique, link-name, list, page-has-heading-one, region  
                    Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_misuse, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, aria_role_valid, form_submit_button_exists, html_skipnav_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient, widget_tabbable_exists  
                    AccessLint failed rules: adaptable/list-children, aria/aria-allowed-role, distinguishable/color-contrast, landmarks/landmark-main, landmarks/landmark-unique, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo, navigable/empty-heading, navigable/heading-order, navigable/link-name, navigable/page-has-heading-one  
https://nexxt.com.au/elementor-hf/home-footer/ https://nexxt.com.au/ OK 200 yes 35943 63 30 52 77 237 Nexxt - Digital Transformation Consultancy - Nexxt
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, heading-order, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-unique, link-name, list  
                    Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_child_valid, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, form_submit_button_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, aria/aria-allowed-role, distinguishable/color-contrast, landmarks/contentinfo-is-top-level, landmarks/no-duplicate-banner, navigable/empty-heading, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://nexxt.com.au/elementor-hf/home-v1-header/ https://nexxt.com.au/ OK 200 yes 35066 61 30 52 78 237 Nexxt - Digital Transformation Consultancy - Nexxt
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, heading-order, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-unique, link-name, list  
                    Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_child_valid, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, form_submit_button_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, aria/aria-allowed-role, distinguishable/color-contrast, landmarks/contentinfo-is-top-level, landmarks/no-duplicate-banner, navigable/empty-heading, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://nexxt.com.au/elementor-hf/home-v2-header/ https://nexxt.com.au/ OK 200 yes 37043 62 30 52 77 237 Nexxt - Digital Transformation Consultancy - Nexxt
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, heading-order, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-unique, link-name, list  
                    Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_child_valid, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, form_submit_button_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, aria/aria-allowed-role, distinguishable/color-contrast, landmarks/contentinfo-is-top-level, landmarks/no-duplicate-banner, navigable/empty-heading, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://nexxt.com.au/agile-20-years-on https://nexxt.com.au/20-years-of-agile-manifesto/ OK 200 yes 32876 71 23 49 41 210 Agile 20 years on… - Nexxt
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), 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-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, heading-order, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-no-duplicate-contentinfo, landmark-one-main, landmark-unique, link-name, list, region  
                    Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_misuse, aria_role_redundant, form_submit_button_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/list-children, distinguishable/color-contrast, landmarks/landmark-main, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo, navigable/empty-heading, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://nexxt.com.au/insights/2/ https://nexxt.com.au/insights/2/ OK 200 no 34894 61 22 83 73 227 Insights - Nexxt
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), 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-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: aria-allowed-role, color-contrast, heading-order, image-alt, landmark-banner-is-top-level, landmark-contentinfo-is-top-level, landmark-no-duplicate-banner, landmark-unique, link-name, list, page-has-heading-one  
                    Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_child_valid, aria_keyboard_handler_exists, aria_role_valid, element_attribute_deprecated, form_submit_button_exists, frame_src_valid, html_lang_exists, html_skipnav_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, widget_tabbable_exists  
                    AccessLint failed rules: adaptable/list-children, aria/aria-allowed-role, distinguishable/color-contrast, landmarks/contentinfo-is-top-level, landmarks/no-duplicate-banner, navigable/empty-heading, navigable/heading-order, navigable/link-name, navigable/page-has-heading-one, text-alternatives/img-alt  

Detailed Failure Information (ALFA)

https://nexxt.com.au/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/jira-to-azure-devops-migration-services/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/office-365-consulting-services-australia/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/services/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Failure 2:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/contact/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/20-years-of-agile-manifesto/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/about-us/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Failure 2:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/beyond-traditional-hiring-how-to-build-an-agile-future-ready-project-team/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/change-management-consulting-brisbane/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/coaching-and-uplift/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R64

Failure 1:

Failure 2:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/decision-velocity-business-2025/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/digital-transformation-consulting/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/insights-inner/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/insights/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/it-consultant-brisbane-sme-guide/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/microsoft-teams-training/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/privacy-policy/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/project-delivery-assurance-audit/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/project-delivery/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R64

Failure 1:

Failure 2:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/running-a-workshop-part-2-the-art-of-skillful-facilitation/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/scaling-tech-teams-brisbane-staff-augmentation-vs-outsourcing/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R64

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/sharepoint-consultation-brisbane/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/sitemap/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/staff-augmentation-vs-traditional-hiring-brisbane-2/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R64

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/terms-and-conditions/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/thank-you/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R64

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/the-seven-deadly-wastes-of-lean/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/transformation-and-change/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R64

Failure 1:

Failure 2:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/workflow-automation/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/author/mnitish0gmail-com/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/category/blog/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Failure 2:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/category/uncategorized/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Failure 2:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/elementor-hf/home-v1-header/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/elementor-hf/home-v2-header/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/agile-20-years-on

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://nexxt.com.au/insights/2/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

Detailed Failure Information (axe)

https://nexxt.com.au/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 21 more failures for this rule

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://nexxt.com.au/jira-to-azure-devops-migration-services/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

https://nexxt.com.au/office-365-consulting-services-australia/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

https://nexxt.com.au/services/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Failure 2:

https://nexxt.com.au/contact/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Failure 2:

https://nexxt.com.au/20-years-of-agile-manifesto/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 28 more failures for this rule

https://nexxt.com.au/about-us/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://nexxt.com.au/beyond-traditional-hiring-how-to-build-an-agile-future-ready-project-team/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

https://nexxt.com.au/change-management-consulting-brisbane/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

https://nexxt.com.au/coaching-and-uplift/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: empty-heading

Impact: minor

Failure 1:

Failure 2:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://nexxt.com.au/decision-velocity-business-2025/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

https://nexxt.com.au/digital-transformation-consulting/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 26 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

https://nexxt.com.au/insights-inner/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://nexxt.com.au/insights/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 27 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Failure 2:

https://nexxt.com.au/it-consultant-brisbane-sme-guide/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

https://nexxt.com.au/microsoft-teams-training/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

https://nexxt.com.au/privacy-policy/

Rule: color-contrast

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

https://nexxt.com.au/project-delivery-assurance-audit/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

https://nexxt.com.au/project-delivery/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: empty-heading

Impact: minor

Failure 1:

Failure 2:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://nexxt.com.au/running-a-workshop-part-2-the-art-of-skillful-facilitation/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

https://nexxt.com.au/scaling-tech-teams-brisbane-staff-augmentation-vs-outsourcing/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Rule: empty-heading

Impact: minor

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

https://nexxt.com.au/sharepoint-consultation-brisbane/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

https://nexxt.com.au/sitemap/

Rule: color-contrast

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://nexxt.com.au/staff-augmentation-vs-traditional-hiring-brisbane-2/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Rule: empty-heading

Impact: minor

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

https://nexxt.com.au/terms-and-conditions/

Rule: color-contrast

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://nexxt.com.au/thank-you/

Rule: color-contrast

Impact: serious

Failure 1:

Rule: empty-heading

Impact: minor

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

https://nexxt.com.au/the-seven-deadly-wastes-of-lean/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

https://nexxt.com.au/transformation-and-change/

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: empty-heading

Impact: minor

Failure 1:

Failure 2:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: listitem

Impact: serious

Failure 1:

Failure 2:

https://nexxt.com.au/workflow-automation/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 24 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

https://nexxt.com.au/author/mnitish0gmail-com/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 16 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Impact: serious

Failure 1:

Failure 2:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

https://nexxt.com.au/category/blog/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 31 more failures for this rule

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 104 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Impact: serious

Failure 1:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

https://nexxt.com.au/category/uncategorized/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 31 more failures for this rule

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 104 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Impact: serious

Failure 1:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 20 more failures for this rule

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://nexxt.com.au/elementor-hf/home-v1-header/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 19 more failures for this rule

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://nexxt.com.au/elementor-hf/home-v2-header/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 20 more failures for this rule

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://nexxt.com.au/agile-20-years-on

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 28 more failures for this rule

https://nexxt.com.au/insights/2/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 27 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Failure 2: