Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction33 of 33 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 33 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
FFavicon & BrandingAction1 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
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
BHeading Hierarchy12 headingsREVIEW
- H2 OpenResty®
- H2 More Interesting Topics
- H3 26 Mar 2026
- H3 25 Mar 2026
- H3 03 Mar 2026
- H3 28 Feb 2026
- H3 21 Oct 2025
- H3 16 Jul 2025
- H3 03 Apr 2025
- H3 31 Mar 2025
- H3 17 Oct 2024
- H3 21 Jul 2024
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
CForm AccessibilityAction4 of 4 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| name | text | (Enter your full name) | placeholder only |
| (Enter your business email) | placeholder only | ||
| #search | search | (Search OpenResty.org) | placeholder only |
| submit | image | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="image" name="submit">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="name">; <input type="email" name="email">; <input type="search" name="query" id="search">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
CLink & Button QualityAction9 issue(s) across 105 links and 1 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| . | (empty) | empty | Add link text or aria-label |
| https://github.com/openresty/ | Contribute on GitHub | img no alt | Add alt attribute to the image |
| https://forum.openresty.us/ | Official Forum | img no alt | Add alt attribute to the image |
| https://openresty.com/en/xray/request-de… | Try OpenResty XRay | img no alt | Add alt attribute to the image |
| https://demo.xray.openresty.com/targets/ | OpenResty XRay Live Demo → | new tab | Add '(opens in new tab)' to text |
| ann-1029002003.html | (empty) | empty | Add link text or aria-label |
| ann-1027001002.html | (empty) | empty | Add link text or aria-label |
| https://blog.openresty.com/en/xray-vulne… | (empty) | empty | Add link text or aria-label |
| https://blog.openresty.com/en/xray-vulne… | Binary Evidence-Driven Vulnera… | new tab | Add '(opens in new tab)' to text |
| https://blog.openresty.com/en/xray-ann-2… | (empty) | empty | Add link text or aria-label |
| https://blog.openresty.com/en/xray-ann-2… | OpenResty XRay Version 26.2.1.… | new tab | Add '(opens in new tab)' to text |
| https://blog.openresty.com/en/edge-proxy… | (empty) | empty | Add link text or aria-label |
| https://blog.openresty.com/en/edge-proxy… | End-to-End Client Real IP Pass… | new tab | Add '(opens in new tab)' to text |
| https://blog.openresty.com/en/xray-dynam… | (empty) | empty | Add link text or aria-label |
| https://blog.openresty.com/en/xray-dynam… | How OpenResty XRay Enables Ful… | new tab | Add '(opens in new tab)' to text |
| https://blog.openresty.com/en/what-is-op… | (empty) | empty | Add link text or aria-label |
| https://blog.openresty.com/en/what-is-op… | What is OpenResty Edge | new tab | Add '(opens in new tab)' to text |
| https://blog.openresty.com/en/what-is-op… | (empty) | empty | Add link text or aria-label |
| https://blog.openresty.com/en/what-is-op… | Introduction to OpenResty XRay | new tab | Add '(opens in new tab)' to text |
| https://blog.openresty.com/en/xray-vulne… | Binary Evidence-Driven Vulnera… | img no alt | Add alt attribute to the image |
| https://blog.openresty.com/en/xray-ann-2… | OpenResty XRay Version 26.2.1.… | img no alt | Add alt attribute to the image |
| https://blog.openresty.com/en/edge-proxy… | End-to-End Client Real IP Pass… | img no alt | Add alt attribute to the image |
| https://blog.openresty.com/en/xray-dynam… | How OpenResty XRay Enables Ful… | img no alt | Add alt attribute to the image |
| https://blog.openresty.com/en/what-is-op… | What is OpenResty Edge | img no alt | Add alt attribute to the image |
| https://blog.openresty.com/en/what-is-op… | Introduction to OpenResty XRay | img no alt | Add alt attribute to the image |
| https://blog.openresty.com/en/edge-gslb-… | OpenResty Edge Design Notes: B… | img no alt | Add alt attribute to the image |
| https://blog.openresty.com/en/nginx-prod… | Hunting Down a Silent Memory L… | img no alt | Add alt attribute to the image |
| https://blog.openresty.com/en/xray-keepa… | Anatomy of a 15x Performance D… | img no alt | Add alt attribute to the image |
| https://blog.openresty.com/en/why-edge-w… | An Introduction to the Program… | img no alt | Add alt attribute to the image |
| https://blog.openresty.com/en/luajit-plu… | Deconstructing the LuaJIT Pseu… | img no alt | Add alt attribute to the image |
| https://blog.openresty.com/en/why-edge-w… | Building "Less is More" Event-… | img no alt | Add alt attribute to the image |
| https://blog.openresty.com/en/xray-p99/?… | How We Pinpointed a 244ms Late… | img no alt | Add alt attribute to the image |
| https://blog.openresty.com/en/edge-or-co… | From Open Source OpenResty to … | img no alt | Add alt attribute to the image |
| https://blog.openresty.com/en/edge-cdn-b… | Why More and More Enterprises … | img no alt | Add alt attribute to the image |
| https://blog.openresty.com/en/xray-java-… | How OpenResty XRay Pinpointed … | img no alt | Add alt attribute to the image |
| https://blog.openresty.com/en/xray-rsa-c… | When a "Black Box" Plugin Cons… | img no alt | Add alt attribute to the image |
| https://blog.openresty.com/en/xray-ann-2… | OpenResty XRay Version 25.10.1… | img no alt | Add alt attribute to the image |
| https://blog.openresty.com/en/xray-gzip-… | How to Pinpoint the Hidden Cos… | img no alt | Add alt attribute to the image |
| https://blog.openresty.com/en/edge-zstd/… | Performance Takes a Leap Forwa… | img no alt | Add alt attribute to the image |
Links without text are announced as raw URLs by screen readers.
.; ann-1029002003.html; ann-1027001002.html; https://blog.openresty.com/en/xray-vulnerability-scanning/?src=org_news; https://blog.openresty.com/en/xray-ann-26.2.1/?src=org_news; https://blog.openresty.com/en/edge-proxy-protocol/?src=org_news; https://blog.openresty.com/en/xray-dynamic-advantage/?src=org_news; https://blog.openresty.com/en/what-is-openresty-edge/?src=org_news; https://blog.openresty.com/en/what-is-openresty-xray/?src=org_news
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://demo.xray.openresty.com/targets/; https://blog.openresty.com/en/xray-vulnerability-scanning/?src=org_news; https://blog.openresty.com/en/xray-ann-26.2.1/?src=org_news; https://blog.openresty.com/en/edge-proxy-protocol/?src=org_news; https://blog.openresty.com/en/xray-dynamic-advantage/?src=org_news; https://blog.openresty.com/en/what-is-openresty-edge/?src=org_news; https://blog.openresty.com/en/what-is-openresty-xray/?src=org_news
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
C404 Error PageActionHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 1 fail WCAG AAREVIEW
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 |
|---|---|---|---|---|---|
| h2 OpenResty® | 20.32:1 | 3.0:1 | #000000 | #F9FCF9 | Pass |
| h2 More Interesting Top… | 20.32:1 | 3.0:1 | #000000 | #F9FCF9 | Pass |
| h3 26 Mar 2026 | 20.32:1 | 3.0:1 | #000000 | #F9FCF9 | Pass |
| h3 25 Mar 2026 | 20.32:1 | 3.0:1 | #000000 | #F9FCF9 | Pass |
| h3 03 Mar 2026 | 20.32:1 | 3.0:1 | #000000 | #F9FCF9 | Pass |
| h3 28 Feb 2026 | 20.32:1 | 3.0:1 | #000000 | #F9FCF9 | Pass |
| h3 21 Oct 2025 | 20.32:1 | 3.0:1 | #000000 | #F9FCF9 | Pass |
| h3 16 Jul 2025 | 20.32:1 | 3.0:1 | #000000 | #F9FCF9 | Pass |
| h3 03 Apr 2025 | 20.32:1 | 3.0:1 | #000000 | #F9FCF9 | Pass |
| h3 31 Mar 2025 | 20.32:1 | 3.0:1 | #000000 | #F9FCF9 | Pass |
| h3 17 Oct 2024 | 20.32:1 | 3.0:1 | #000000 | #F9FCF9 | Pass |
| h3 21 Jul 2024 | 20.32:1 | 3.0:1 | #000000 | #F9FCF9 | Pass |
| title OpenResty® - Open s… | 5.48:1 | 4.5:1 | #000000 | #588F58 | Pass |
| a OpenResty | 5.29:1 | 4.5:1 | #000000 | #578C57 | Pass |
| small Scalable Web Platfor… | 5.15:1 | 4.5:1 | #000000 | #558A55 | Pass |
| span Contribute on GitHub | 5.03:1 | 4.5:1 | #000000 | #548854 | Pass |
| span Official Forum | 4.84:1 | 4.5:1 | #000000 | #528552 | Pass |
| span Try OpenResty XRay | 4.72:1 | 4.5:1 | #000000 | #518351 | Pass |
| div OpenResty XRay | 4.59:1 | 4.5:1 | #000000 | #4F814F | Pass |
| p Advanced observabili… | 3.52:1 | 4.5:1 | #000000 | #446D44 | Fail |
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.
CLighthouse Accessibility AuditsActionScore 78/100 — 6 failing, 21 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.
ARIA
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
OpenResty®
Scalable Web Platform by Extending NGINX with Lua
Contribute on Git… body > header |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
Installation nav#nav > ul > li > a |
YouTube Channel nav#nav > ul > li > a |
Video Tutorials nav#nav > ul > li > a |
Enterprise Solutions nav#nav > ul > li > a |
Getting Started nav#nav > ul > li > a |
Upgrading nav#nav > ul > li > a |
Changes nav#nav > ul > li > a |
Events nav#nav > ul > li > a |
Components nav#nav > ul > li > a |
Community nav#nav > ul > li > a |
Benchmark nav#nav > ul > li > a |
Contact us nav#nav > ul > li > a |
Debugging nav#nav > ul > li > a |
Donate Online nav#nav > ul > li > a |
Donors nav#nav > ul > li > a |
eBooks nav#nav > ul > li > a |
FAQ nav#nav > ul > li > a |
Getting Involved nav#nav > ul > li > a |
Presentations nav#nav > ul > li > a |
Profiling nav#nav > ul > li > a |
Quality Assurance nav#nav > ul > li > a |
Resources nav#nav > ul > li > a |
Samples nav#nav > ul > li > a |
User Survey nav#nav > ul > li > a |
About nav#nav > ul > li > a |
中文站 nav#nav > ul > li > a |
OpenResty.com nav#nav > ul > li > a |
OpenResty 1.29.2.3 div.news > div.news-item > div.news-description > a |
OpenResty 1.27.1.2 div.news > div.news-item > div.news-description > a |
Binary Evidence-Driven Vulnerability Scanning: Eliminating False Positives with… div.news > div.news-item > div.news-description > a |
OpenResty XRay Version 26.2.1. Now Available div.news > div.news-item > div.news-description > a |
End-to-End Client Real IP Passthrough in OpenResty Edge div.news > div.news-item > div.news-description > a |
How OpenResty XRay Enables Full-Stack Dynamic Tracing in Production div.news > div.news-item > div.news-description > a |
What is OpenResty Edge div.news > div.news-item > div.news-description > a |
Introduction to OpenResty XRay div.news > div.news-item > div.news-description > a |
Nginx div.item > div.body > p > a |
LuaJIT div.item > div.body > p > a |
3rd-party Nginx modules div.item > div.body > p > a |
Nginx div.item > div.body > p > a |
Nginx div.item > div.body > p > a |
Nginx div.item > div.body > p > a |
Nginx div.item > div.body > p > a |
Nginx div.item > div.body > p > a |
Nginx div.item > div.body > p > a |
Nginx div.item > div.body > p > a |
Components div.item > div.body > p > a |
GettingStarted div.item > div.body > p > a |
Download div.item > div.body > p > a |
Community div.item > div.body > p > a |
OpenResty Inc. div.item > div.body > p > a |
26 MAR 2026 div#timeline > ul > li > h3 |
Changes li > ul > li > a |
Download li > ul > li > a |
25 MAR 2026 div#timeline > ul > li > h3 |
OpenResty 1.29.2.3 Released li > ul > li > a |
ChangeLog for 1.29.2.x li > ul > li > a |
03 MAR 2026 div#timeline > ul > li > h3 |
OpenResty 1.29.2.1 Released li > ul > li > a |
28 FEB 2026 div#timeline > ul > li > h3 |
OpenResty® Linux Packages li > ul > li > a |
21 OCT 2025 div#timeline > ul > li > h3 |
OpenResty® EC2 Test Cluster li > ul > li > a |
16 JUL 2025 div#timeline > ul > li > h3 |
Lua Cjson Library li > ul > li > a |
03 APR 2025 div#timeline > ul > li > h3 |
OpenResty 1.27.1.2 Released li > ul > li > a |
31 MAR 2025 div#timeline > ul > li > h3 |
ChangeLog for 1.27.1.x li > ul > li > a |
17 OCT 2024 div#timeline > ul > li > h3 |
OpenResty 1.27.1.1 Released li > ul > li > a |
21 JUL 2024 div#timeline > ul > li > h3 |
ChangeLog for 1.19.9.x li > ul > li > a |
OpenResty 1.25.3.2 Released li > ul > li > a |
ChangeLog for 1.25.3.x li > ul > li > a |
OpenResty 1.21.4.4 Released li > ul > li > a |
ChangeLog for 1.21.4.x li > ul > li > a |
OpenResty 1.19.9.2 Released li > ul > li > a |
OpenResty® is a registered trademark owned by OpenResty Inc. body > div.content-footer > div.footer > p |
OpenResty Inc div.content-footer > div.footer > p > a |
Copyright © 2017, 2018, 2019, 2020, 2021, 2022 by Yichun Zhang (agentzh) body > div.content-footer > div.footer > p |
100% Powered by OpenResty and PostgreSQL ( view the source code of this site) body > div.content-footer > div.footer > p |
view the source code of this site div.content-footer > div.footer > p > a |
These are opportunities to improve the legibility of your content.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
header > p.site-name > a > img header > p.site-name > a > img |
header > p.right > a > img header > p.right > a > img |
header > p.right > a > img.dark-img header > p.right > a > img.dark-img |
header > p.right > a.enterprise-button > img header > p.right > a.enterprise-button > img |
div.news-item > a > picture > img.news-img div.news-item > a > picture > img.news-img |
div.news-item > a > picture > img.news-img div.news-item > a > picture > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.news > div.news-item > a > img.news-img div.news > div.news-item > a > img.news-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
div.swiper-slide > a.article-item > div.blog-img > img.article-img div.swiper-slide > a.article-item > div.blog-img > img.article-img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > header > p.site-name > a body > header > p.site-name > a |
section#main > div.news > div.news-item > a section#main > div.news > div.news-item > a |
section#main > div.news > div.news-item > a section#main > div.news > div.news-item > a |
section#main > div.news > div.news-item > a section#main > div.news > div.news-item > a |
section#main > div.news > div.news-item > a section#main > div.news > div.news-item > a |
section#main > div.news > div.news-item > a section#main > div.news > div.news-item > a |
section#main > div.news > div.news-item > a section#main > div.news > div.news-item > a |
section#main > div.news > div.news-item > a section#main > div.news > div.news-item > a |
section#main > div.news > div.news-item > a section#main > div.news > div.news-item > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
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 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 2 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 3 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 4 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 5 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 6 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 7 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 8 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 9 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 10 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 11 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 12 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 13 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 14 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 15 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 16 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 17 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 18 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 19 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
Go to slide 20 div#swiper-parent > div#article-carousel > div.swiper-pagination > span.swiper-pagination-bullet |
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.