Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FFavicon & BrandingAction1 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLandmark StructureAction2 landmarksREVIEW
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
B404 Error PageHTTP 404, custom pageREVIEW
BLighthouse Accessibility AuditsScore 89/100 — 4 failing, 23 passedREVIEW
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
JuliaCon Global 2026 div.alert > p.text-center > span.alert-text > a |
juliacon.org/2026 div.alert > p.text-center > span.alert-text > a |
Watch JuliaCon 2025 ↓ div.alert > p.text-center > span.alert-text > a.watch-videos-link |
julia> div.code-showcase > pre.code-content > code.language-julia > span.repl-prompt |
julia> div.code-showcase > pre.code-content > code.language-julia > span.repl-prompt |
julia> div.code-showcase > pre.code-content > code.language-julia > span.repl-prompt |
julia> div.code-showcase > pre.code-content > code.language-julia > span.repl-prompt |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Fast div.container > div.row > div.col-lg-4 > h3 |
These are opportunities to improve keyboard navigation in your application.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Go to slide 1 body > div.container > div.carousel-dots > button.carousel-dot |
Go to slide 2 body > div.container > div.carousel-dots > button.carousel-dot |
Go to slide 3 body > div.container > div.carousel-dots > button.carousel-dot |
Go to slide 4 body > div.container > div.carousel-dots > button.carousel-dot |
Go to slide 5 body > div.container > div.carousel-dots > button.carousel-dot |
Go to slide 6 body > div.container > div.carousel-dots > button.carousel-dot |
Go to slide 7 body > div.container > div.carousel-dots > button.carousel-dot |
Go to slide 8 body > div.container > div.carousel-dots > button.carousel-dot |
Go to slide 9 body > div.container > div.carousel-dots > button.carousel-dot |
Go to slide 10 body > div.container > div.carousel-dots > button.carousel-dot |
Go to slide 11 body > div.container > div.carousel-dots > button.carousel-dot |
Go to slide 12 body > div.container > div.carousel-dots > button.carousel-dot |
Go to slide 13 body > div.container > div.carousel-dots > button.carousel-dot |
Governance div.row > ul > li > a |
Publications div.row > ul > li > a |
Stewards div.row > ul > li > a |
Diversity div.row > ul > li > a |
JuliaCon div.row > ul > li > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
AHeading Hierarchy29 headings, 1 skip(s)PASS
- H1 The Julia Programming Language
- H3 Fast skipped
- H3 Dynamic
- H3 Reproducible
- H3 Composable
- H3 General
- H3 Open source
- H2 Ecosystem
- H3 General Computing
- H4 Build, Deploy or Embed Your Code
- H3 Parallel Computing
- H4 Parallel and Heterogeneous Computing
- H3 Machine Learning
- H4 Scalable Machine Learning
- H3 Scientific Computing
- H4 Rich Ecosystem for Scientific Computing
- H3 Data Science
- H4 Interact with your Data
- H3 Visualization
- H4 Data Visualization and Plotting
- H2 JuliaCon 2025
- H2 Packages
- H2 Recent Blog Posts
- H3 This Month in Julia World (February 2026)
- H3 This Month in Julia World (January 2026)
- H3 This Month in Julia World (December 2025)
- H2 Talk to us
- H2 Editors and IDEs
- H2 Essential Tools
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
A+Alt Text QualityAll 29 images OKPASS
A+Form AccessibilityNo form controlsPASS
ALink & Button Quality185 links, 18 buttons — all OKPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://github.com/JuliaLang/julia | Star JuliaLang/julia on GitHub | new tab | Add '(opens in new tab)' to text |
| https://github.com/sponsors/JuliaLang | Sponsor @JuliaLang on GitHub | new tab | Add '(opens in new tab)' to text |
| https://discourse.julialang.org/ | Discourse | new tab | Add '(opens in new tab)' to text |
| https://github.com/JuliaLang/julia | GitHub Source code | new tab | Add '(opens in new tab)' to text |
| https://julialang.zulipchat.com/ | Zulip | new tab | Add '(opens in new tab)' to text |
| /slack/ | Slack | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/JuliaLanguage | Twitter #JuliaLang | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/user/JuliaLangua… | Videos YouTube | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/the-jul… | new tab | Add '(opens in new tab)' to text | |
| https://www.julia-vscode.org/ | VS Code VS Code Ex… | new tab | Add '(opens in new tab)' to text |
| https://github.com/JuliaLang/IJulia.jl | Jupyter Jupyter ke… | new tab | Add '(opens in new tab)' to text |
| https://plutojl.org/ | Pluto.jl Simple re… | new tab | Add '(opens in new tab)' to text |
| https://github.com/JuliaEditorSupport/ju… | Vim Vim plugin | new tab | Add '(opens in new tab)' to text |
| https://github.com/JuliaEditorSupport/ju… | Emacs Emacs plugin | new tab | Add '(opens in new tab)' to text |
| https://github.com/JuliaEditorSupport/ze… | Zed Zed Extension | new tab | Add '(opens in new tab)' to text |
| https://plugins.jetbrains.com/plugin/293… | JetBrains Flexible… | new tab | Add '(opens in new tab)' to text |
| https://github.com/JuliaDebug/Debugger.j… | Debugger Debugger.… | new tab | Add '(opens in new tab)' to text |
| https://docs.julialang.org/en/v1/manual/… | Profiler Profile (… | new tab | Add '(opens in new tab)' to text |
| https://github.com/JuliaCI/BenchmarkTool… | Benchmarking Bench… | new tab | Add '(opens in new tab)' to text |
| https://github.com/timholy/Revise.jl | Revise Revise.jl | new tab | Add '(opens in new tab)' to text |
| https://juliagpu.org/ | GPUs JuliaGPU | new tab | Add '(opens in new tab)' to text |
Add '(opens in new tab)' to link text or aria-label.
https://github.com/JuliaLang/julia; https://github.com/sponsors/JuliaLang; https://discourse.julialang.org/; https://github.com/JuliaLang/julia; https://julialang.zulipchat.com/; /slack/; https://twitter.com/JuliaLanguage; https://www.youtube.com/user/JuliaLanguage; https://www.linkedin.com/company/the-julia-language; https://www.julia-vscode.org/ (+11 more)
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 The Julia Programmin… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Ecosystem | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 JuliaCon 2025 | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Talk to us | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Fast | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Dynamic | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Reproducible | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Composable | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 General | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Open source | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 General Computing | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Parallel Computing | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Machine Learning | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Scientific Computing | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Data Science | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Visualization | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 This Month in Julia … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 This Month in Julia … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 This Month in Julia … | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title The Julia Programmin… | 10.12:1 | 4.5:1 | #000000 | #ADB5BD | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.