open-scans

Scan Report: PKP Website request

🎯 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 5 8 10 48 21 92 accessibility Archives - Public Knowledge Project
View Page 4 10 50 13 10 87 Hosting Support Agreement - Public Knowledge Project
View Page 4 10 46 12 10 82 Hosting & Migration Support Agreement - Public Knowledge Project
View Page 8 9 25 9 16 67 Hosting & Services - Public Knowledge Project
View Page 3 8 37 4 10 62 FAQ - Public Knowledge Project
View Page 5 11 24 6 15 61 Code of Conduct Incident Report / Reporte de incidentes relacionados con el Código de Conducta - Public Knowledge Project
View Page 2 10 19 8 11 50 Tackling accessibility in OJS 3.0 beta - Public Knowledge Project
View Page 6 9 14 7 14 50 PKP 2017 Sprint Report: Making Metadata Fields Required - Public Knowledge Project
View Page 3 9 21 4 11 48 Contact PKP Publishing Services - Public Knowledge Project
View Page 5 11 16 6 10 48 OJS Journal Hosting - Public Knowledge Project

🔧 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 51 of 51 View Rule
SIA-R111: Interactive elements have a sufficient target size 51 of 51 View Rule
SIA-R2: HTML elements have a valid lang attribute 51 of 51 View Rule
SIA-R66: Text has enhanced contrast with its background 51 of 51 View Rule
SIA-R73: Text spacing can be adjusted without loss of content 51 of 51 View Rule
SIA-R53: Headings follow a logical hierarchy 10 of 51 View Rule
SIA-R85 4 of 51 View Rule
SIA-R74 2 of 51 View Rule
SIA-R18: ARIA states are consistent with element semantics 2 of 51 View Rule
SIA-R72 1 of 51 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
image-alt 51 of 51 View Rule
link-name 51 of 51 View Rule
landmark-complementary-is-top-level 18 of 51 View Rule
heading-order 10 of 51 View Rule
link-in-text-block 1 of 51 View Rule
color-contrast 1 of 51 View Rule
empty-table-header 1 of 51 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 51 page(s) - 102 occurrence(s)

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

HTML Pattern:

<a href="https://pkp.sfu.ca/news/">News</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 2: Affects 51 page(s) - 51 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="/software/ojs/usage-data" class="tab-focus">...</a>

XPath (use in browser DevTools):

/a[@class="tab-focus"]

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

Affected Pages:


Pattern 3: Affects 51 page(s) - 51 occurrence(s)

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

HTML Pattern:

<a class="px-2 font-bold font-display text-dark-grey tab-focus" href="https://sfu.ca">
      SFU.CA
    </a>

XPath (use in browser DevTools):

/a[@class="px-2 font-bold font-display text-dark-grey tab-focus"]

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="px-2 font-bold font-display text-dark-grey tab-focus"]')
  5. The element will be highlighted

Affected Pages:


Pattern 4: Affects 51 page(s) - 51 occurrence(s)

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

HTML Pattern:

<a href="https://forum.pkp.sfu.ca/">Forum</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 5: Affects 51 page(s) - 51 occurrence(s)

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

HTML Pattern:

<a href="https://pkp.sfu.ca/about/people/employment/">Employment</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 6: Affects 51 page(s) - 51 occurrence(s)

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

HTML Pattern:

<a href="https://pkp.sfu.ca/communications/">Communications</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 51 page(s) - 51 occurrence(s)

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

HTML Pattern:

<a href="https://pkp.sfu.ca/legal-information/">Legal Information</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 51 page(s) - 51 occurrence(s)

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

HTML Pattern:

<a href="https://pkp.sfu.ca/code/">Code of Conduct</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 9: Affects 51 page(s) - 51 occurrence(s)

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

HTML Pattern:

<a rel="privacy-policy" href="https://pkp.sfu.ca/privacy-policy/">Privacy Policy</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 10: Affects 51 page(s) - 51 occurrence(s)

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

HTML Pattern:

<a href="https://pkp.sfu.ca/open-data-statement/">Open Data Statement </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 11: Affects 51 page(s) - 51 occurrence(s)

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

HTML Pattern:

<a href="https://mastodon.social/@PublicKnowledgeProject" class="tab-focus">...</a>

XPath (use in browser DevTools):

/a[@class="tab-focus"]

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

Affected Pages:


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

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

HTML Pattern:

<a href="https://www.linkedin.com/company/public-knowledge-project/" class="tab-focus">...</a>

XPath (use in browser DevTools):

/a[@class="tab-focus"]

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

Affected Pages:


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

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

HTML Pattern:

<a href="https://www.facebook.com/publicknowledgeproject" class="tab-focus">...</a>

XPath (use in browser DevTools):

/a[@class="tab-focus"]

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

Affected Pages:


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

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

HTML Pattern:

<a href="https://twitter.com/pkp" class="tab-focus">...</a>

XPath (use in browser DevTools):

/a[@class="tab-focus"]

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

Affected Pages:


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

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

HTML Pattern:

<a href="https://www.youtube.com/@PublicKnowledgeProj" class="tab-focus">...</a>

XPath (use in browser DevTools):

/a[@class="tab-focus"]

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="tab-focus"]')
  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://pkp.sfu.ca/ https://pkp.sfu.ca/ OK 200 no 16421 2 10 19 3 60 Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, figure_label_exists, img_alt_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_hover_persistent, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/2019/05/31/sprint-report-2-accessibility/ https://pkp.sfu.ca/2019/05/31/sprint-report-2-accessibility/ OK 200 no 10220 2 8 10 3 47 SFU Sprint Report #2: Accessibility - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/general-accessibility-statement/ https://pkp.sfu.ca/general-accessibility-statement/ OK 200 no 9939 3 7 9 4 36 General Accessibility Statement - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, landmark-complementary-is-top-level, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_sensory_misuse  
                    AccessLint failed rules: landmarks/complementary-is-top-level, landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/about/sustainability/annual-reports/ https://pkp.sfu.ca/about/sustainability/annual-reports/ OK 200 no 10352 3 7 8 4 62 Annual Reports - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, landmark-complementary-is-top-level, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled  
                    AccessLint failed rules: landmarks/complementary-is-top-level, landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/hosting-services/hosting/hostingfaq/ https://pkp.sfu.ca/hosting-services/hosting/hostingfaq/ OK 200 no 11233 3 8 37 4 59 FAQ - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, landmark-complementary-is-top-level, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, element_tabbable_unobscured, img_alt_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: landmarks/complementary-is-top-level, landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/tag/accessibility/ https://pkp.sfu.ca/tag/accessibility/ OK 200 no 11322 5 8 10 48 66 accessibility Archives - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, link-in-text-block, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: distinguishable/link-in-text-block, landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/2014/07/11/enhanced-support-for-online-book-reviews/ https://pkp.sfu.ca/2014/07/11/enhanced-support-for-online-book-reviews/ OK 200 no 9918 2 8 10 3 43 Enhanced support for online book reviews - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, element_tabbable_unobscured, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/2022/08/24/canada-foundation-for-innovation-renews-support-for-coalition-publica-in-a-big-way/ https://pkp.sfu.ca/2022/08/24/canada-foundation-for-innovation-renews-support-for-coalition-publica-in-a-big-way/ OK 200 no 10085 3 9 11 4 44 Canada Foundation for Innovation renews support for Coalition Publica - In a big way! - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_sensory_misuse  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/findings-from-community-consultation/ https://pkp.sfu.ca/findings-from-community-consultation/ OK 200 no 10351 3 7 9 4 37 Findings from Community Consultation - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, landmark-complementary-is-top-level, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_sensory_misuse  
                    AccessLint failed rules: landmarks/complementary-is-top-level, landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/2015/11/30/tackling-accessibility-in-ojs-3-0-beta-2/ https://pkp.sfu.ca/2015/11/30/tackling-accessibility-in-ojs-3-0-beta-2/ OK 200 no 11146 2 10 19 8 52 Tackling accessibility in OJS 3.0 beta - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, application_content_accessible, aria_content_in_landmark, caption_track_exists, element_tabbable_visible, img_alt_valid, input_label_visible, media_keyboard_controllable, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, aria/aria-required-attr, distinguishable/color-contrast, labels-and-names/label-content-mismatch, landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt, time-based-media/video-captions  
https://pkp.sfu.ca/2021/02/19/improving-usability-inclusivity-and-accessibility-in-3-3/ https://pkp.sfu.ca/2021/02/19/improving-usability-inclusivity-and-accessibility-in-3-3/ OK 200 no 10341 2 8 8 3 43 Improving Usability, Inclusivity, and Accessibility in 3.3 - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/2021/05/20/celebrating-the-steps-towards-accessibility-in-ojs/ https://pkp.sfu.ca/2021/05/20/celebrating-the-steps-towards-accessibility-in-ojs/ OK 200 no 10205 2 8 9 3 44 Celebrating the Steps Towards Accessibility in OJS - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_sensory_misuse  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/2021/08/12/public-knowledge-project-accessibility-statement/ https://pkp.sfu.ca/2021/08/12/public-knowledge-project-accessibility-statement/ OK 200 no 10280 2 8 8 3 43 Public Knowledge Project Accessibility Statement - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/2024/04/30/accessibility-in-ojs-software-and-publications/ https://pkp.sfu.ca/2024/04/30/accessibility-in-ojs-software-and-publications/ OK 200 no 10306 3 9 12 4 42 ACCESSIBILITY IN OJS SOFTWARE AND PUBLICATIONS - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: heading-order, image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, figure_label_exists, img_alt_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_hover_persistent, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/2024/06/13/pkp-minnesota-sprint-summary-4-accessibility/ https://pkp.sfu.ca/2024/06/13/pkp-minnesota-sprint-summary-4-accessibility/ OK 200 no 10966 3 9 11 4 42 PKP Minnesota Sprint Summary #4 – Accessibility - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: heading-order, image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, element_tabbable_unobscured, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_hover_persistent, svg_graphics_labelled  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/2025/11/27/accessibility-update-2025/ https://pkp.sfu.ca/2025/11/27/accessibility-update-2025/ OK 200 no 10455 2 9 13 3 51 PKP Update on its Open Infrastructure Accessibility Work - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, blockquote_cite_exists, element_tabbable_unobscured, figure_label_exists, img_alt_valid, style_color_misuse, style_highcontrast_visible, style_hover_persistent, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/support/resources/ https://pkp.sfu.ca/support/resources/ OK 200 no 12703 4 9 12 5 86 Resources - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: heading-order, image-alt, landmark-complementary-is-top-level, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, element_tabbable_unobscured, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: landmarks/complementary-is-top-level, landmarks/no-duplicate-banner, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/hosting-services/ https://pkp.sfu.ca/hosting-services/ OK 200 no 10345 8 9 25 9 59 Hosting & Services - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, figure_label_exists, img_alt_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_hover_persistent, svg_graphics_labelled, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/code/incident-report/ https://pkp.sfu.ca/code/incident-report/ OK 200 no 10756 5 11 24 6 52 Code of Conduct Incident Report / Reporte de incidentes relacionados con el Código de Conducta - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: color-contrast, image-alt, landmark-complementary-is-top-level, link-name  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_content_in_landmark, element_tabbable_unobscured, img_alt_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: distinguishable/color-contrast, landmarks/complementary-is-top-level, landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/hosting-services/contactps/ https://pkp.sfu.ca/hosting-services/contactps/ OK 200 no 10816 3 9 21 4 70 Contact PKP Publishing Services - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, landmark-complementary-is-top-level, link-name  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: landmarks/complementary-is-top-level, landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/hosting-services/hosting/ https://pkp.sfu.ca/hosting-services/hosting/ OK 200 no 10237 4 9 10 5 50 Hosting Services - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: heading-order, image-alt, landmark-complementary-is-top-level, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_sensory_misuse  
                    AccessLint failed rules: landmarks/complementary-is-top-level, landmarks/no-duplicate-banner, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/hosting-services/other-services/ https://pkp.sfu.ca/hosting-services/other-services/ OK 200 no 10108 4 9 8 5 48 Other services - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: heading-order, image-alt, landmark-complementary-is-top-level, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled  
                    AccessLint failed rules: landmarks/complementary-is-top-level, landmarks/no-duplicate-banner, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/hosting-services/why-host-with-us/ https://pkp.sfu.ca/hosting-services/why-host-with-us/ OK 200 no 10115 3 8 10 4 43 Why Host with Us? - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, landmark-complementary-is-top-level, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, element_tabbable_unobscured, img_alt_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled  
                    AccessLint failed rules: landmarks/complementary-is-top-level, landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/about/ https://pkp.sfu.ca/about/ OK 200 no 10290 2 7 14 3 42 About - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, figure_label_exists, img_alt_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_hover_persistent, svg_graphics_labelled, text_sensory_misuse  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/financial-support/ https://pkp.sfu.ca/financial-support/ OK 200 no 9679 3 7 8 4 37 Financial Support - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, landmark-complementary-is-top-level, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled  
                    AccessLint failed rules: landmarks/complementary-is-top-level, landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/hosting-services/hosting/journals/ https://pkp.sfu.ca/hosting-services/hosting/journals/ OK 200 no 11517 5 11 16 6 61 OJS Journal Hosting - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R77, SIA-R85  
                    axe failed rules: empty-table-header, heading-order, image-alt, landmark-complementary-is-top-level, link-name  
                    Equal Access failed rules: a_text_purpose, aria_accessiblename_exists, aria_content_in_landmark, figure_label_exists, img_alt_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_hover_persistent, svg_graphics_labelled, text_sensory_misuse  
                    AccessLint failed rules: adaptable/empty-table-header, landmarks/complementary-is-top-level, landmarks/no-duplicate-banner, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/hosting-services/hosting/monographs/ https://pkp.sfu.ca/hosting-services/hosting/monographs/ OK 200 no 10158 3 8 9 4 43 OMP Press Hosting - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, landmark-complementary-is-top-level, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled  
                    AccessLint failed rules: landmarks/complementary-is-top-level, landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/hosting-services/hosting/preprints/ https://pkp.sfu.ca/hosting-services/hosting/preprints/ OK 200 no 10134 3 8 9 4 43 OPS Preprint Server Hosting - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, landmark-complementary-is-top-level, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled  
                    AccessLint failed rules: landmarks/complementary-is-top-level, landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/hosting-services/other-services/crossref/ https://pkp.sfu.ca/hosting-services/other-services/crossref/ OK 200 no 10577 3 8 9 4 43 Crossref - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, landmark-complementary-is-top-level, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, element_tabbable_unobscured, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled  
                    AccessLint failed rules: landmarks/complementary-is-top-level, landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/hosting-support-agreement-2/ https://pkp.sfu.ca/hosting-support-agreement-2/ OK 200 no 14406 4 10 46 12 107 Hosting & Migration Support Agreement - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: heading-order, image-alt, landmark-complementary-is-top-level, link-name  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_content_in_landmark, element_attribute_deprecated, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, table_headers_exists, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-attr, landmarks/complementary-is-top-level, landmarks/no-duplicate-banner, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/hosting-support-agreement/ https://pkp.sfu.ca/hosting-support-agreement/ OK 200 no 13943 4 10 50 13 116 Hosting Support Agreement - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: heading-order, image-alt, landmark-complementary-is-top-level, link-name  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_content_in_landmark, element_attribute_deprecated, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, table_headers_exists, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-attr, landmarks/complementary-is-top-level, landmarks/no-duplicate-banner, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/support/ https://pkp.sfu.ca/support/ OK 200 no 9671 4 9 8 5 43 Get Support - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: heading-order, image-alt, landmark-complementary-is-top-level, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled  
                    AccessLint failed rules: landmarks/complementary-is-top-level, landmarks/no-duplicate-banner, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/2014/05/29/california-digital-library-uiux-review-report/ https://pkp.sfu.ca/2014/05/29/california-digital-library-uiux-review-report/ OK 200 no 10086 2 8 8 3 43 California Digital Library UI/UX review report - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/2014/10/03/annual-report-2013-available/ https://pkp.sfu.ca/2014/10/03/annual-report-2013-available/ OK 200 no 9923 2 9 10 3 44 Annual Report 2013 available - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R85  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, blockquote_cite_exists, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_sensory_misuse  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/2014/10/29/metapress-migration-services-now-available/ https://pkp.sfu.ca/2014/10/29/metapress-migration-services-now-available/ OK 200 no 10186 2 8 10 3 44 Metapress Migration Services Now Available - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/2015/02/20/pkpps-the-only-pkp-operated-publishing-service/ https://pkp.sfu.ca/2015/02/20/pkpps-the-only-pkp-operated-publishing-service/ OK 200 no 9665 2 8 9 3 43 PKP|PS: The Only PKP-operated Publishing Service - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_sensory_misuse  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/2015/09/04/status-report-on-pkp-and-article-level-metrics/ https://pkp.sfu.ca/2015/09/04/status-report-on-pkp-and-article-level-metrics/ OK 200 no 10089 2 8 9 3 43 Status Report on PKP and Article-Level Metrics - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_sensory_misuse  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/2015/11/19/checking-in-on-the-pkp-xml-parsing-service/ https://pkp.sfu.ca/2015/11/19/checking-in-on-the-pkp-xml-parsing-service/ OK 200 no 9850 2 8 8 3 43 Checking in on the PKP XML Parsing Service - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/2015/12/20/open-textbook-cooperative/ https://pkp.sfu.ca/2015/12/20/open-textbook-cooperative/ OK 200 no 10197 3 9 9 4 44 Open Textbook Cooperative - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/2016/02/01/oa-publishing-cooperative-q2-report/ https://pkp.sfu.ca/2016/02/01/oa-publishing-cooperative-q2-report/ OK 200 no 10883 2 8 11 3 45 OA Publishing Cooperative Study: Q2 Report - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, element_tabbable_unobscured, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_sensory_misuse  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/2016/02/06/ojs-3-0-documentation-draft-registering/ https://pkp.sfu.ca/2016/02/06/ojs-3-0-documentation-draft-registering/ OK 200 no 9886 2 8 10 3 44 OJS 3.0 Documentation Draft: Registering - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/2017/06/19/pkp-2016-17-annual-report-to-the-community/ https://pkp.sfu.ca/2017/06/19/pkp-2016-17-annual-report-to-the-community/ OK 200 no 9828 2 8 8 3 43 PKP 2016-17 Annual Report to the Community - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/2017/07/07/information-paywalls-and-information-rights-the-link-between-news-story-and-research-article/ https://pkp.sfu.ca/2017/07/07/information-paywalls-and-information-rights-the-link-between-news-story-and-research-article/ OK 200 no 9975 2 8 11 3 43 Information Paywalls and Information Rights: The Link Between News Story and Research Article - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, element_tabbable_unobscured, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_sensory_misuse  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/2017/09/21/pkp-2017-sprint-report-making-metadata-fields-required/ https://pkp.sfu.ca/2017/09/21/pkp-2017-sprint-report-making-metadata-fields-required/ OK 200 no 10914 6 9 14 7 54 PKP 2017 Sprint Report: Making Metadata Fields Required - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/2017/09/22/pkp-2017-sprint-report-rest-api/ https://pkp.sfu.ca/2017/09/22/pkp-2017-sprint-report-rest-api/ OK 200 no 10047 2 8 8 3 42 PKP 2017 Sprint Report: REST API - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/2017/09/25/pkp-2017-sprint-report-book-sprint/ https://pkp.sfu.ca/2017/09/25/pkp-2017-sprint-report-book-sprint/ OK 200 no 10097 2 8 8 3 42 PKP 2017 Sprint Report: Book Sprint - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/2017/09/26/pkp-2017-sprint-report-internal-statistics/ https://pkp.sfu.ca/2017/09/26/pkp-2017-sprint-report-internal-statistics/ OK 200 no 10135 2 8 9 3 47 PKP 2017 Sprint Report: Internal Statistics - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/2017/09/27/pkp-2017-sprint-report-upgrading-ojs-xml-importexport/ https://pkp.sfu.ca/2017/09/27/pkp-2017-sprint-report-upgrading-ojs-xml-importexport/ OK 200 no 10146 4 10 10 5 43 PKP 2017 Sprint Report: Upgrading OJS XML Import/Export - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: heading-order, image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_sensory_misuse  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/2017/09/28/pkp-2017-sprint-report-documentation-update-and-architecture/ https://pkp.sfu.ca/2017/09/28/pkp-2017-sprint-report-documentation-update-and-architecture/ OK 200 no 9972 2 8 9 3 42 PKP 2017 Sprint Report: Documentation Update and Architecture - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_sensory_misuse  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/2017/10/05/pkp-2017-sprint-report-new-user-mediation/ https://pkp.sfu.ca/2017/10/05/pkp-2017-sprint-report-new-user-mediation/ OK 200 no 10059 2 8 8 3 42 PKP 2017 Sprint Report: New User Mediation - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  
https://pkp.sfu.ca/2018/01/02/open-access-publishing-cooperative-study-final-report/ https://pkp.sfu.ca/2018/01/02/open-access-publishing-cooperative-study-final-report/ OK 200 no 9959 2 8 8 3 43 Open Access Publishing Cooperative Study: Final Report - Public Knowledge Project
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, img_alt_valid, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled  
                    AccessLint failed rules: landmarks/no-duplicate-banner, navigable/link-name, text-alternatives/img-alt  

Detailed Failure Information (ALFA)

https://pkp.sfu.ca/

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:

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

Failure 1:

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

Failure 1:

Rule: SIA-R72

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R85

Failure 1:

https://pkp.sfu.ca/2019/05/31/sprint-report-2-accessibility/

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/general-accessibility-statement/

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:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/about/sustainability/annual-reports/

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:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/hosting-services/hosting/hostingfaq/

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/tag/accessibility/

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/2014/07/11/enhanced-support-for-online-book-reviews/

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/2022/08/24/canada-foundation-for-innovation-renews-support-for-coalition-publica-in-a-big-way/

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-R2: HTML elements have a valid lang attribute

Failure 1:

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

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/findings-from-community-consultation/

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:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/2015/11/30/tackling-accessibility-in-ojs-3-0-beta-2/

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:

… and 1 more failures for this rule

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/2021/02/19/improving-usability-inclusivity-and-accessibility-in-3-3/

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/2021/05/20/celebrating-the-steps-towards-accessibility-in-ojs/

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/2021/08/12/public-knowledge-project-accessibility-statement/

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/2024/04/30/accessibility-in-ojs-software-and-publications/

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:

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

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/2024/06/13/pkp-minnesota-sprint-summary-4-accessibility/

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:

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

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/2025/11/27/accessibility-update-2025/

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

Rule: SIA-R85

Failure 1:

https://pkp.sfu.ca/support/resources/

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:

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

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/hosting-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:

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

Failure 1:

Rule: SIA-R66: Text has enhanced 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:

https://pkp.sfu.ca/code/incident-report/

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-R66: Text has enhanced contrast with its background

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-R80: ASCII art has a text alternative

Failure 1:

https://pkp.sfu.ca/hosting-services/contactps/

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:

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

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/hosting-services/hosting/

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:

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

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/hosting-services/other-services/

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:

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

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/hosting-services/why-host-with-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:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/about/

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:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/financial-support/

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:

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/hosting-services/hosting/journals/

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:

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

Failure 1:

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

Failure 1:

Rule: SIA-R77

Failure 1:

Rule: SIA-R85

Failure 1:

https://pkp.sfu.ca/hosting-services/hosting/monographs/

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/hosting-services/hosting/preprints/

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/hosting-services/other-services/crossref/

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/hosting-support-agreement-2/

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-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:

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

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/hosting-support-agreement/

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-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:

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

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/support/

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:

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

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/2014/05/29/california-digital-library-uiux-review-report/

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/2014/10/03/annual-report-2013-available/

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

Rule: SIA-R85

Failure 1:

https://pkp.sfu.ca/2014/10/29/metapress-migration-services-now-available/

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/2015/02/20/pkpps-the-only-pkp-operated-publishing-service/

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/2015/09/04/status-report-on-pkp-and-article-level-metrics/

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/2015/11/19/checking-in-on-the-pkp-xml-parsing-service/

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/2015/12/20/open-textbook-cooperative/

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-R2: HTML elements have a valid lang attribute

Failure 1:

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

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/2016/02/01/oa-publishing-cooperative-q2-report/

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/2016/02/06/ojs-3-0-documentation-draft-registering/

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/2017/06/19/pkp-2016-17-annual-report-to-the-community/

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/2017/07/07/information-paywalls-and-information-rights-the-link-between-news-story-and-research-article/

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/2017/09/21/pkp-2017-sprint-report-making-metadata-fields-required/

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-R2: HTML elements have a valid lang attribute

Failure 1:

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

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/2017/09/22/pkp-2017-sprint-report-rest-api/

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/2017/09/25/pkp-2017-sprint-report-book-sprint/

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/2017/09/26/pkp-2017-sprint-report-internal-statistics/

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/2017/09/27/pkp-2017-sprint-report-upgrading-ojs-xml-importexport/

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-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/2017/09/28/pkp-2017-sprint-report-documentation-update-and-architecture/

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/2017/10/05/pkp-2017-sprint-report-new-user-mediation/

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://pkp.sfu.ca/2018/01/02/open-access-publishing-cooperative-study-final-report/

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

Detailed Failure Information (axe)

https://pkp.sfu.ca/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/2019/05/31/sprint-report-2-accessibility/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/general-accessibility-statement/

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/about/sustainability/annual-reports/

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/hosting-services/hosting/hostingfaq/

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/tag/accessibility/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Impact: serious

Failure 1:

https://pkp.sfu.ca/2014/07/11/enhanced-support-for-online-book-reviews/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/2022/08/24/canada-foundation-for-innovation-renews-support-for-coalition-publica-in-a-big-way/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

Failure 2:

https://pkp.sfu.ca/findings-from-community-consultation/

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/2015/11/30/tackling-accessibility-in-ojs-3-0-beta-2/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/2021/02/19/improving-usability-inclusivity-and-accessibility-in-3-3/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/2021/05/20/celebrating-the-steps-towards-accessibility-in-ojs/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/2021/08/12/public-knowledge-project-accessibility-statement/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/2024/04/30/accessibility-in-ojs-software-and-publications/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/2024/06/13/pkp-minnesota-sprint-summary-4-accessibility/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/2025/11/27/accessibility-update-2025/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/support/resources/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/hosting-services/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

https://pkp.sfu.ca/code/incident-report/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/hosting-services/contactps/

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/hosting-services/hosting/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/hosting-services/other-services/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/hosting-services/why-host-with-us/

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/about/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/financial-support/

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/hosting-services/hosting/journals/

Rule: empty-table-header

Impact: minor

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/hosting-services/hosting/monographs/

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/hosting-services/hosting/preprints/

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/hosting-services/other-services/crossref/

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/hosting-support-agreement-2/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/hosting-support-agreement/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/support/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/2014/05/29/california-digital-library-uiux-review-report/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/2014/10/03/annual-report-2013-available/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/2014/10/29/metapress-migration-services-now-available/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/2015/02/20/pkpps-the-only-pkp-operated-publishing-service/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/2015/09/04/status-report-on-pkp-and-article-level-metrics/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/2015/11/19/checking-in-on-the-pkp-xml-parsing-service/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/2015/12/20/open-textbook-cooperative/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

Failure 2:

https://pkp.sfu.ca/2016/02/01/oa-publishing-cooperative-q2-report/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/2016/02/06/ojs-3-0-documentation-draft-registering/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/2017/06/19/pkp-2016-17-annual-report-to-the-community/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/2017/07/07/information-paywalls-and-information-rights-the-link-between-news-story-and-research-article/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/2017/09/21/pkp-2017-sprint-report-making-metadata-fields-required/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

https://pkp.sfu.ca/2017/09/22/pkp-2017-sprint-report-rest-api/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/2017/09/25/pkp-2017-sprint-report-book-sprint/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/2017/09/26/pkp-2017-sprint-report-internal-statistics/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/2017/09/27/pkp-2017-sprint-report-upgrading-ojs-xml-importexport/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

Failure 2:

https://pkp.sfu.ca/2017/09/28/pkp-2017-sprint-report-documentation-update-and-architecture/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/2017/10/05/pkp-2017-sprint-report-new-user-mediation/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

https://pkp.sfu.ca/2018/01/02/open-access-publishing-cooperative-study-final-report/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1: