Redditreddit.com
Accessibility Score
Issues Found
Issues Found
SeriousLinks must be distinguishable without relying on color2 elements
People with low vision or color blindness cannot visually distinguish links from surrounding text without sufficient color contrast (3:1 ratio minimum). When link colors are too similar to regular text, users with visual impairments cannot identify which text is clickable.
Failing Elements
<a rpl="" class="relative pointer-events-auto a hover:underline cursor-pointer" href="https://www.repatha.com/PI" rel="noopener nofollow ugc" target="_blank">repatha.com/PI</a>
Fix any of the following:
- The link has insufficient color contrast of 1.78:1 with the surrounding text. (Minimum contrast is 3:1, link text: #115bca, surrounding text: #333d42)
- The link has no styling (such as underline) to distinguish it from the surrounding text
<a rpl="" class="relative pointer-events-auto a hover:underline cursor-pointer" href="https://www.repatha.com/PPI" rel="noopener nofollow ugc" target="_blank">repatha.com/PPI</a>
Fix any of the following:
- The link has insufficient color contrast of 1.78:1 with the surrounding text. (Minimum contrast is 3:1, link text: #115bca, surrounding text: #333d42)
- The link has no styling (such as underline) to distinguish it from the surrounding text
SeriousLinks must have discernible text18 elements
Keyboard users and screen reader users can only interact with links that have accessible names and can receive focus. Without proper names, users don't know where links lead. Without keyboard focus, users who cannot use a mouse cannot activate the links at all.
Failing Elements
<a class="no-underline hover:n..." href="https://alb.reddit.c..." target="_blank" rel="noopener nofollow sp..." role="link" data-ad-click-locati...="credit_bar_whitespac..." data-ad-click-action="1" tabindex="-1">
Fix any of the following:
- Element does not have text that is visible to screen readers
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
<a class="no-underline hover:n..." href="https://alb.reddit.c..." target="_blank" rel="noopener nofollow sp..." role="link" data-ad-click-locati...="cta_whitespace" data-ad-click-action="1" tabindex="-1">
Fix any of the following:
- Element does not have text that is visible to screen readers
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
<a class="no-underline hover:n..." href="https://alb.reddit.c..." target="_blank" rel="noopener nofollow sp..." role="link" data-ad-click-locati...="action_bar_whitespac..." data-ad-click-action="1" slot="action-row-whitespac..." tabindex="-1">
Fix any of the following:
- Element does not have text that is visible to screen readers
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
<a class="no-underline hover:n..." href="https://alb.reddit.c..." target="_blank" rel="noopener nofollow sp..." role="link" data-ad-click-locati...="credit_bar_whitespac..." data-ad-click-action="1" tabindex="-1">
Fix any of the following:
- Element does not have text that is visible to screen readers
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
<a class="no-underline hover:n..." href="https://alb.reddit.c..." target="_blank" rel="noopener nofollow sp..." role="link" data-ad-click-locati...="cta_whitespace" data-ad-click-action="1" tabindex="-1">
Fix any of the following:
- Element does not have text that is visible to screen readers
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
<a class="no-underline hover:n..." href="https://alb.reddit.c..." target="_blank" rel="noopener nofollow sp..." role="link" data-ad-click-locati...="action_bar_whitespac..." data-ad-click-action="1" slot="action-row-whitespac..." tabindex="-1">
Fix any of the following:
- Element does not have text that is visible to screen readers
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
<a class="no-underline hover:n..." href="https://alb.reddit.c..." target="_blank" rel="noopener nofollow sp..." role="link" data-ad-click-locati...="credit_bar_whitespac..." data-ad-click-action="1" tabindex="-1">
Fix any of the following:
- Element does not have text that is visible to screen readers
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
<a class="no-underline hover:n..." href="https://alb.reddit.c..." target="_blank" rel="noopener nofollow sp..." role="link" data-ad-click-locati...="cta_whitespace" data-ad-click-action="1" tabindex="-1">
Fix any of the following:
- Element does not have text that is visible to screen readers
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
<a class="no-underline hover:n..." href="https://alb.reddit.c..." target="_blank" rel="noopener nofollow sp..." role="link" data-ad-click-locati...="action_bar_whitespac..." data-ad-click-action="1" slot="action-row-whitespac..." tabindex="-1">
Fix any of the following:
- Element does not have text that is visible to screen readers
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
<a class="no-underline hover:n..." href="https://alb.reddit.c..." target="_blank" rel="noopener nofollow sp..." role="link" data-ad-click-locati...="credit_bar_whitespac..." data-ad-click-action="1" tabindex="-1">
Fix any of the following:
- Element does not have text that is visible to screen readers
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element has no title attribute
Showing first 10 of 18 failing elements.
Serious<ul> and <ol> must only directly contain <li>, <script> or <template> elements1 element
Lists must contain only li elements as direct children (besides non-content elements like script or style). When other content elements appear within ul or ol tags, screen readers cannot properly inform users they're listening to list items, breaking the expected list navigation experience.
Failing Elements
<ul class="p-0">
Fix all of the following:
- List element has direct children that are not allowed: [role=presentation], button
Serious<li> elements must be contained in a <ul> or <ol>1 element
Lists require proper semantic hierarchy with ul or ol parent elements and li child elements. This structure allows screen readers to announce when users enter a list, how many items it contains, and which item they're currently on, providing essential context for understanding the content.
Failing Elements
<li list-item-group="" rpl="" class="list-none" id="popular-communities-list">
Fix any of the following:
- List item does not have a <ul>, <ol> parent element
ModerateAside should not be contained in another landmark1 element
Screen reader users can skip over complementary content like <aside> elements when they appear at the top level. Embedding asides within other landmarks may disable this navigation feature, forcing users to wade through ancillary content they want to skip.
Failing Elements
<aside class="right-rail-popular-communities bg-neutral-background-weak rounded-2 pb-2xs pt-xs mb-md" aria-label="Popular Communities">
Fix any of the following:
- The complementary landmark is contained in another landmark.
ModerateAll page content should be contained by landmarks8 elements
Content should be organized within high-level landmark regions like <header>, <navigation>, <main>, and <footer>. Content outside these sections is difficult to find and its purpose may be unclear, making navigation inefficient for screen reader users who rely on landmarks to understand page structure.
Failing Elements
<a rpl="" class=" button-medium px-[calc(var(--rem12)-var(--button-border-width,0px))] button-primary items-center justify-center button inline-flex " href="#main-content" id="shreddit-skip-link">
Fix any of the following:
- Some page content is not contained by landmarks
<shreddit-async-loader bundlename="navigation_links" class="[&:not(:focus-within)]:sr-only">
<reddit-skip-to-sidebar is-desktop-left-rail-upsell=""></reddit-skip-to-sidebar>
</shreddit-async-loader>Fix any of the following:
- Some page content is not contained by landmarks
<div class="legal-links justify-self-end flex mx-md mb-md">
Fix any of the following:
- Some page content is not contained by landmarks
<p class="relative z-10 text-title-2 text-neutral-content-strong text-center mb-lg" dir="auto">
Join the most real place on the internet
</p>Fix any of the following:
- Some page content is not contained by landmarks
<span class="grow text-body-2 overflow-hidden text-ellipsis align-top"> <!--?lit$690037812$-->Continue with Apple </span>
Fix any of the following:
- Some page content is not contained by landmarks
<span class="grow text-14 overflow-hidden text-ellipsis align-top">
Continue with Phone Number
</span>Fix any of the following:
- Some page content is not contained by landmarks
<span class="grow text-body-2 overflow-hidden text-ellipsis align-top no-underline">
Continue with Email
</span>Fix any of the following:
- Some page content is not contained by landmarks
<p class="relative z-10 text-caption-1 text-neutral-content-weak text-center" dir="auto">
Fix any of the following:
- Some page content is not contained by landmarks
Passed Audits
<html> element must have a lang attribute1 element
Screen readers need language information to switch between pronunciation libraries. Without a specified language, screen readers default to the user's preferred language, resulting in incorrect pronunciation that sounds like a strange accent and makes content difficult or impossible to understand.
Audit Elements
<html lang="en-US" class="theme-beta" dir="ltr" device="desktop" style="--dvh-unit: 1dvh; --viewport-height: calc(calc(var(--dvh-unit) * 100));">
<html> element must have a valid value for the lang attribute1 element
Screen readers use language-specific sound libraries for proper pronunciation. Invalid language attributes cause screen readers to use the wrong library, making text sound like a confusing accent or completely unintelligible, especially for multilingual users who access content in multiple languages.
Audit Elements
<html lang="en-US" class="theme-beta" dir="ltr" device="desktop" style="--dvh-unit: 1dvh; --viewport-height: calc(calc(var(--dvh-unit) * 100));">
<li> elements must be contained in a <ul> or <ol>15 elements
Lists require proper semantic hierarchy with ul or ol parent elements and li child elements. This structure allows screen readers to announce when users enter a list, how many items it contains, and which item they're currently on, providing essential context for understanding the content.
Audit Elements
<li slot="page-1" class="relative flex justify-center mt-0 bg-black/20">
<li slot="page-2" class="relative flex justify-center mt-0 bg-black/20">
<li rpl="" class="p-0 m-0 inline-block whitespace-nowrap text-ellipsis overflow-hidden max-h-[var(--rem20)] text-12">
<li rpl="" class="p-0 m-0 inline-block whitespace-nowrap text-ellipsis overflow-hidden max-h-[var(--rem20)] text-12">
<li rpl="" class="p-0 m-0 inline-block whitespace-nowrap text-ellipsis overflow-hidden max-h-[var(--rem20)] text-12">
<li rpl="" class="p-0 m-0 inline-block whitespace-nowrap text-ellipsis overflow-hidden max-h-[var(--rem20)] text-12">
<li rpl="" class="p-0 m-0 inline-block whitespace-nowrap text-ellipsis overflow-hidden max-h-[var(--rem20)] text-12">
<li rpl="" class="p-0 m-0 inline-block whitespace-nowrap text-ellipsis overflow-hidden max-h-[var(--rem20)] text-12">
<li rpl="" class="p-0 m-0 inline-block whitespace-nowrap text-ellipsis overflow-hidden max-h-[var(--rem20)] text-12">
<li rpl="" class="p-0 m-0 inline-block whitespace-nowrap text-ellipsis overflow-hidden max-h-[var(--rem20)] text-12">
Showing first 10 of 15 audited elements.
<ul> and <ol> must only directly contain <li>, <script> or <template> elements2 elements
Lists must contain only li elements as direct children (besides non-content elements like script or style). When other content elements appear within ul or ol tags, screen readers cannot properly inform users they're listening to list items, breaking the expected list navigation experience.
Audit Elements
<ul>
<ul rpl="" class="text-neutral-content-weak text-caption-1 p-0 m-0 list-none flex gap-2xs
flex flex-wrap items-center gap-xs">All page content should be contained by landmarks3551 elements
Content should be organized within high-level landmark regions like <header>, <navigation>, <main>, and <footer>. Content outside these sections is difficult to find and its purpose may be unclear, making navigation inefficient for screen reader users who rely on landmarks to understand page structure.
Audit Elements
<span class="flex items-center justify-center">
<span class="flex items-center gap-xs">Skip to main content</span>
</span><span class="flex items-center gap-xs">Skip to main content</span>
<shreddit-async-loader bundlename="reputation_recaptcha">
<reputation-recaptcha site-key="6LfirrMoAAAAAHZOipvza4kpp_VtTwLNuXVwURNQ"></reputation-recaptcha>
</shreddit-async-loader><reputation-recaptcha site-key="6LfirrMoAAAAAHZOipvza4kpp_VtTwLNuXVwURNQ"></reputation-recaptcha>
<shreddit-app class="overflow-visible pt-..." loid="000000002g8ghmwks9.2..." correlation-id="56df4f47-468f-4257-8..." feed-correlation-id="c667ee02-5772-44b3-a..." serverrenderid="be8bad74-ac08-4954-8..." routename="frontpage" route-type="" pagetype="popular" devicetype="desktop" ctn="CSRF" ...>
<devvit-wrapper loid="000000002g8ghmwks9.2.1781128941176.Z0FBQUFBQnFLZDd0TTQ2OTdsclpoUk4zRGh4eThpYTlCOXBheXA1Rm9YT0dxcmJxclpCeXdQZV9jUW01Z0M4YlN5YWhCeTVISzR6eDRtS3lZTVJiNWJuYjBjUDZlcXVBaUYtN1QxdFFRcmNlbjdDVjE5anBfeDZ4SXRGUGR3dVI0TnRCZThzZjJOc18" is-desktop-viewport="">
<faceplate-server-session timestamp="1781128941201"></faceplate-server-session>
<shreddit-good-visit-tracker referrertype="reddit" pagetype="popular">
</shreddit-good-visit-tracker><shreddit-seo-good-visit-tracker referrer-type="reddit" page-type="popular" referrer="https://www.reddit.com/">
</shreddit-seo-good-visit-tracker><shreddit-async-loader bundlename="screen_reader_alerts">
<screen-reader-alert-outlet></screen-reader-alert-outlet>
</shreddit-async-loader>Showing first 10 of 3551 audited elements.
Alternative text of images should not be repeated as text94 elements
Duplicating alternative text adjacent to an image or link forces screen readers to announce the same information twice. This redundancy is unnecessary and confusing, especially when image buttons repeat their labels in nearby text.
Audit Elements
<img src="https://styles.reddi..." alt="" class="mb-0 shreddit-subred..." width="24" style="color: #FF8717;backg..." loading="lazy">
<img alt="" role="presentation" class="absolute top-1/2 -tr..." loading="eager" fetchpriority="high" src="https://preview.redd..." srcset="https://preview.redd..." sizes="(min-width: 1415px) ..." width="640" height="853">
<img id="post-image" alt="r/mildlyinfuriating ..." class="i18n-post-media-img ..." loading="eager" fetchpriority="high" src="https://preview.redd..." srcset="https://preview.redd..." sizes="(min-width: 1415px) ..." width="640" height="853">
<img loading="lazy" src="https://styles.redditmedia.com/t5_13wyc9/styles/profileIcon_55zazpms41df1.png?width=48&height=48&frame=1&auto=webp&crop=48%3A48%2Csmart&s=ab19be673d4c3b6f09dae0fad745f88f33190815" alt="u/shopify avatar" data-testid="promoted-credit-bar-avatar">
<img alt="" role="presentation" class="absolute top-1/2 -tr..." loading="lazy" fetchpriority="auto" src="https://preview.redd..." srcset="https://preview.redd..." sizes="(min-width: 1415px) ..." width="640" height="800">
<img alt="Reach shoppers in AI..." class="i18n-post-media-img ..." loading="lazy" fetchpriority="auto" src="https://preview.redd..." srcset="https://preview.redd..." sizes="(min-width: 1415px) ..." width="640" height="800">
<img src="https://b.thumbs.red..." alt="" class="mb-0 shreddit-subred..." width="24" style="color: #0DD3BB;backg..." loading="lazy">
<img src="https://external-pre..." alt="r/technology - Cheap..." class="mb-0 h-full w-full o..." loading="lazy">
<img src="https://styles.reddi..." alt="" class="mb-0 shreddit-subred..." width="24" style="color: #D4EAFF;backg..." loading="lazy">
<img src="https://emoji.redditmedia.com/5atpv9pyenjf1_t5_2qh1i/donkey_right" alt="donkey_right" data-testid="community-status-icon" class="object-contain m-0 p-0 h-[1.25rem] w-[1.25rem]">
Showing first 10 of 94 audited elements.
ARIA attributes must be used as specified for the element's role326 elements
Using ARIA attributes where they're not expected causes unpredictable behavior in assistive technologies. Following the ARIA specification ensures that screen readers and other tools can properly interpret and communicate your content's meaning to people with disabilities.
Audit Elements
<a id="reddit-logo" class="no-underline flex items-center" href="https://www.reddit.com/" aria-label="Home">
<faceplate-search-input autocomplete="off" enterkeyhint="search" inputmode="" name="q" novalidate="" role="search" type="search" class="search-input m-0 fle..." data-faceplate-track...="{"action_info":{"typ..." id="search-input" maxlength="128" placeholder="Find anything" center-placeholder="" ...><button rpl="" class=" min-w-[40px] button-medium px-[calc(var(--rem12)-var(--button-border-width,0px))] button-plain icon items-center justify-center button inline-flex " id="expand-user-drawer-button" slot="trigger" type="button" aria-haspopup="menu" aria-expanded="false">
<alert-controller aria-live="polite"></alert-controller>
<toaster-lite aria-live="polite"></toaster-lite>
<rpl-tooltip class="nd:hidden block" appearance="inverted" trigger="hover focus-visible" aria-label="Sort by" placement="bottom">
<button rpl="" aria-expanded="false" aria-label="Sort by: Best" class="text-neutral-content-weak button-small px-[calc(var(--rem10)-var(--button-border-width,0px))] button-plain items-center justify-center button inline-flex " aria-haspopup="true">
<rpl-tooltip class="nd:hidden block" appearance="inverted" trigger="hover focus-visible" aria-label="Sort by" placement="bottom">
<button rpl="" aria-expanded="false" aria-label="Sort by: Everywhere" class="text-neutral-content-weak button-small px-[calc(var(--rem10)-var(--button-border-width,0px))] button-plain items-center justify-center button inline-flex " aria-haspopup="true">
<rpl-tooltip class="nd:hidden block" appearance="inverted" trigger="hover focus-visible" aria-label="View" placement="bottom">
Showing first 10 of 326 audited elements.
ARIA attributes must conform to valid names326 elements
Misspelled or non-existent ARIA attributes cannot perform their intended accessibility function. Assistive technologies rely on correctly spelled, current ARIA attributes to convey proper user interface behaviors and structural information to people with disabilities.
Audit Elements
<a id="reddit-logo" class="no-underline flex items-center" href="https://www.reddit.com/" aria-label="Home">
<faceplate-search-input autocomplete="off" enterkeyhint="search" inputmode="" name="q" novalidate="" role="search" type="search" class="search-input m-0 fle..." data-faceplate-track...="{"action_info":{"typ..." id="search-input" maxlength="128" placeholder="Find anything" center-placeholder="" ...><button rpl="" class=" min-w-[40px] button-medium px-[calc(var(--rem12)-var(--button-border-width,0px))] button-plain icon items-center justify-center button inline-flex " id="expand-user-drawer-button" slot="trigger" type="button" aria-haspopup="menu" aria-expanded="false">
<alert-controller aria-live="polite"></alert-controller>
<toaster-lite aria-live="polite"></toaster-lite>
<rpl-tooltip class="nd:hidden block" appearance="inverted" trigger="hover focus-visible" aria-label="Sort by" placement="bottom">
<button rpl="" aria-expanded="false" aria-label="Sort by: Best" class="text-neutral-content-weak button-small px-[calc(var(--rem10)-var(--button-border-width,0px))] button-plain items-center justify-center button inline-flex " aria-haspopup="true">
<rpl-tooltip class="nd:hidden block" appearance="inverted" trigger="hover focus-visible" aria-label="Sort by" placement="bottom">
<button rpl="" aria-expanded="false" aria-label="Sort by: Everywhere" class="text-neutral-content-weak button-small px-[calc(var(--rem10)-var(--button-border-width,0px))] button-plain items-center justify-center button inline-flex " aria-haspopup="true">
<rpl-tooltip class="nd:hidden block" appearance="inverted" trigger="hover focus-visible" aria-label="View" placement="bottom">
Showing first 10 of 326 audited elements.
ARIA attributes must conform to valid values326 elements
ARIA attributes must contain correctly spelled values that match the attribute's expected options. Invalid values prevent the accessibility feature from working, making content inaccessible to assistive technology users who depend on these attributes for navigation and interaction.
Audit Elements
<a id="reddit-logo" class="no-underline flex items-center" href="https://www.reddit.com/" aria-label="Home">
<faceplate-search-input autocomplete="off" enterkeyhint="search" inputmode="" name="q" novalidate="" role="search" type="search" class="search-input m-0 fle..." data-faceplate-track...="{"action_info":{"typ..." id="search-input" maxlength="128" placeholder="Find anything" center-placeholder="" ...><button rpl="" class=" min-w-[40px] button-medium px-[calc(var(--rem12)-var(--button-border-width,0px))] button-plain icon items-center justify-center button inline-flex " id="expand-user-drawer-button" slot="trigger" type="button" aria-haspopup="menu" aria-expanded="false">
<alert-controller aria-live="polite"></alert-controller>
<toaster-lite aria-live="polite"></toaster-lite>
<rpl-tooltip class="nd:hidden block" appearance="inverted" trigger="hover focus-visible" aria-label="Sort by" placement="bottom">
<button rpl="" aria-expanded="false" aria-label="Sort by: Best" class="text-neutral-content-weak button-small px-[calc(var(--rem10)-var(--button-border-width,0px))] button-plain items-center justify-center button inline-flex " aria-haspopup="true">
<rpl-tooltip class="nd:hidden block" appearance="inverted" trigger="hover focus-visible" aria-label="Sort by" placement="bottom">
<button rpl="" aria-expanded="false" aria-label="Sort by: Everywhere" class="text-neutral-content-weak button-small px-[calc(var(--rem10)-var(--button-border-width,0px))] button-plain items-center justify-center button inline-flex " aria-haspopup="true">
<rpl-tooltip class="nd:hidden block" appearance="inverted" trigger="hover focus-visible" aria-label="View" placement="bottom">
Showing first 10 of 326 audited elements.
ARIA commands must have an accessible name2 elements
Screen reader users cannot determine the purpose of interactive elements with role="link", role="button", or role="menuitem" that lack an accessible name. Without a name, these controls are essentially invisible to assistive technology users.
Audit Elements
<div tabindex="0" role="button" aria-labelledby="button-label" class="nsm7Bb-HzV7m-LgbsSe hJDwNd-SxQuSe i5vt6e-Ia7Qfc JGcpL-RbRzK" style="width:251px; max-width:400px; min-width:min-content;">
<div style=" font-synthesis: non..." role="button" tabindex="0" aria-label="Sign in with Apple">
ARIA hidden element must not be focusable or contain focusable elements167 elements
Elements with aria-hidden="true" are removed from the accessibility API but remain keyboard-focusable, creating confusion about their visibility state. When users tab to these hidden elements, screen readers stay silent, leaving users unaware of what they've focused on or why nothing is being announced.
Audit Elements
<div part="popup" class=" popup popup--has-arrow " aria-hidden="true"> <slot></slot> <!--?lit$690037812$--><div part="arrow" class="popup--arrow" role="presentation"></div> </div>
<div part="popup" class=" popup popup--has-arrow " aria-hidden="true"> <slot></slot> <!--?lit$690037812$--><div part="arrow" class="popup--arrow" role="presentation"></div> </div>
<div part="popup" class=" popup popup--has-arrow " aria-hidden="true"> <slot></slot> <!--?lit$690037812$--><div part="arrow" class="popup--arrow" role="presentation"></div> </div>
<div part="popup" class=" popup popup--has-arrow " aria-hidden="true"> <slot></slot> <!--?lit$690037812$--><div part="arrow" class="popup--arrow" role="presentation"></div> </div>
<div part="popup" class=" popup popup--has-arrow " aria-hidden="true"> <slot></slot> <!--?lit$690037812$--><div part="arrow" class="popup--arrow" role="presentation"></div> </div>
<div part="popup" class=" popup popup--has-arrow " aria-hidden="true"> <slot></slot> <!--?lit$690037812$--><div part="arrow" class="popup--arrow" role="presentation"></div> </div>
<div part="popup" class=" popup popup--has-arrow " aria-hidden="true"> <slot></slot> <!--?lit$690037812$--><div part="arrow" class="popup--arrow" role="presentation"></div> </div>
<div part="popup" class=" popup popup--has-arrow " aria-hidden="true"> <slot></slot> <!--?lit$690037812$--><div part="arrow" class="popup--arrow" role="presentation"></div> </div>
<span class="inline-block my-0 created-separator text-neutral-content-weak" aria-hidden="true">•</span>
<svg rpl="" aria-hidden="true" class="icon-comment rpl-rtl-icon" fill="currentColor" height="16" icon-name="comment" viewBox="0 0 20 20" width="16" xmlns="http://www.w3.org/2000/svg">
Showing first 10 of 167 audited elements.
ARIA role should be appropriate for the element352 elements
Invalid ARIA role and HTML element combinations can break accessibility for entire sections of your application. When roles are used incorrectly, assistive technologies may report confusing or nonsensical information to users, making it impossible for them to understand and interact with the interface properly.
Audit Elements
<div part="body" id="tooltip" class="tooltip-body" role="tooltip" aria-live="off" hidden=""> <slot name="content"><!--?lit$690037812$--></slot> <slot name="shortcut"></slot> </div>
<div part="arrow" class="popup--arrow" role="presentation"></div>
<div part="body" id="tooltip" class="tooltip-body" role="tooltip" aria-live="off" hidden=""> <slot name="content"><!--?lit$690037812$--></slot> <slot name="shortcut"></slot> </div>
<div part="arrow" class="popup--arrow" role="presentation"></div>
<faceplate-search-input autocomplete="off" enterkeyhint="search" inputmode="" name="q" novalidate="" role="search" type="search" class="search-input m-0 fle..." data-faceplate-track...="{"action_info":{"typ..." id="search-input" maxlength="128" placeholder="Find anything" center-placeholder="" ...><ul role="menu" class="list-none mt-0 mb-0 p-0 search-results-list hidden " id="reddit-trending-searches-partial-container" aria-busy="false"> <!--?lit$690037812$--> </ul>
<div part="body" id="tooltip" class="tooltip-body" role="tooltip" aria-live="off" hidden=""> <slot name="content"><!--?lit$690037812$--></slot> <slot name="shortcut"></slot> </div>
<div part="arrow" class="popup--arrow" role="presentation"></div>
<div part="body" id="tooltip" class="tooltip-body" role="tooltip" aria-live="off" hidden=""> <slot name="content"><!--?lit$690037812$--></slot> <slot name="shortcut"></slot> </div>
<div part="arrow" class="popup--arrow" role="presentation"></div>
Showing first 10 of 352 audited elements.
ARIA roles used must conform to valid values67 elements
Invalid ARIA role values prevent assistive technologies from understanding and communicating the element's purpose to users. Without valid roles, screen readers cannot provide information about the element's features, properties, or how users should interact with it.
Audit Elements
<faceplate-search-input autocomplete="off" enterkeyhint="search" inputmode="" name="q" novalidate="" role="search" type="search" class="search-input m-0 fle..." data-faceplate-track...="{"action_info":{"typ..." id="search-input" maxlength="128" placeholder="Find anything" center-placeholder="" ...><svg rpl="" fill="currentColor" height="16" icon-name="caret-down" role="presentation" viewBox="0 0 20 20" width="16" xmlns="http://www.w3.org/2000/svg">
<svg rpl="" fill="currentColor" height="16" icon-name="caret-down" role="presentation" viewBox="0 0 20 20" width="16" xmlns="http://www.w3.org/2000/svg">
<svg rpl="" fill="currentColor" height="16" icon-name="card" role="presentation" viewBox="0 0 20 20" width="16" xmlns="http://www.w3.org/2000/svg">
<svg rpl="" fill="currentColor" height="16" icon-name="caret-down" role="presentation" viewBox="0 0 20 20" width="16" xmlns="http://www.w3.org/2000/svg">
<img alt="" role="presentation" class="absolute top-1/2 -tr..." loading="eager" fetchpriority="high" src="https://preview.redd..." srcset="https://preview.redd..." sizes="(min-width: 1415px) ..." width="640" height="853">
<a class="no-underline hover:n..." href="https://alb.reddit.c..." target="_blank" rel="noopener nofollow sp..." role="link" data-ad-click-locati...="background" data-ad-click-action="1" slot="full-post-link" aria-label="Advertisement: Reach...">
<a class="no-underline hover:n..." href="https://alb.reddit.c..." target="_blank" rel="noopener nofollow sp..." role="link" data-ad-click-locati...="credit_bar_whitespac..." data-ad-click-action="1" tabindex="-1">
<a class="no-underline hover:n..." href="https://alb.reddit.c..." target="_blank" rel="noopener nofollow sp..." role="link" data-ad-click-locati...="title" data-ad-click-action="1">
<a class="no-underline hover:n..." href="https://alb.reddit.c..." target="_blank" rel="noopener nofollow sp..." role="link" data-ad-click-locati...="media" data-ad-click-action="1">
Showing first 10 of 67 audited elements.
aria-hidden="true" must not be present on the document body1 element
Setting <body aria-hidden="true" hides all page content from assistive technologies while leaving it visible on screen. This creates a confusing experience where keyboard users can still tab to elements, but screen readers remain completely silent, providing no information about what's focused.
Audit Elements
<body>
Aside should not be contained in another landmark3 elements
Screen reader users can skip over complementary content like <aside> elements when they appear at the top level. Embedding asides within other landmarks may disable this navigation feature, forcing users to wade through ancillary content they want to skip.
Audit Elements
<aside id="right-rail-experience-root" class="contents" aria-label="Promotion"></aside>
<aside class="flex flex-col py-md box-border mb-0 popular-feed-right-rail">
<aside id="right-rail-entity-panel-root" class="contents" aria-label="Entity Highlight Panel"></aside>
autocomplete attribute must be used correctly1 element
Missing or incorrect autocomplete values make forms inaccessible to screen reader users. Screen readers cannot provide adequate information about form fields without proper autocomplete attributes, preventing users from understanding what information is required and how to complete forms correctly.
Audit Elements
<input type="text" dir="auto" enterkeyhint="search" name="q" maxlength="128" placeholder="Find anything" autocomplete="off" inputmode="">
Banner landmark should not be contained in another landmark1 element
Banner landmarks must be top-level to effectively designate the header portion of the page. Nested banner landmarks fail to provide the structural information screen reader users need to navigate efficiently through the page layout.
Audit Elements
<header class="v2 bg-neutral-background pointer-events-auto border-solid border-0 border-b-sm border-neutral-border px-md">
Buttons must have discernible text206 elements
Screen reader users cannot determine the purpose of buttons without an accessible name. Without a name, users don't know what action the button will perform when activated.
Audit Elements
<button rpl="" class=" min-w-[40px] button-medium px-[calc(var(--rem12)-var(--button-border-width,0px))] button-plain icon items-center justify-center button inline-flex " id="expand-user-drawer-button" slot="trigger" type="button" aria-haspopup="menu" aria-expanded="false">
<button rpl="" aria-expanded="false" aria-label="Sort by: Best" class="text-neutral-content-weak button-small px-[calc(var(--rem10)-var(--button-border-width,0px))] button-plain items-center justify-center button inline-flex " aria-haspopup="true">
<button rpl="" aria-expanded="false" aria-label="Sort by: Everywhere" class="text-neutral-content-weak button-small px-[calc(var(--rem10)-var(--button-border-width,0px))] button-plain items-center justify-center button inline-flex " aria-haspopup="true">
<button rpl="" aria-expanded="false" aria-label="View: Card" class="text-neutral-content-weak button-small px-[calc(var(--rem10)-var(--button-border-width,0px))] button-plain items-center justify-center button inline-flex " aria-haspopup="true">
<button class=" button-primary button-x-small button join-btn leading-none h-[24px] " data-post-click-location="join"> <!--?lit$690037812$-->Join </button>
<button rpl="" aria-label="Open user actions" class=" button-small px-[calc(var(--rem10)-var(--button-border-width,0px))] button-plain icon items-center justify-center button inline-flex " aria-haspopup="menu" aria-expanded="false">
<button rpl="" aria-pressed="false" class=" group button flex justify-center aspect-square p-0 border-0 button-secondary disabled:text-interactive-content-disabled button-plain inline-flex items-center" data-action-bar-action="upvote" style="height: var(--size-button-sm-h);" upvote="">
<button rpl="" aria-pressed="false" class=" group button flex justify-center aspect-square p-0 border-0 button-secondary disabled:text-interactive-content-disabled button-plain inline-flex items-center" data-action-bar-action="downvote" style="height: var(--size-button-sm-h);" downvote="">
<button rpl="" aria-label="Give award" class="button border-sm overflow-visible flex flex-row justify-center items-center h-xl font-semibold relative text-label-2 button-secondary inline-flex items-center
px-sm py-xs
" style="height: var(--size-button-sm-h);" type="button"><button rpl="" class="button border-sm flex flex-row justify-center items-center h-xl font-semibold relative text-label-2 button-secondary inline-flex items-center
px-sm py-xs
" style="height: var(--size-button-sm-h);" type="button" aria-haspopup="true" aria-expanded="false">Showing first 10 of 206 audited elements.
Deprecated ARIA roles must not be used67 elements
Deprecated ARIA roles are not recognized by modern screen readers and assistive technologies. Using outdated roles means some users cannot access essential information or functionality on your site.
Audit Elements
<faceplate-search-input autocomplete="off" enterkeyhint="search" inputmode="" name="q" novalidate="" role="search" type="search" class="search-input m-0 fle..." data-faceplate-track...="{"action_info":{"typ..." id="search-input" maxlength="128" placeholder="Find anything" center-placeholder="" ...><svg rpl="" fill="currentColor" height="16" icon-name="caret-down" role="presentation" viewBox="0 0 20 20" width="16" xmlns="http://www.w3.org/2000/svg">
<svg rpl="" fill="currentColor" height="16" icon-name="caret-down" role="presentation" viewBox="0 0 20 20" width="16" xmlns="http://www.w3.org/2000/svg">
<svg rpl="" fill="currentColor" height="16" icon-name="card" role="presentation" viewBox="0 0 20 20" width="16" xmlns="http://www.w3.org/2000/svg">
<svg rpl="" fill="currentColor" height="16" icon-name="caret-down" role="presentation" viewBox="0 0 20 20" width="16" xmlns="http://www.w3.org/2000/svg">
<img alt="" role="presentation" class="absolute top-1/2 -tr..." loading="eager" fetchpriority="high" src="https://preview.redd..." srcset="https://preview.redd..." sizes="(min-width: 1415px) ..." width="640" height="853">
<a class="no-underline hover:n..." href="https://alb.reddit.c..." target="_blank" rel="noopener nofollow sp..." role="link" data-ad-click-locati...="background" data-ad-click-action="1" slot="full-post-link" aria-label="Advertisement: Reach...">
<a class="no-underline hover:n..." href="https://alb.reddit.c..." target="_blank" rel="noopener nofollow sp..." role="link" data-ad-click-locati...="credit_bar_whitespac..." data-ad-click-action="1" tabindex="-1">
<a class="no-underline hover:n..." href="https://alb.reddit.c..." target="_blank" rel="noopener nofollow sp..." role="link" data-ad-click-locati...="title" data-ad-click-action="1">
<a class="no-underline hover:n..." href="https://alb.reddit.c..." target="_blank" rel="noopener nofollow sp..." role="link" data-ad-click-locati...="media" data-ad-click-action="1">
Showing first 10 of 67 audited elements.
Document should have one main landmark1 element
Every page should have exactly one main landmark that identifies the primary content. Without a main landmark, screen reader users must navigate through all content linearly to find what they're looking for, making page navigation difficult and time-consuming.
Audit Elements
<html lang="en-US" class="theme-beta" dir="ltr" device="desktop" style="--dvh-unit: 1dvh; --viewport-height: calc(calc(var(--dvh-unit) * 100));">
Document should not have more than one banner landmark1 element
Multiple banner landmarks force screen reader users to sort through duplicate options to find header information. Each page should have only one banner landmark to enable quick, predictable navigation to the header without overwhelming users with unnecessary choices.
Audit Elements
<header class="v2 bg-neutral-background pointer-events-auto border-solid border-0 border-b-sm border-neutral-border px-md">
Document should not have more than one main landmark1 element
Multiple main landmarks confuse screen reader users about where the primary content is located. Each page should have only one main landmark so users can quickly and predictably navigate to the primary content area.
Audit Elements
<main class="main w-full min-w-0" id="main-content" dir="ltr">
Documents must have <title> element to aid in navigation1 element
The page title is the first thing screen reader users hear when loading a page. Without a descriptive, unique title, users must read through the entire page to understand its contents and purpose, wasting valuable time on every page visit.
Audit Elements
<html lang="en-US" class="theme-beta" dir="ltr" device="desktop" style="--dvh-unit: 1dvh; --viewport-height: calc(calc(var(--dvh-unit) * 100));">
Elements marked as presentational should be consistently ignored57 elements
Elements with role="none" or role="presentation" should be removed from the accessibility tree. Adding global ARIA attributes or making these elements focusable prevents their removal, leaving them accessible to screen readers when they should be ignored, creating unexpected and confusing behavior.
Audit Elements
<svg rpl="" fill="currentColor" height="16" icon-name="caret-down" role="presentation" viewBox="0 0 20 20" width="16" xmlns="http://www.w3.org/2000/svg">
<svg rpl="" fill="currentColor" height="16" icon-name="caret-down" role="presentation" viewBox="0 0 20 20" width="16" xmlns="http://www.w3.org/2000/svg">
<svg rpl="" fill="currentColor" height="16" icon-name="card" role="presentation" viewBox="0 0 20 20" width="16" xmlns="http://www.w3.org/2000/svg">
<svg rpl="" fill="currentColor" height="16" icon-name="caret-down" role="presentation" viewBox="0 0 20 20" width="16" xmlns="http://www.w3.org/2000/svg">
<img src="https://styles.reddi..." alt="" class="mb-0 shreddit-subred..." width="24" style="color: #FF8717;backg..." loading="lazy">
<img alt="" role="presentation" class="absolute top-1/2 -tr..." loading="eager" fetchpriority="high" src="https://preview.redd..." srcset="https://preview.redd..." sizes="(min-width: 1415px) ..." width="640" height="853">
<img alt="" role="presentation" class="absolute top-1/2 -tr..." loading="lazy" fetchpriority="auto" src="https://preview.redd..." srcset="https://preview.redd..." sizes="(min-width: 1415px) ..." width="640" height="800">
<img src="https://b.thumbs.red..." alt="" class="mb-0 shreddit-subred..." width="24" style="color: #0DD3BB;backg..." loading="lazy">
<img src="https://styles.reddi..." alt="" class="mb-0 shreddit-subred..." width="24" style="color: #D4EAFF;backg..." loading="lazy">
<img src="https://styles.reddi..." alt="" class="mb-0 shreddit-subred..." width="24" style="color: #2C2C2C;backg..." loading="lazy">
Showing first 10 of 57 audited elements.
Elements must meet minimum color contrast ratio thresholds125 elements
People with low vision or color blindness cannot read text that lacks sufficient contrast with its background. With nearly three times more people having low vision than total blindness, and 8% of men and 0.4% of women having color deficiencies, adequate contrast is essential for making text readable to millions of users.
Audit Elements
<span class="flex items-center gap-xs">Sign Up</span>
<span class="flex items-center gap-xs">Log In</span>
<span class="flex items-center gap-xs"><!--?lit$690037812$-->Best</span>
<span class="flex items-center gap-xs"><!--?lit$690037812$-->Everywhere</span>
<span class="truncate">u/shopify</span>
<span style="flex-shrink:9999;" class="promoted-label text-neutral-content-weak font-normal truncate">Promoted</span>
<span>r/technology</span>
<time datetime="2026-06-10T18:49:52.182Z" title="Wednesday, June 10, 2026 at 6:49:52 PM UTC"><!--?lit$690037812$-->3 hr. ago</time>
<button class=" button-primary button-x-small button join-btn leading-none h-[24px] " data-post-click-location="join"> <!--?lit$690037812$-->Join </button>
<a rpl="" class="post-link max-w-full..." href="https://arstechnica...." rel="noopener nofollow ug..." target="_blank" title="Link from r/technolo...">
Showing first 10 of 125 audited elements.
Elements must only use permitted ARIA attributes289 elements
Using prohibited ARIA attributes prevents important information from reaching assistive technology users. It also causes assistive technologies to behave inconsistently as they attempt to compensate for the error.
Audit Elements
<a id="reddit-logo" class="no-underline flex items-center" href="https://www.reddit.com/" aria-label="Home">
<faceplate-search-input autocomplete="off" enterkeyhint="search" inputmode="" name="q" novalidate="" role="search" type="search" class="search-input m-0 fle..." data-faceplate-track...="{"action_info":{"typ..." id="search-input" maxlength="128" placeholder="Find anything" center-placeholder="" ...><button rpl="" class=" min-w-[40px] button-medium px-[calc(var(--rem12)-var(--button-border-width,0px))] button-plain icon items-center justify-center button inline-flex " id="expand-user-drawer-button" slot="trigger" type="button" aria-haspopup="menu" aria-expanded="false">
<alert-controller aria-live="polite"></alert-controller>
<toaster-lite aria-live="polite"></toaster-lite>
<button rpl="" aria-expanded="false" aria-label="Sort by: Best" class="text-neutral-content-weak button-small px-[calc(var(--rem10)-var(--button-border-width,0px))] button-plain items-center justify-center button inline-flex " aria-haspopup="true">
<button rpl="" aria-expanded="false" aria-label="Sort by: Everywhere" class="text-neutral-content-weak button-small px-[calc(var(--rem10)-var(--button-border-width,0px))] button-plain items-center justify-center button inline-flex " aria-haspopup="true">
<button rpl="" aria-expanded="false" aria-label="View: Card" class="text-neutral-content-weak button-small px-[calc(var(--rem10)-var(--button-border-width,0px))] button-plain items-center justify-center button inline-flex " aria-haspopup="true">
<article class="w-full m-0" aria-label="Family Restroom" data-post-id="t3_1u29zv7">
<a rpl="" class="text-neutral-content whitespace-nowrap flex items-center h-xl a text-label-2 no-visited no-underline hover:no-underline cursor-pointer" data-testid="subreddit-name" href="/r/mildlyinfuriating/" aria-haspopup="dialog" aria-expanded="false">
Showing first 10 of 289 audited elements.
Elements must only use supported ARIA attributes326 elements
Using ARIA attributes in roles where they're not allowed can disable accessibility for entire sections of your application. Invalid attribute-role combinations create conflicts that cause assistive technologies to report incorrect or nonsensical information about your interface.
Audit Elements
<a id="reddit-logo" class="no-underline flex items-center" href="https://www.reddit.com/" aria-label="Home">
<faceplate-search-input autocomplete="off" enterkeyhint="search" inputmode="" name="q" novalidate="" role="search" type="search" class="search-input m-0 fle..." data-faceplate-track...="{"action_info":{"typ..." id="search-input" maxlength="128" placeholder="Find anything" center-placeholder="" ...><button rpl="" class=" min-w-[40px] button-medium px-[calc(var(--rem12)-var(--button-border-width,0px))] button-plain icon items-center justify-center button inline-flex " id="expand-user-drawer-button" slot="trigger" type="button" aria-haspopup="menu" aria-expanded="false">
<alert-controller aria-live="polite"></alert-controller>
<toaster-lite aria-live="polite"></toaster-lite>
<rpl-tooltip class="nd:hidden block" appearance="inverted" trigger="hover focus-visible" aria-label="Sort by" placement="bottom">
<button rpl="" aria-expanded="false" aria-label="Sort by: Best" class="text-neutral-content-weak button-small px-[calc(var(--rem10)-var(--button-border-width,0px))] button-plain items-center justify-center button inline-flex " aria-haspopup="true">
<rpl-tooltip class="nd:hidden block" appearance="inverted" trigger="hover focus-visible" aria-label="Sort by" placement="bottom">
<button rpl="" aria-expanded="false" aria-label="Sort by: Everywhere" class="text-neutral-content-weak button-small px-[calc(var(--rem10)-var(--button-border-width,0px))] button-plain items-center justify-center button inline-flex " aria-haspopup="true">
<rpl-tooltip class="nd:hidden block" appearance="inverted" trigger="hover focus-visible" aria-label="View" placement="bottom">
Showing first 10 of 326 audited elements.
Elements should not have tabindex greater than zero55 elements
Using tabindex values greater than 0 creates unexpected tab orders that disorient users. It makes elements appear to be skipped when users tab past them, requires setting tabindex on every element to maintain order, and forces all tabindex items to be visited before any normal elements, breaking natural navigation flow.
Audit Elements
<div data-testid="action-row" tabindex="0" class=" shreddit-post-container flex gap-sm flex-row items-center flex-nowrap justify-start " aria-label="Actions available for this post">
<a class="no-underline hover:n..." href="https://alb.reddit.c..." target="_blank" rel="noopener nofollow sp..." role="link" data-ad-click-locati...="credit_bar_whitespac..." data-ad-click-action="1" tabindex="-1">
<a class="no-underline hover:n..." href="https://alb.reddit.c..." target="_blank" rel="noopener nofollow sp..." role="link" data-ad-click-locati...="cta_whitespace" data-ad-click-action="1" tabindex="-1">
<div data-testid="action-row" tabindex="0" class=" shreddit-post-container flex gap-sm flex-row items-center flex-nowrap justify-start " aria-label="Actions available for this post">
<a class="no-underline hover:n..." href="https://alb.reddit.c..." target="_blank" rel="noopener nofollow sp..." role="link" data-ad-click-locati...="action_bar_whitespac..." data-ad-click-action="1" slot="action-row-whitespac..." tabindex="-1">
<div data-testid="action-row" tabindex="0" class=" shreddit-post-container flex gap-sm flex-row items-center flex-nowrap justify-start " aria-label="Actions available for this post">
<div data-testid="action-row" tabindex="0" class=" shreddit-post-container flex gap-sm flex-row items-center flex-nowrap justify-start " aria-label="Actions available for this post">
<div data-testid="action-row" tabindex="0" class=" shreddit-post-container flex gap-sm flex-row items-center flex-nowrap justify-start " aria-label="Actions available for this post">
<a class="no-underline hover:n..." href="https://alb.reddit.c..." target="_blank" rel="noopener nofollow sp..." role="link" data-ad-click-locati...="credit_bar_whitespac..." data-ad-click-action="1" tabindex="-1">
<a class="no-underline hover:n..." href="https://alb.reddit.c..." target="_blank" rel="noopener nofollow sp..." role="link" data-ad-click-locati...="cta_whitespace" data-ad-click-action="1" tabindex="-1">
Showing first 10 of 55 audited elements.
Form elements must have labels1 element
Form labels are essential for screen reader users to understand what information each field requires. Without proper labels, screen readers cannot identify input expectations, fields don't receive focus when announced, and users with motor impairments lose the benefit of larger clickable areas that labels provide.
Audit Elements
<input type="text" dir="auto" enterkeyhint="search" name="q" maxlength="128" placeholder="Find anything" autocomplete="off" inputmode="">
Form elements should have a visible label1 element
The title and aria-describedby attributes provide supplementary hints, not labels. Screen readers treat these as advisory information rather than true labels, which prevents them from properly conveying the form element's purpose. Form fields need proper labels that can be programmatically determined.
Audit Elements
<input type="text" dir="auto" enterkeyhint="search" name="q" maxlength="128" placeholder="Find anything" autocomplete="off" inputmode="">
Form field must not have multiple label elements1 element
Multiple labels on the same form field cause inconsistent behavior across screen reader and browser combinations. Some will read the first label, others the last, and some will read both, creating confusion about what information the field requires.
Audit Elements
<input type="text" dir="auto" enterkeyhint="search" name="q" maxlength="128" placeholder="Find anything" autocomplete="off" inputmode="">
Frames must have a unique title attribute1 element
Screen reader users navigate frames using a list of frame titles. Duplicate or missing titles make it impossible to distinguish between frames, forcing users to explore each frame's content manually. Unique, descriptive titles enable quick navigation to the correct frame.
Audit Elements
<iframe src="https://accounts.goo..." class="L5Fo6c-PQbLGe" allow="identity-credentials..." id="gsi_948227_164532" title="Sign in with Google ..." tabindex="0" style="display: block; posi...">
Frames must have an accessible name1 element
Screen reader users rely on frame titles to understand frame content without exploring each one. Without descriptive, unique titles, users receive unhelpful information like "frame," "JavaScript," or URLs, making navigation through frames difficult and confusing.
Audit Elements
<iframe src="https://accounts.goo..." class="L5Fo6c-PQbLGe" allow="identity-credentials..." id="gsi_948227_164532" title="Sign in with Google ..." tabindex="0" style="display: block; posi...">
Heading levels should only increase by one30 elements
Headings convey page structure for screen reader users the same way text size does for sighted users. Properly ordered headings (h1 through h6) allow screen reader users to quickly navigate and understand content structure, saving significant time and frustration while also improving search engine optimization.
Audit Elements
<h1><!--?lit$690037812$-->Feed</h1>
<h2 dir="auto" class="condensed-post-title-heading"><!--?lit$690037812$--><slot name="title"></slot></h2>
<h2 dir="auto" class="condensed-post-title-heading"><!--?lit$690037812$--><slot name="title"></slot></h2>
<h2 dir="auto" class="condensed-post-title-heading"><!--?lit$690037812$--><slot name="title"></slot></h2>
<h2 dir="auto" class="condensed-post-title-heading"><!--?lit$690037812$--><slot name="title"></slot></h2>
<h2 dir="auto" class="condensed-post-title-heading"><!--?lit$690037812$--><slot name="title"></slot></h2>
<h2 dir="auto" class="condensed-post-title-heading"><!--?lit$690037812$--><slot name="title"></slot></h2>
<h2 dir="auto" class="condensed-post-title-heading"><!--?lit$690037812$--><slot name="title"></slot></h2>
<h2 dir="auto" class="condensed-post-title-heading"><!--?lit$690037812$--><slot name="title"></slot></h2>
<h2 dir="auto" class="condensed-post-title-heading"><!--?lit$690037812$--><slot name="title"></slot></h2>
Showing first 10 of 30 audited elements.
Headings should not be empty30 elements
Screen readers announce headings to help users navigate page structure. Empty headings confuse users and prevent them from understanding the page's organization. Headings should only be used to convey structure, not for visual styling, and must contain accessible text that screen readers can announce.
Audit Elements
<h1><!--?lit$690037812$-->Feed</h1>
<h2 dir="auto" class="condensed-post-title-heading"><!--?lit$690037812$--><slot name="title"></slot></h2>
<h2 dir="auto" class="condensed-post-title-heading"><!--?lit$690037812$--><slot name="title"></slot></h2>
<h2 dir="auto" class="condensed-post-title-heading"><!--?lit$690037812$--><slot name="title"></slot></h2>
<h2 dir="auto" class="condensed-post-title-heading"><!--?lit$690037812$--><slot name="title"></slot></h2>
<h2 dir="auto" class="condensed-post-title-heading"><!--?lit$690037812$--><slot name="title"></slot></h2>
<h2 dir="auto" class="condensed-post-title-heading"><!--?lit$690037812$--><slot name="title"></slot></h2>
<h2 dir="auto" class="condensed-post-title-heading"><!--?lit$690037812$--><slot name="title"></slot></h2>
<h2 dir="auto" class="condensed-post-title-heading"><!--?lit$690037812$--><slot name="title"></slot></h2>
<h2 dir="auto" class="condensed-post-title-heading"><!--?lit$690037812$--><slot name="title"></slot></h2>
Showing first 10 of 30 audited elements.
IDs used in ARIA and labels must be unique33 elements
Duplicate IDs break the accessibility of ARIA elements, form labels, and table headers. When IDs are duplicated, assistive technologies and scripts only reference the first instance, causing subsequent elements with the same ID to be ignored or incorrectly associated.
Audit Elements
<div part="body" id="tooltip" class="tooltip-body" role="tooltip" aria-live="off" hidden=""> <slot name="content"><!--?lit$690037812$--></slot> <slot name="shortcut"></slot> </div>
<div part="body" id="hovercard" class="hovercard-body" role="dialog" aria-live="off" hidden=""> <slot name="content"></slot> </div>
<article id="menu" faceplate-popper-content="" style="pointer-events: none; display: none;"> <slot name="menu"></slot> </article>
<span id="feed-post-credit-bar-t3_1u29zv7" class="flex flex-wrap text-12 gap-2xs items-center min-w-0 relative">
<div id="faceplate-tooltip" role="dialog" part="content-container" faceplate-popper-content="" aria-label="r/mildlyinfuriating" position="bottom" style="display: none;"> <slot name="content"></slot> </div>
<span id="feed-post-credit-bar-t3_1u2b6z8" class="flex flex-wrap text-12 gap-2xs items-center min-w-0 relative">
<span id="feed-post-credit-bar-t3_1u20y0x" class="flex flex-wrap text-12 gap-2xs items-center min-w-0 relative">
<span id="feed-post-credit-bar-t3_1u28pig" class="flex flex-wrap text-12 gap-2xs items-center min-w-0 relative">
<span id="feed-post-credit-bar-t3_1u2bx5n" class="flex flex-wrap text-12 gap-2xs items-center min-w-0 relative">
<span id="feed-post-credit-bar-t3_1u25o5y" class="flex flex-wrap text-12 gap-2xs items-center min-w-0 relative">
Showing first 10 of 33 audited elements.
Images must have alternative text94 elements
Screen readers cannot translate images into text without alt attributes. Alternative text is essential for blind users and beneficial for users with low vision or color blindness, providing the same information that sighted users get from viewing the image.
Audit Elements
<img src="https://styles.reddi..." alt="" class="mb-0 shreddit-subred..." width="24" style="color: #FF8717;backg..." loading="lazy">
<img alt="" role="presentation" class="absolute top-1/2 -tr..." loading="eager" fetchpriority="high" src="https://preview.redd..." srcset="https://preview.redd..." sizes="(min-width: 1415px) ..." width="640" height="853">
<img id="post-image" alt="r/mildlyinfuriating ..." class="i18n-post-media-img ..." loading="eager" fetchpriority="high" src="https://preview.redd..." srcset="https://preview.redd..." sizes="(min-width: 1415px) ..." width="640" height="853">
<img loading="lazy" src="https://styles.redditmedia.com/t5_13wyc9/styles/profileIcon_55zazpms41df1.png?width=48&height=48&frame=1&auto=webp&crop=48%3A48%2Csmart&s=ab19be673d4c3b6f09dae0fad745f88f33190815" alt="u/shopify avatar" data-testid="promoted-credit-bar-avatar">
<img alt="" role="presentation" class="absolute top-1/2 -tr..." loading="lazy" fetchpriority="auto" src="https://preview.redd..." srcset="https://preview.redd..." sizes="(min-width: 1415px) ..." width="640" height="800">
<img alt="Reach shoppers in AI..." class="i18n-post-media-img ..." loading="lazy" fetchpriority="auto" src="https://preview.redd..." srcset="https://preview.redd..." sizes="(min-width: 1415px) ..." width="640" height="800">
<img src="https://b.thumbs.red..." alt="" class="mb-0 shreddit-subred..." width="24" style="color: #0DD3BB;backg..." loading="lazy">
<img src="https://external-pre..." alt="r/technology - Cheap..." class="mb-0 h-full w-full o..." loading="lazy">
<img src="https://styles.reddi..." alt="" class="mb-0 shreddit-subred..." width="24" style="color: #D4EAFF;backg..." loading="lazy">
<img src="https://emoji.redditmedia.com/5atpv9pyenjf1_t5_2qh1i/donkey_right" alt="donkey_right" data-testid="community-status-icon" class="object-contain m-0 p-0 h-[1.25rem] w-[1.25rem]">
Showing first 10 of 94 audited elements.
Inline text spacing must be adjustable with custom stylesheets255 elements
Single-spaced text makes it difficult for people with cognitive disabilities to track lines while reading. Providing line spacing between 1.5 to 2 helps these users start a new line more easily after finishing the previous one.
Audit Elements
<html lang="en-US" class="theme-beta" dir="ltr" device="desktop" style="--dvh-unit: 1dvh; --viewport-height: calc(calc(var(--dvh-unit) * 100));">
<rpl-tooltip id="hamburger-button-tooltip" style="--rpl-z-index-tooltip: 1001;" class="nd:visible contents " placement="right" appearance="inverted" trigger="hover focus-visible" distance="8">
<rpl-tooltip style="--rpl-z-index-tooltip: 1001;" class="nd:visible contents " placement="right" appearance="inverted" trigger="hover focus-visible" distance="8">
<svg class="h-[22px]" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 514 149" style="color: var(--shreddit-color-wordmark)">
<g style="fill: currentColor">
<label style="--left-label-position: 0px;">
<svg slot="leadingIcon" style="margin-inline-start: calc(-1 * var(--spacer-sm))" width="28" height="28" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" xml:space="preserve" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg rpl="" class="text-secondary" fill="currentColor" height="16" icon-name="ai" style="color:var(--color-upvote-plain-weaker);" viewBox="0 0 20 20" width="16" xmlns="http://www.w3.org/2000/svg">
<rpl-tooltip style="--rpl-z-index-tooltip: 1001;" class="nd:visible contents " placement="bottom" appearance="inverted" trigger="hover focus-visible" distance="8">
<rpl-tooltip style="--rpl-z-index-tooltip: 1001;" class="nd:visible contents " placement="bottom" appearance="inverted" trigger="hover focus-visible" distance="8">
Showing first 10 of 255 audited elements.
Interactive controls must not be nested296 elements
Nested interactive elements create empty tab stops where screen readers remain silent. When users tab to a focusable element inside another interactive control, they receive no information about its name, role, or state, creating a confusing and broken navigation experience.
Audit Elements
<hr class="trailing-divider">
<button rpl="" class=" min-w-[40px] button-medium px-[calc(var(--rem12)-var(--button-border-width,0px))] button-plain icon items-center justify-center button inline-flex " id="expand-user-drawer-button" slot="trigger" type="button" aria-haspopup="menu" aria-expanded="false">
<button rpl="" aria-expanded="false" aria-label="Sort by: Best" class="text-neutral-content-weak button-small px-[calc(var(--rem10)-var(--button-border-width,0px))] button-plain items-center justify-center button inline-flex " aria-haspopup="true">
<button rpl="" aria-expanded="false" aria-label="Sort by: Everywhere" class="text-neutral-content-weak button-small px-[calc(var(--rem10)-var(--button-border-width,0px))] button-plain items-center justify-center button inline-flex " aria-haspopup="true">
<button rpl="" aria-expanded="false" aria-label="View: Card" class="text-neutral-content-weak button-small px-[calc(var(--rem10)-var(--button-border-width,0px))] button-plain items-center justify-center button inline-flex " aria-haspopup="true">
<hr class="border-0 border-b-sm border-solid border-b-neutral-border-weak">
<button class=" button-primary button-x-small button join-btn leading-none h-[24px] " data-post-click-location="join"> <!--?lit$690037812$-->Join </button>
<button rpl="" aria-label="Open user actions" class=" button-small px-[calc(var(--rem10)-var(--button-border-width,0px))] button-plain icon items-center justify-center button inline-flex " aria-haspopup="menu" aria-expanded="false">
<img id="post-image" alt="r/mildlyinfuriating ..." class="i18n-post-media-img ..." loading="eager" fetchpriority="high" src="https://preview.redd..." srcset="https://preview.redd..." sizes="(min-width: 1415px) ..." width="640" height="853">
<button rpl="" aria-pressed="false" class=" group button flex justify-center aspect-square p-0 border-0 button-secondary disabled:text-interactive-content-disabled button-plain inline-flex items-center" data-action-bar-action="upvote" style="height: var(--size-button-sm-h);" upvote="">
Showing first 10 of 296 audited elements.
Interactive elements must have a visible focus indicator64 elements
Sighted keyboard users rely on a visible focus indicator to know where they are on the page. When focus styles are missing, too subtle, or have insufficient contrast against the surrounding colors, users cannot tell which element will respond when they press Enter or Space, making keyboard navigation slow and error-prone. This especially affects people with motor impairments who cannot use a mouse and people with low vision who need clear, high-contrast indicators.
Audit Elements
<a rpl="" class=" button-medium px-[calc(var(--rem12)-var(--button-..." href="#main-content" id="shreddit-skip-link">
<a id="reddit-logo" class="no-underline flex items-center" href="https://www.reddit.com/" aria-label="Home">
<input type="text" dir="auto" enterkeyhint="search" name="q" maxlength="128" placeholder="Find anything" autocomplete="off" inputmode="">
<a rpl="" class="text-neutral-content no-underline hover:no-underli..." href="/answers/">
<a rpl="" class="px-sm hover:no-underline button-medium px-[calc(va..." href="https://www.reddit.com/register/" id="signup-button">
<a rpl="" class="px-sm hover:no-underline button-medium px-[calc(va..." href="https://www.reddit.com/login/" id="login-button">
<button rpl="" class=" min-w-[40px] button-medium px-[calc(var(--rem12)-..." id="expand-user-drawer-button" slot="trigger" type="button" aria-haspopup="menu" aria-expanded="false">
<a rpl="" class="sr-only focus:not-sr-only hidden m:inline-block a ..." href="#left-sidebar-container">
<a rpl="" class="sr-only focus:not-sr-only hidden m:inline-block a ..." href="#right-sidebar-container">
<button rpl="" aria-expanded="false" aria-label="Sort by: Best" class="text-neutral-content-weak button-small px-[calc(va..." aria-haspopup="true">
Showing first 10 of 64 audited elements.
Landmarks should have a unique role or role/label/title (i.e. accessible name) combination8 elements
Each landmark on a page must have either a unique role or a unique accessible name. Duplicate landmarks confuse screen reader users about which section they're navigating to, making it difficult to efficiently move through the page structure.
Audit Elements
<header class="v2 bg-neutral-background pointer-events-auto border-solid border-0 border-b-sm border-neutral-border px-md">
<nav class="h-header-large
flex items-center"><faceplate-search-input autocomplete="off" enterkeyhint="search" inputmode="" name="q" novalidate="" role="search" type="search" class="search-input m-0 fle..." data-faceplate-track...="{"action_info":{"typ..." id="search-input" maxlength="128" placeholder="Find anything" center-placeholder="" ...><main class="main w-full min-w-0" id="main-content" dir="ltr">
<aside id="right-rail-experience-root" class="contents" aria-label="Promotion"></aside>
<aside class="flex flex-col py-md box-border mb-0 popular-feed-right-rail">
<aside class="right-rail-popular-communities bg-neutral-background-weak rounded-2 pb-2xs pt-xs mb-md" aria-label="Popular Communities">
<aside id="right-rail-entity-panel-root" class="contents" aria-label="Entity Highlight Panel"></aside>
Links must have discernible text202 elements
Keyboard users and screen reader users can only interact with links that have accessible names and can receive focus. Without proper names, users don't know where links lead. Without keyboard focus, users who cannot use a mouse cannot activate the links at all.
Audit Elements
<a rpl="" class=" button-medium px-[calc(var(--rem12)-var(--button-border-width,0px))] button-primary items-center justify-center button inline-flex " href="#main-content" id="shreddit-skip-link">
<a id="reddit-logo" class="no-underline flex items-center" href="https://www.reddit.com/" aria-label="Home">
<a rpl="" class="text-neutral-content no-underline hover:no-underline button-small px-[calc(var(--rem10)-var(--button-border-width,0px))] button-plain items-center justify-center button inline-flex " href="/answers/">
<a rpl="" class="px-sm hover:no-underline button-medium px-[calc(var(--rem12)-var(--button-border-width,0px))] button-secondary items-center justify-center button inline-flex " href="https://www.reddit.com/register/" id="signup-button">
<a rpl="" class="px-sm hover:no-underline button-medium px-[calc(var(--rem12)-var(--button-border-width,0px))] button-brand items-center justify-center button inline-flex " href="https://www.reddit.com/login/" id="login-button">
<a rpl="" class="sr-only focus:not-sr-only hidden m:inline-block a hover:underline cursor-pointer" href="#left-sidebar-container"><!--?lit$690037812$--><!--?lit$690037812$--><!--?lit$690037812$-->Skip to Sign up<!--?lit$690037812$--><!--?--></a>
<a rpl="" class="sr-only focus:not-sr-only hidden m:inline-block a hover:underline cursor-pointer" href="#right-sidebar-container"><!--?lit$690037812$--><!--?lit$690037812$--><!--?lit$690037812$-->Skip to Right Sidebar<!--?lit$690037812$--><!--?--></a>
<a data-ks-id="t3_1u29zv7" slot="full-post-link" class="absolute inset-0" href="https://www.reddit.com/r/mildlyinfuriating/comments/1u29zv7/family_restroom/" target="_self">
<faceplate-screen-reader-content>
Family Restroom
</faceplate-screen-reader-content>
</a><a rpl="" class="text-neutral-content whitespace-nowrap flex items-center h-xl a text-label-2 no-visited no-underline hover:no-underline cursor-pointer" data-testid="subreddit-name" href="/r/mildlyinfuriating/" aria-haspopup="dialog" aria-expanded="false">
<a href="https://www.reddit.c..." id="post-title-t3_1u29zv..." slot="title" class="block text-neutral-c..." aria-describedby="feed-post-credit-bar..." dir="auto">
Showing first 10 of 202 audited elements.
Main landmark should not be contained in another landmark1 element
The main landmark must be at the top level and not nested inside other landmarks. This ensures screen reader users can quickly navigate to the primary content without searching through complex hierarchy, making page navigation simpler and more predictable.
Audit Elements
<main class="main w-full min-w-0" id="main-content" dir="ltr">
Page must have means to bypass repeated blocks1 element
Keyboard-only users must tab through all navigation and header content before reaching the main content, which can take several minutes and cause physical pain for users with motor limitations. Bypass mechanisms like skip links allow these users to jump directly to main content, saving time and reducing fatigue.
Audit Elements
<html lang="en-US" class="theme-beta" dir="ltr" device="desktop" style="--dvh-unit: 1dvh; --viewport-height: calc(calc(var(--dvh-unit) * 100));">
Page should contain a level-one heading1 element
Screen reader users use keyboard shortcuts to jump directly to the first h1, expecting to land at the main content. Without an h1 or with a misplaced one, users must listen to more of the page to understand its structure, wasting valuable time on every page visit.
Audit Elements
<html lang="en-US" class="theme-beta" dir="ltr" device="desktop" style="--dvh-unit: 1dvh; --viewport-height: calc(calc(var(--dvh-unit) * 100));">
Required ARIA attributes must be provided67 elements
ARIA widget roles need required attributes to describe their current state. Without these attributes, screen readers cannot communicate essential information like whether a checkbox is checked or a slider's current value, leaving users unable to interact effectively with the widget.
Audit Elements
<faceplate-search-input autocomplete="off" enterkeyhint="search" inputmode="" name="q" novalidate="" role="search" type="search" class="search-input m-0 fle..." data-faceplate-track...="{"action_info":{"typ..." id="search-input" maxlength="128" placeholder="Find anything" center-placeholder="" ...><svg rpl="" fill="currentColor" height="16" icon-name="caret-down" role="presentation" viewBox="0 0 20 20" width="16" xmlns="http://www.w3.org/2000/svg">
<svg rpl="" fill="currentColor" height="16" icon-name="caret-down" role="presentation" viewBox="0 0 20 20" width="16" xmlns="http://www.w3.org/2000/svg">
<svg rpl="" fill="currentColor" height="16" icon-name="card" role="presentation" viewBox="0 0 20 20" width="16" xmlns="http://www.w3.org/2000/svg">
<svg rpl="" fill="currentColor" height="16" icon-name="caret-down" role="presentation" viewBox="0 0 20 20" width="16" xmlns="http://www.w3.org/2000/svg">
<img alt="" role="presentation" class="absolute top-1/2 -tr..." loading="eager" fetchpriority="high" src="https://preview.redd..." srcset="https://preview.redd..." sizes="(min-width: 1415px) ..." width="640" height="853">
<a class="no-underline hover:n..." href="https://alb.reddit.c..." target="_blank" rel="noopener nofollow sp..." role="link" data-ad-click-locati...="background" data-ad-click-action="1" slot="full-post-link" aria-label="Advertisement: Reach...">
<a class="no-underline hover:n..." href="https://alb.reddit.c..." target="_blank" rel="noopener nofollow sp..." role="link" data-ad-click-locati...="credit_bar_whitespac..." data-ad-click-action="1" tabindex="-1">
<a class="no-underline hover:n..." href="https://alb.reddit.c..." target="_blank" rel="noopener nofollow sp..." role="link" data-ad-click-locati...="title" data-ad-click-action="1">
<a class="no-underline hover:n..." href="https://alb.reddit.c..." target="_blank" rel="noopener nofollow sp..." role="link" data-ad-click-locati...="media" data-ad-click-action="1">
Showing first 10 of 67 audited elements.
Users should be able to zoom and scale the text up to 500%1 element
The user-scalable="no" and restrictive maximum-scale parameters prevent people with low vision from zooming to read content. Users who rely on browser zoom to enlarge text are blocked from accessing content at a readable size, violating their need to scale pages up to 5x zoom.
Audit Elements
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
Zooming and scaling must not be disabled1 element
Setting user-scalable="no" or maximum-scale less than 2 prevents people with low vision from zooming to read content. Users who enlarge text in their browsers are blocked from making content readable, violating accessibility guidelines that require supporting at least 200% zoom.
Audit Elements
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">