Accessibility Scan Report

Title: fosdem.org Issue: #138 Date: 3/19/2026, 5:34:51 PM Duration: 8.9m URLs: 100 / 100

Summary

Issues

  • By Level: A (254), AA (3669)
  • By Version (A & AA): WCAG 2.0 (3923)
  • By Category: axe-strict (5212) & Others (6965)
  • Total: 12177 across 30 unique rules & 2 accessibility engines

By Severity

Critical
Serious
Moderate
Minor

By Role

UX Designer
Visual Designer
Content Author
Front-End Developer

Issues

🎯 Pages with Most Errors

Focus your efforts on these pages to make the biggest impact. Click any error count to filter the rule list below.

FOSDEM 2026 - Frequently Asked Questions 169
FOSDEM 2026 - The saga of official binary packages for Gentoo Linux 156
FOSDEM 2026 - Teleportal: A real-time collaborative editing framework 153
FOSDEM 2026 - Thomas Schwinge 144
FOSDEM 2026 - Introduction the Open Source & EU Policy devroom 156
FOSDEM 2026 - K.4.401 223
FOSDEM 2026 - A short story of supporting Microsoft Exchange in Thunderbird 154
FOSDEM 2026 - State of the Arch: Fedora on RISC-V 150
FOSDEM 2026 - Bringing BSD Applications on Linux container platforms with urunc 148
FOSDEM 2026 - Just1 - An Open-Source Autonomous Mecanum Wheel Robot 146

🔧 Most Common Issues (axe)

9 rules
3669 Serious axe SC 1.4.3 AA Visual color-contrast:
99 pages affected

Rule Information

Engine: axe

Roles: Visual Designer

Blocking: No

WCAG: SC 1.4.3 AA

Disabilities affected:
Visual

Affected Pages

Examples

Example 1 View on Page
Elements must meet minimum color contrast ratio thresholds
Mode: light
<a href="/2026/about/">About</a>
XPath: li:nth-child(2) > a[href$="about/"]
Example 2 View on Page
Elements must meet minimum color contrast ratio thresholds
Mode: light
<a href="/2026/news/">News</a>
XPath: li:nth-child(3) > a[href$="news/"]
Example 3 View on Page
Elements must meet minimum color contrast ratio thresholds
Mode: light
<a href="/2026/schedule/">Schedule</a>
XPath: li:nth-child(4) > a[href$="schedule/"]
Example 4 View on Page
Elements must meet minimum color contrast ratio thresholds
Mode: light
<a href="/2026/stands/">Stands</a>
XPath: li:nth-child(5) > a[href$="stands/"]
Example 5 View on Page
Elements must meet minimum color contrast ratio thresholds
Mode: light
<a href="/2026/volunteer/">Volunteer</a>
XPath: li:nth-child(6) > a[href$="volunteer/"]
1089 Moderate axe region:
99 pages affected

Rule Information

Engine: axe

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
All page content should be contained by landmarks
Mode: light
<h1 class="logo"><a href="/2026/">fosdem-2026</a></h1>
XPath: .logo
Example 2 View on Page
All page content should be contained by landmarks
Mode: light
<li class="home"><a href="/2026/">Home</a></li>
XPath: #nav > .home
Example 3 View on Page
All page content should be contained by landmarks
Mode: light
<li><a href="/2026/about/">About</a></li>
XPath: #nav > li:nth-child(2)
Example 4 View on Page
All page content should be contained by landmarks
Mode: light
<li><a href="/2026/news/">News</a></li>
XPath: #nav > li:nth-child(3)
Example 5 View on Page
All page content should be contained by landmarks
Mode: light
<li><a href="/2026/schedule/">Schedule</a></li>
XPath: #nav > li:nth-child(4)
99 Critical axe SC 4.1.2 A Visual Motor Cognitive label:
99 pages affected

Rule Information

Engine: axe

Roles: Front-End Developer, UX Designer

Blocking: ⚠️ Yes (Task-Blocking)

WCAG: SC 4.1.2 A

Disabilities affected:
Visual Motor Cognitive

Affected Pages

Examples

Example 1 View on Page
Form elements must have labels
Mode: light
<input type="text" name="q" id="q" class="span2" value="">
XPath: #q
Example 2 View on Page
Form elements must have labels
Mode: light
<input type="text" name="q" id="q" class="span2" value="">
XPath: #q
Example 3 View on Page
Form elements must have labels
Mode: light
<input type="text" name="q" id="q" class="span2" value="">
XPath: #q
Example 4 View on Page
Form elements must have labels
Mode: light
<input type="text" name="q" id="q" class="span2" value="">
XPath: #q
Example 5 View on Page
Form elements must have labels
Mode: light
<input type="text" name="q" id="q" class="span2" value="">
XPath: #q
99 Moderate axe landmark-one-main:
99 pages affected

Rule Information

Engine: axe

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Document should have one main landmark
Mode: light
<html lang="en">
XPath: html
Example 2 View on Page
Document should have one main landmark
Mode: light
<html lang="en">
XPath: html
Example 3 View on Page
Document should have one main landmark
Mode: light
<html lang="en">
XPath: html
Example 4 View on Page
Document should have one main landmark
Mode: light
<html lang="en">
XPath: html
Example 5 View on Page
Document should have one main landmark
Mode: light
<html lang="en">
XPath: html
59 Moderate axe heading-order:
59 pages affected

Rule Information

Engine: axe

Roles: Content Author, UX Designer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Heading levels should only increase by one
Mode: light
<h3>Suggestions welcome</h3>
XPath: #main > h3
Example 2 View on Page
Heading levels should only increase by one
Mode: light
<h3>Sunday</h3>
XPath: td[colspan="6"] > h3
Example 3 View on Page
Heading levels should only increase by one
Mode: light
<h3>Discuss</h3>
XPath: h3:nth-child(3)
Example 4 View on Page
Heading levels should only increase by one
Mode: light
<h3> FOSDEM is a two-day event organised by volunteers to promote the widespread use of free and open source software. </h3>
XPath: .text-block > h3
Example 5 View on Page
Heading levels should only increase by one
Mode: light
<h3>FOSDEM</h3>
XPath: .panel-column:nth-child(1) > h3
39 Moderate axe empty-heading:
39 pages affected

Rule Information

Engine: axe

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Headings should not be empty
Mode: light
<h2></h2>
XPath: #pagetitles > h2
Example 2 View on Page
Headings should not be empty
Mode: light
<h2></h2>
XPath: #pagetitles > h2
Example 3 View on Page
Headings should not be empty
Mode: light
<h2></h2>
XPath: #pagetitles > h2
Example 4 View on Page
Headings should not be empty
Mode: light
<h2></h2>
XPath: #pagetitles > h2
Example 5 View on Page
Headings should not be empty
Mode: light
<h2></h2>
XPath: #pagetitles > h2
11 Critical axe SC 1.1.1 A Visual image-alt:
11 pages affected

Examples

Example 1 View on Page
Images must have alternative text
Mode: light
<img src="/2026/schedule/event/D9RRZC-otp-finds-a-way/D9RRZC-otp-finds-a-way-d785fe846448a0381dcfc29fe264b848764927f73e7212e9c7cca13c06c308fe.png" class="event-logo">
XPath: .event-logo
Example 2 View on Page
Images must have alternative text
Mode: light
<img src="/2026/schedule/event/QKNMJN-package-management-in-the-hands-of-users/QKNMJN-package-management-in-the-hands-of-users-7da0a6d7f0819cb1bca8f839833438f63dfa9da2ee62ed0bf3dc24759af55b6f.png" class="event-logo">
XPath: img
Example 3 View on Page
Images must have alternative text
Mode: light
<img src="/2026/schedule/event/VGXWNS-taming_the_llm_zoo_with_docker_model_runner_inference_with_oci_artifacts_llama_c/VGXWNS-taming_the_llm_zoo_with_docker_model_runner_inference_with_oci_artifacts_llama_c-532434ae061121adb0062456821735d71b0d67b1c1731e8b271c382ec9287c98.jpeg" class="event-logo">
XPath: .event-logo
Example 4 View on Page
Images must have alternative text
Mode: light
<img src="/2026/schedule/event/HCQRVT-designing_attestations_ui_the_security_and_safety_of_oss_package_supply_chain/HCQRVT-designing_attestations_ui_the_security_and_safety_of_oss_package_supply_chain-b3407ff55e88965aa1c3a56acf37c2a0a839dbffa43abbb2cb11736ec74a144a.png" class="event-logo">
XPath: .event-logo
Example 5 View on Page
Images must have alternative text
Mode: light
<img src="/2026/schedule/event/KCWFBD-openflexure_education/KCWFBD-openflexure_education-0ab1996215cbbd200776cc205b2c7a28a5b18d613b51564993eb4123e79d5695.jpg" class="event-logo">
XPath: img
3 Moderate axe empty-table-header:
2 pages affected

Rule Information

Engine: axe

Roles: Front-End Developer

Blocking: No

Examples

Example 1 View on Page
Table header text should not be empty
Mode: light
<th class="day"></th>
XPath: thead > tr > .day
Example 2 View on Page
Table header text should not be empty
Mode: light
<th style="width: 1em;"></th>
XPath: table:nth-child(5) > thead > tr > th:nth-child(3)
Example 3 View on Page
Table header text should not be empty
Mode: light
<th class="day"></th>
XPath: thead > tr > .day

🔧 Most Common Issues (Equal Access)

21 rules
3458 Moderate equalAccess text_contrast_sufficient:
99 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Text contrast of 2.85 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 700
Mode: light
<a href="/2026/about/">
Example 2 View on Page
Text contrast of 2.85 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 700
Mode: light
<a href="/2026/news/">
Example 3 View on Page
Text contrast of 2.85 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 700
Mode: light
<a href="/2026/schedule/">
Example 4 View on Page
Text contrast of 2.85 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 700
Mode: light
<a href="/2026/stands/">
Example 5 View on Page
Text contrast of 2.85 with its background is less than the WCAG AA minimum requirements for text of size 16px and weight of 700
Mode: light
<a href="/2026/volunteer/">
2226 Moderate equalAccess aria_content_in_landmark:
99 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Content is not within a landmark element
Mode: light
<h1 class="logo">
Example 2 View on Page
Content is not within a landmark element
Mode: light
<a href="/2026/">
Example 3 View on Page
Content is not within a landmark element
Mode: light
<a href="/2026/about/">
Example 4 View on Page
Content is not within a landmark element
Mode: light
<a href="/2026/news/">
Example 5 View on Page
Content is not within a landmark element
Mode: light
<a href="/2026/schedule/">
200 Moderate equalAccess element_attribute_deprecated:
99 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
The HTML attribute(s) "http-equiv" is deprecated for the <meta> element in HTML 5
Mode: light
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
Example 2 View on Page
The HTML attribute(s) "color" is deprecated in HTML 5
Mode: light
<link color="#af2c93" href="/2026/safari-pinned-tab.svg" rel="mask-icon">
Example 3 View on Page
The HTML attribute(s) "http-equiv" is deprecated for the <meta> element in HTML 5
Mode: light
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
Example 4 View on Page
The HTML attribute(s) "color" is deprecated in HTML 5
Mode: light
<link color="#af2c93" href="/2026/safari-pinned-tab.svg" rel="mask-icon">
Example 5 View on Page
The HTML attribute(s) "http-equiv" is deprecated for the <meta> element in HTML 5
Mode: light
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
198 Moderate equalAccess text_block_heading:
99 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Confirm this text 'fosdem-2026' is used as a heading and if so, modify to use a heading element or role
Mode: light
<div class="company-info-logo">
Example 2 View on Page
Confirm this text 'Brussels / 31 January & 1 February 2026' is used as a heading and if so, modify to use a heading element or role
Mode: light
<p>
Example 3 View on Page
Confirm this text 'fosdem-2026' is used as a heading and if so, modify to use a heading element or role
Mode: light
<div class="company-info-logo">
Example 4 View on Page
Confirm this text 'Brussels / 31 January & 1 February 2026' is used as a heading and if so, modify to use a heading element or role
Mode: light
<p>
Example 5 View on Page
Confirm this text 'fosdem-2026' is used as a heading and if so, modify to use a heading element or role
Mode: light
<div class="company-info-logo">
99 Moderate equalAccess style_color_misuse:
99 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Verify color is not used as the only visual means of conveying information
Mode: light
<link color="#af2c93" href="/2026/safari-pinned-tab.svg" rel="mask-icon">
Example 2 View on Page
Verify color is not used as the only visual means of conveying information
Mode: light
<link color="#af2c93" href="/2026/safari-pinned-tab.svg" rel="mask-icon">
Example 3 View on Page
Verify color is not used as the only visual means of conveying information
Mode: light
<link color="#af2c93" href="/2026/safari-pinned-tab.svg" rel="mask-icon">
Example 4 View on Page
Verify color is not used as the only visual means of conveying information
Mode: light
<link color="#af2c93" href="/2026/safari-pinned-tab.svg" rel="mask-icon">
Example 5 View on Page
Verify color is not used as the only visual means of conveying information
Mode: light
<link color="#af2c93" href="/2026/safari-pinned-tab.svg" rel="mask-icon">
99 Moderate equalAccess style_highcontrast_visible:
99 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content
Mode: light
<link href="/2026/assets/style/fosdem-f542b117891d4c63ffb781d3a237e121c6d7e0f01907ee8806c87128f0788a89.css" type="text/css" rel="stylesheet" media="all">
Example 2 View on Page
Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content
Mode: light
<link href="/2026/assets/style/fosdem-f542b117891d4c63ffb781d3a237e121c6d7e0f01907ee8806c87128f0788a89.css" type="text/css" rel="stylesheet" media="all">
Example 3 View on Page
Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content
Mode: light
<link href="/2026/assets/style/fosdem-f542b117891d4c63ffb781d3a237e121c6d7e0f01907ee8806c87128f0788a89.css" type="text/css" rel="stylesheet" media="all">
Example 4 View on Page
Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content
Mode: light
<link href="/2026/assets/style/fosdem-f542b117891d4c63ffb781d3a237e121c6d7e0f01907ee8806c87128f0788a89.css" type="text/css" rel="stylesheet" media="all">
Example 5 View on Page
Confirm Windows high contrast mode is supported when using CSS to include, position or alter non-decorative content
Mode: light
<link href="/2026/assets/style/fosdem-f542b117891d4c63ffb781d3a237e121c6d7e0f01907ee8806c87128f0788a89.css" type="text/css" rel="stylesheet" media="all">
99 Moderate equalAccess form_submit_button_exists:
99 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Verify the <form> element has a submit button or an image button
Mode: light
<form method="get" action="/search/" class="search-form">
Example 2 View on Page
Verify the <form> element has a submit button or an image button
Mode: light
<form method="get" action="/search/" class="search-form">
Example 3 View on Page
Verify the <form> element has a submit button or an image button
Mode: light
<form method="get" action="/search/" class="search-form">
Example 4 View on Page
Verify the <form> element has a submit button or an image button
Mode: light
<form method="get" action="/search/" class="search-form">
Example 5 View on Page
Verify the <form> element has a submit button or an image button
Mode: light
<form method="get" action="/search/" class="search-form">
99 Moderate equalAccess style_focus_visible:
99 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'
Mode: light
<input value="" class="span2" id="q" name="q" type="text">
Example 2 View on Page
Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'
Mode: light
<input value="" class="span2" id="q" name="q" type="text">
Example 3 View on Page
Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'
Mode: light
<input value="" class="span2" id="q" name="q" type="text">
Example 4 View on Page
Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'
Mode: light
<input value="" class="span2" id="q" name="q" type="text">
Example 5 View on Page
Check the keyboard focus indicator is visible when using CSS declaration for 'border' or 'outline'
Mode: light
<input value="" class="span2" id="q" name="q" type="text">
99 Moderate equalAccess input_label_exists:
99 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Form control element <input> has no associated label
Mode: light
<input value="" class="span2" id="q" name="q" type="text">
Example 2 View on Page
Form control element <input> has no associated label
Mode: light
<input value="" class="span2" id="q" name="q" type="text">
Example 3 View on Page
Form control element <input> has no associated label
Mode: light
<input value="" class="span2" id="q" name="q" type="text">
Example 4 View on Page
Form control element <input> has no associated label
Mode: light
<input value="" class="span2" id="q" name="q" type="text">
Example 5 View on Page
Form control element <input> has no associated label
Mode: light
<input value="" class="span2" id="q" name="q" type="text">
99 Moderate equalAccess aria_contentinfo_misuse:
99 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Element with "contentinfo" role is present without an element with "main" role
Mode: light
<footer>
Example 2 View on Page
Element with "contentinfo" role is present without an element with "main" role
Mode: light
<footer>
Example 3 View on Page
Element with "contentinfo" role is present without an element with "main" role
Mode: light
<footer>
Example 4 View on Page
Element with "contentinfo" role is present without an element with "main" role
Mode: light
<footer>
Example 5 View on Page
Element with "contentinfo" role is present without an element with "main" role
Mode: light
<footer>
42 Moderate equalAccess aria_accessiblename_exists:
41 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Element <h2> with "heading" role has no accessible name
Mode: light
<h2>
Example 2 View on Page
Element <h2> with "heading" role has no accessible name
Mode: light
<h2>
Example 3 View on Page
Element <th> with "columnheader" role has no accessible name
Mode: light
<th class="day">
Example 4 View on Page
Element <h2> with "heading" role has no accessible name
Mode: light
<h2>
Example 5 View on Page
Element <h2> with "heading" role has no accessible name
Mode: light
<h2>
39 Moderate equalAccess heading_content_exists:
39 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Heading element has no descriptive content
Mode: light
<h2>
Example 2 View on Page
Heading element has no descriptive content
Mode: light
<h2>
Example 3 View on Page
Heading element has no descriptive content
Mode: light
<h2>
Example 4 View on Page
Heading element has no descriptive content
Mode: light
<h2>
Example 5 View on Page
Heading element has no descriptive content
Mode: light
<h2>
37 Moderate equalAccess caption_track_exists:
37 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Verify that captions are available for any meaningful audio or provide a caption track for the <video> element
Mode: light
<video width="75%" controls="controls" preload="none">
Example 2 View on Page
Verify that captions are available for any meaningful audio or provide a caption track for the <video> element
Mode: light
<video width="75%" controls="controls" preload="none">
Example 3 View on Page
Verify that captions are available for any meaningful audio or provide a caption track for the <video> element
Mode: light
<video width="75%" controls="controls" preload="none">
Example 4 View on Page
Verify that captions are available for any meaningful audio or provide a caption track for the <video> element
Mode: light
<video width="75%" controls="controls" preload="none">
Example 5 View on Page
Verify that captions are available for any meaningful audio or provide a caption track for the <video> element
Mode: light
<video width="75%" controls="controls" preload="none">
37 Moderate equalAccess media_keyboard_controllable:
37 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Verify media using <audio> and/or <video> elements have keyboard accessible controls
Mode: light
<video width="75%" controls="controls" preload="none">
Example 2 View on Page
Verify media using <audio> and/or <video> elements have keyboard accessible controls
Mode: light
<video width="75%" controls="controls" preload="none">
Example 3 View on Page
Verify media using <audio> and/or <video> elements have keyboard accessible controls
Mode: light
<video width="75%" controls="controls" preload="none">
Example 4 View on Page
Verify media using <audio> and/or <video> elements have keyboard accessible controls
Mode: light
<video width="75%" controls="controls" preload="none">
Example 5 View on Page
Verify media using <audio> and/or <video> elements have keyboard accessible controls
Mode: light
<video width="75%" controls="controls" preload="none">
31 Moderate equalAccess table_headers_exists:
31 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Table has no headers identified
Mode: light
<table>
Example 2 View on Page
Table has no headers identified
Mode: light
<table>
Example 3 View on Page
Table has no headers identified
Mode: light
<table>
Example 4 View on Page
Table has no headers identified
Mode: light
<table>
Example 5 View on Page
Table has no headers identified
Mode: light
<table>
17 Moderate equalAccess text_sensory_misuse:
16 pages affected

Examples

Example 1 View on Page
Confirm the user instruction is still understandable without the word(s) 'little'
Mode: light
<p>
Example 2 View on Page
Confirm the word(s) 'right' of the user instruction is used to indicate a logical rather than visual position
Mode: light
<p>
Example 3 View on Page
Confirm the word(s) 'left' of the user instruction is used to indicate a logical rather than visual position
Mode: light
<p>
Example 4 View on Page
Confirm the user instruction is still understandable without the word(s) 'small'
Mode: light
<p>
Example 5 View on Page
Confirm the word(s) 'corner' of the user instruction is used to indicate a logical rather than visual position
Mode: light
<h4>
11 Moderate equalAccess img_alt_valid:
11 pages affected

Examples

Example 1 View on Page
The image has neither an accessible name nor is marked as decorative or redundant
Mode: light
<img class="event-logo" src="/2026/schedule/event/D9RRZC-otp-finds-a-way/D9RRZC-otp-finds-a-way-d785fe846448a0381dcfc29fe264b848764927f73e7212e9c7cca13c06c308fe.png">
Example 2 View on Page
The image has neither an accessible name nor is marked as decorative or redundant
Mode: light
<img class="event-logo" src="/2026/schedule/event/QKNMJN-package-management-in-the-hands-of-users/QKNMJN-package-management-in-the-hands-of-users-7da0a6d7f0819cb1bca8f839833438f63dfa9da2ee62ed0bf3dc24759af55b6f.png">
Example 3 View on Page
The image has neither an accessible name nor is marked as decorative or redundant
Mode: light
<img class="event-logo" src="/2026/schedule/event/VGXWNS-taming_the_llm_zoo_with_docker_model_runner_inference_with_oci_artifacts_llama_c/VGXWNS-taming_the_llm_zoo_with_docker_model_runner_inference_with_oci_artifacts_llama_c-532434ae061121adb0062456821735d71b0d67b1c1731e8b271c382ec9287c98.jpeg">
Example 4 View on Page
The image has neither an accessible name nor is marked as decorative or redundant
Mode: light
<img class="event-logo" src="/2026/schedule/event/HCQRVT-designing_attestations_ui_the_security_and_safety_of_oss_package_supply_chain/HCQRVT-designing_attestations_ui_the_security_and_safety_of_oss_package_supply_chain-b3407ff55e88965aa1c3a56acf37c2a0a839dbffa43abbb2cb11736ec74a144a.png">
Example 5 View on Page
The image has neither an accessible name nor is marked as decorative or redundant
Mode: light
<img class="event-logo" src="/2026/schedule/event/KCWFBD-openflexure_education/KCWFBD-openflexure_education-0ab1996215cbbd200776cc205b2c7a28a5b18d613b51564993eb4123e79d5695.jpg">
5 Moderate equalAccess text_quoted_correctly:
5 pages affected

Examples

Example 1 View on Page
If the following text is a quotation, mark it as a <q> or <blockquote> element: "FOSDEM VZW", "BE 0477.085.590", ... W, Guldendelle 9, 1930 Zaventem"
Mode: light
<p>
Example 2 View on Page
If the following text is a quotation, mark it as a <q> or <blockquote> element: "Open Source Developers’ European Meeting"
Mode: light
<p>
Example 3 View on Page
If the following text is a quotation, mark it as a <q> or <blockquote> element: "State of Commercial Open Source"
Mode: light
<p>
Example 4 View on Page
If the following text is a quotation, mark it as a <q> or <blockquote> element: "pull, push, run, serve"
Mode: light
<p>
Example 5 View on Page
If the following text is a quotation, mark it as a <q> or <blockquote> element: "State of FOSS on mobile"
Mode: light
<a href="/2026/schedule/event/SW83YJ-state_of_foss_on_mobile/">
1 Moderate equalAccess element_id_unique:
1 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
The <h2> element has the id "team" that is already in use
Mode: light
<h2 id="team">
1 Moderate equalAccess element_tabbable_unobscured:
1 pages affected

Rule Information

Engine: equalAccess

Roles: Front-End Developer

Blocking: No

Affected Pages

Examples

Example 1 View on Page
Confirm that when the element receives focus, it is not covered or, if covered by user action, can be uncovered without moving focus
Mode: light
<a class="quiet" href="/2026/schedule/speaker/ronny_lam/">