Pinterestpinterest.com
Accessibility Score
Issues Found
Issues Found
SeriousARIA commands must have an accessible name1 element
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.
Failing Elements
<div aria-disabled="false" class="Q3hcOU DodKMr udPABh itw4K9 g0I6wi" role="button" tabindex="0">
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
ModerateContentinfo landmark should not be contained in another landmark1 element
The contentinfo landmark must be at the top level to help screen reader users quickly navigate to footer information. When nested inside another landmark, it becomes harder to find, defeating its purpose of providing quick access to content information.
Failing Elements
<footer data-test-id="unauth-homepage-redesign-footer" class="ADXRXN qQrCD0" style="width: 100%; z-index: 3;">
Fix any of the following:
- The null landmark is contained in another landmark.
ModeratePage 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.
Failing Elements
<html class="en" lang="en">
Fix all of the following:
- Page must have a level-one heading
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 class="en" lang="en">
<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 class="en" lang="en">
<svg> elements with an img role must have alternative text1 element
SVG images need text alternatives so their information can be accessed through any sensory modality - visual, auditory, or tactile. Text alternatives enable screen readers to convert visual information into speech or braille, support future translation into sign language, and ensure content is accessible regardless of a user's sensory abilities.
Audit Elements
<svg aria-label="Search icon" class="aTSQd5 hL9n03 ajeUF6" height="16" role="img" viewBox="0 0 24 24" width="16"><path d="M17.33 18.74a10 10 0 1 1 1.41-1.41l4.47 4.47-1.41 1.41zM11 3a8 8 0 1 0 0 16 8 8 0 0 0 0-16"></path></svg>
All page content should be contained by landmarks289 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
<div data-reactcontainer="true" id="__PWS_ROOT__">
<div class="ADXRXN">
<header class="ADXRXN">
<a class="etmDmh i7jpet zlD4hU Q3hcOU DodKMr KQwCbH itw4K9 g0I6wi udPABh be_g_n ap8aAM" href="#" rel="" tabindex="0">
<div data-test-id="hiddenSkipToContentContainer" class="ADXRXN R6_ngo TfR6nu WTrvgR _VU9d3 kXGpvW mGqjhp" style="height: 1px; width: 1px;">
<div class="ADXRXN YTYZ7l"><div class="H2DtUH KwViV7 FE_3R1 Tjcf3c kF2VEF sSBu24" style="height: 75px; width: 100%;"><div class="lIkAnG eMU5i5 YfEt3H v_eFe4 qnEc35 hxKTA7 rszMzv">Skip to content</div></div></div>
<div class="H2DtUH KwViV7 FE_3R1 Tjcf3c kF2VEF sSBu24" style="height: 75px; width: 100%;"><div class="lIkAnG eMU5i5 YfEt3H v_eFe4 qnEc35 hxKTA7 rszMzv">Skip to content</div></div>
<div class="lIkAnG eMU5i5 YfEt3H v_eFe4 qnEc35 hxKTA7 rszMzv">Skip to content</div>
<div data-test-id="unauth-header" class="ADXRXN bnBtRO mJ2PyB n62I2n" style="left: 0px; transition: left 200ms; z-index: 671;">
<nav aria-label="Main" class="ADXRXN BVzdUh Tjcf3c _xSIdT ecEhnF qJUqe1 sSBu24 zEVE_X" style="height: 80px; width: 100%;">
Showing first 10 of 289 audited elements.
Alternative text of images should not be repeated as text5 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 alt="" class="iFOUS5 ALBw9Q" draggable="true" fetchpriority="auto" loading="auto" role="presentation" elementtiming="gestalt-image" srcset="https://i1-e.pinimg...." src="https://i1-e.pinimg...." style="object-fit: cover;">
<img alt="Search results for "..." class="iFOUS5 ALBw9Q" draggable="true" fetchpriority="auto" loading="auto" elementtiming="gestalt-image" srcset="https://i.pinimg.com..." src="https://i.pinimg.com..." style="object-fit: cover;">
<img alt="Group board titled "..." class="iFOUS5 ALBw9Q" draggable="true" fetchpriority="auto" loading="auto" elementtiming="gestalt-image" srcset="https://i.pinimg.com..." src="https://i.pinimg.com..." style="object-fit: cover;">
<img alt="Photo of a woman in ..." class="iFOUS5 ALBw9Q" draggable="true" fetchpriority="auto" loading="auto" elementtiming="gestalt-image" srcset="https://i.pinimg.com..." src="https://i.pinimg.com..." style="object-fit: cover;">
<img alt="" class="iFOUS5 ALBw9Q" draggable="true" fetchpriority="auto" loading="auto" role="presentation" elementtiming="gestalt-image" src="https://i.pinimg.com/originals/07/18/2b/07182b0091c01cd3ff2d4cb80a16e344.jpg" style="object-fit: contain;">
ARIA attributes must be used as specified for the element's role23 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
<nav aria-label="Main" class="ADXRXN BVzdUh Tjcf3c _xSIdT ecEhnF qJUqe1 sSBu24 zEVE_X" style="height: 80px; width: 100%;">
<a aria-label="Pinterest home" class="etmDmh i7jpet zlD4hU Q3hcOU g81vm9 hlFz_k itw4K9 g0I6wi udPABh be_g_n ap8aAM" href="/" rel="" tabindex="0" target="_self">
<svg aria-label="Search icon" class="aTSQd5 hL9n03 ajeUF6" height="16" role="img" viewBox="0 0 24 24" width="16"><path d="M17.33 18.74a10 10 0 1 1 1.41-1.41l4.47 4.47-1.41 1.41zM11 3a8 8 0 1 0 0 16 8 8 0 0 0 0-16"></path></svg>
<input aria-activedescendan...="" aria-autocomplete="list" aria-describedby="searchBoxAccessibleT..." aria-expanded="false" aria-label="Search" autocapitalize="off" autocomplete="off" autocorrect="off" data-gestalt-valid-h...="SearchField" data-test-id="search-box-input" id="search-input" ...>
<button aria-label="Join Pinterest for free" class="G0yGFD ap8aAM Q3hcOU gwpqhu itmoZr GaMK1V PRly_u y0ni1V" data-test-id="join-pinterest-button-homepage-redesign-top-module" tabindex="0" type="button">
<button aria-label="I already have an account" class="G0yGFD ap8aAM Q3hcOU j0pMjI itmoZr GaMK1V PRly_u y0ni1V" data-test-id="login-button-homepage-redesign-top-module" tabindex="0" type="button">
<div aria-disabled="false" class="Q3hcOU DodKMr udPABh itw4K9 g0I6wi" role="button" tabindex="0">
<button aria-label="Scroll up" class="euRXRl" tabindex="0" type="button">
<div aria-level="2" role="heading" class="ADXRXN" style="font-size: 50px; font-weight: bold; text-align: center;">Bring your favorite ideas to life</div>
<button aria-label="Scroll down" class="euRXRl" tabindex="0" type="button">
Showing first 10 of 23 audited elements.
ARIA attributes must conform to valid names23 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
<nav aria-label="Main" class="ADXRXN BVzdUh Tjcf3c _xSIdT ecEhnF qJUqe1 sSBu24 zEVE_X" style="height: 80px; width: 100%;">
<a aria-label="Pinterest home" class="etmDmh i7jpet zlD4hU Q3hcOU g81vm9 hlFz_k itw4K9 g0I6wi udPABh be_g_n ap8aAM" href="/" rel="" tabindex="0" target="_self">
<svg aria-label="Search icon" class="aTSQd5 hL9n03 ajeUF6" height="16" role="img" viewBox="0 0 24 24" width="16"><path d="M17.33 18.74a10 10 0 1 1 1.41-1.41l4.47 4.47-1.41 1.41zM11 3a8 8 0 1 0 0 16 8 8 0 0 0 0-16"></path></svg>
<input aria-activedescendan...="" aria-autocomplete="list" aria-describedby="searchBoxAccessibleT..." aria-expanded="false" aria-label="Search" autocapitalize="off" autocomplete="off" autocorrect="off" data-gestalt-valid-h...="SearchField" data-test-id="search-box-input" id="search-input" ...>
<button aria-label="Join Pinterest for free" class="G0yGFD ap8aAM Q3hcOU gwpqhu itmoZr GaMK1V PRly_u y0ni1V" data-test-id="join-pinterest-button-homepage-redesign-top-module" tabindex="0" type="button">
<button aria-label="I already have an account" class="G0yGFD ap8aAM Q3hcOU j0pMjI itmoZr GaMK1V PRly_u y0ni1V" data-test-id="login-button-homepage-redesign-top-module" tabindex="0" type="button">
<div aria-disabled="false" class="Q3hcOU DodKMr udPABh itw4K9 g0I6wi" role="button" tabindex="0">
<button aria-label="Scroll up" class="euRXRl" tabindex="0" type="button">
<div aria-level="2" role="heading" class="ADXRXN" style="font-size: 50px; font-weight: bold; text-align: center;">Bring your favorite ideas to life</div>
<button aria-label="Scroll down" class="euRXRl" tabindex="0" type="button">
Showing first 10 of 23 audited elements.
ARIA attributes must conform to valid values23 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
<nav aria-label="Main" class="ADXRXN BVzdUh Tjcf3c _xSIdT ecEhnF qJUqe1 sSBu24 zEVE_X" style="height: 80px; width: 100%;">
<a aria-label="Pinterest home" class="etmDmh i7jpet zlD4hU Q3hcOU g81vm9 hlFz_k itw4K9 g0I6wi udPABh be_g_n ap8aAM" href="/" rel="" tabindex="0" target="_self">
<svg aria-label="Search icon" class="aTSQd5 hL9n03 ajeUF6" height="16" role="img" viewBox="0 0 24 24" width="16"><path d="M17.33 18.74a10 10 0 1 1 1.41-1.41l4.47 4.47-1.41 1.41zM11 3a8 8 0 1 0 0 16 8 8 0 0 0 0-16"></path></svg>
<input aria-activedescendan...="" aria-autocomplete="list" aria-describedby="searchBoxAccessibleT..." aria-expanded="false" aria-label="Search" autocapitalize="off" autocomplete="off" autocorrect="off" data-gestalt-valid-h...="SearchField" data-test-id="search-box-input" id="search-input" ...>
<button aria-label="Join Pinterest for free" class="G0yGFD ap8aAM Q3hcOU gwpqhu itmoZr GaMK1V PRly_u y0ni1V" data-test-id="join-pinterest-button-homepage-redesign-top-module" tabindex="0" type="button">
<button aria-label="I already have an account" class="G0yGFD ap8aAM Q3hcOU j0pMjI itmoZr GaMK1V PRly_u y0ni1V" data-test-id="login-button-homepage-redesign-top-module" tabindex="0" type="button">
<div aria-disabled="false" class="Q3hcOU DodKMr udPABh itw4K9 g0I6wi" role="button" tabindex="0">
<button aria-label="Scroll up" class="euRXRl" tabindex="0" type="button">
<div aria-level="2" role="heading" class="ADXRXN" style="font-size: 50px; font-weight: bold; text-align: center;">Bring your favorite ideas to life</div>
<button aria-label="Scroll down" class="euRXRl" tabindex="0" type="button">
Showing first 10 of 23 audited elements.
ARIA hidden element must not be focusable or contain focusable elements10 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
<svg aria-hidden="true" aria-label="Pinterest logo" fill="none" height="18" role="img" viewBox="0 0 98 18" width="98" xmlns="http://www.w3.org/2000/svg">
<svg aria-hidden="true" aria-label="" class="aTSQd5 hL9n03 eyJbon" height="24" role="img" viewBox="0 0 24 24" width="24"><path d="m12 3.59 11.7 11.7-1.4 1.42L12 6.4 1.7 16.71.3 15.29z"></path></svg>
<svg aria-hidden="true" aria-label="" class="aTSQd5 hL9n03 eyJbon" height="24" role="img" viewBox="0 0 24 24" width="24"><path d="M23.7 8.7 12 20.42.3 8.71l1.4-1.42L12 17.6 22.3 7.3z"></path></svg>
<svg aria-hidden="true" aria-label="" class="aTSQd5 hL9n03 eyJbon" height="24" role="img" viewBox="0 0 24 24" width="24"><path d="m12 3.59 11.7 11.7-1.4 1.42L12 6.4 1.7 16.71.3 15.29z"></path></svg>
<svg aria-hidden="true" aria-label="" class="aTSQd5 hL9n03 eyJbon" height="24" role="img" viewBox="0 0 24 24" width="24"><path d="M23.7 8.7 12 20.42.3 8.71l1.4-1.42L12 17.6 22.3 7.3z"></path></svg>
<svg aria-hidden="true" aria-label="" class="aTSQd5 hL9n03 eyJbon" height="24" role="img" viewBox="0 0 24 24" width="24"><path d="m12 3.59 11.7 11.7-1.4 1.42L12 6.4 1.7 16.71.3 15.29z"></path></svg>
<svg aria-hidden="true" aria-label="" class="aTSQd5 hL9n03 eyJbon" height="24" role="img" viewBox="0 0 24 24" width="24"><path d="M23.7 8.7 12 20.42.3 8.71l1.4-1.42L12 17.6 22.3 7.3z"></path></svg>
<svg aria-hidden="true" aria-label="" class="aTSQd5 hL9n03 eyJbon" height="24" role="img" viewBox="0 0 24 24" width="24"><path d="m12 3.59 11.7 11.7-1.4 1.42L12 6.4 1.7 16.71.3 15.29z"></path></svg>
<svg aria-hidden="true" aria-label="" class="aTSQd5 hL9n03 eyJbon" height="24" role="img" viewBox="0 0 24 24" width="24"><path d="M23.7 8.7 12 20.42.3 8.71l1.4-1.42L12 17.6 22.3 7.3z"></path></svg>
<iframe aria-hidden="true" id="epik_localstore" src="https://ct.pinterest.com/ct.html" title="iframe to send EPIK" style="display: none;"></iframe>
ARIA role should be appropriate for the element19 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
<svg aria-hidden="true" aria-label="Pinterest logo" fill="none" height="18" role="img" viewBox="0 0 98 18" width="98" xmlns="http://www.w3.org/2000/svg">
<svg aria-label="Search icon" class="aTSQd5 hL9n03 ajeUF6" height="16" role="img" viewBox="0 0 24 24" width="16"><path d="M17.33 18.74a10 10 0 1 1 1.41-1.41l4.47 4.47-1.41 1.41zM11 3a8 8 0 1 0 0 16 8 8 0 0 0 0-16"></path></svg>
<input aria-activedescendan...="" aria-autocomplete="list" aria-describedby="searchBoxAccessibleT..." aria-expanded="false" aria-label="Search" autocapitalize="off" autocomplete="off" autocorrect="off" data-gestalt-valid-h...="SearchField" data-test-id="search-box-input" id="search-input" ...>
<div id="mweb-unauth-container" role="main" class="ADXRXN">
<div aria-disabled="false" class="Q3hcOU DodKMr udPABh itw4K9 g0I6wi" role="button" tabindex="0">
<img alt="" class="iFOUS5 ALBw9Q" draggable="true" fetchpriority="auto" loading="auto" role="presentation" elementtiming="gestalt-image" srcset="https://i1-e.pinimg...." src="https://i1-e.pinimg...." style="object-fit: cover;">
<svg aria-hidden="true" aria-label="" class="aTSQd5 hL9n03 eyJbon" height="24" role="img" viewBox="0 0 24 24" width="24"><path d="m12 3.59 11.7 11.7-1.4 1.42L12 6.4 1.7 16.71.3 15.29z"></path></svg>
<div aria-level="2" role="heading" class="ADXRXN" style="font-size: 50px; font-weight: bold; text-align: center;">Bring your favorite ideas to life</div>
<svg aria-hidden="true" aria-label="" class="aTSQd5 hL9n03 eyJbon" height="24" role="img" viewBox="0 0 24 24" width="24"><path d="M23.7 8.7 12 20.42.3 8.71l1.4-1.42L12 17.6 22.3 7.3z"></path></svg>
<svg aria-hidden="true" aria-label="" class="aTSQd5 hL9n03 eyJbon" height="24" role="img" viewBox="0 0 24 24" width="24"><path d="m12 3.59 11.7 11.7-1.4 1.42L12 6.4 1.7 16.71.3 15.29z"></path></svg>
Showing first 10 of 19 audited elements.
ARIA roles used must conform to valid values10 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
<svg aria-label="Search icon" class="aTSQd5 hL9n03 ajeUF6" height="16" role="img" viewBox="0 0 24 24" width="16"><path d="M17.33 18.74a10 10 0 1 1 1.41-1.41l4.47 4.47-1.41 1.41zM11 3a8 8 0 1 0 0 16 8 8 0 0 0 0-16"></path></svg>
<input aria-activedescendan...="" aria-autocomplete="list" aria-describedby="searchBoxAccessibleT..." aria-expanded="false" aria-label="Search" autocapitalize="off" autocomplete="off" autocorrect="off" data-gestalt-valid-h...="SearchField" data-test-id="search-box-input" id="search-input" ...>
<div id="mweb-unauth-container" role="main" class="ADXRXN">
<div aria-disabled="false" class="Q3hcOU DodKMr udPABh itw4K9 g0I6wi" role="button" tabindex="0">
<img alt="" class="iFOUS5 ALBw9Q" draggable="true" fetchpriority="auto" loading="auto" role="presentation" elementtiming="gestalt-image" srcset="https://i1-e.pinimg...." src="https://i1-e.pinimg...." style="object-fit: cover;">
<div aria-level="2" role="heading" class="ADXRXN" style="font-size: 50px; font-weight: bold; text-align: center;">Bring your favorite ideas to life</div>
<div aria-level="3" data-test-id="search-by-skin-tone-heading" role="heading" class="ADXRXN" style="font-size: 38px; font-weight: bold; text-align: start;">Search by skin tone</div>
<div aria-level="3" data-test-id="group-boards-heading" role="heading" class="ADXRXN" style="font-size: 38px; font-weight: bold; text-align: start;">Collaborate with group boards</div>
<div aria-level="2" data-test-id="visual-search-heading" role="heading" class="ADXRXN" style="font-size: 38px; font-weight: bold; text-align: start;">Search visually with images</div>
<img alt="" class="iFOUS5 ALBw9Q" draggable="true" fetchpriority="auto" loading="auto" role="presentation" elementtiming="gestalt-image" src="https://i.pinimg.com/originals/07/18/2b/07182b0091c01cd3ff2d4cb80a16e344.jpg" style="object-fit: contain;">
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 style="margin:0">
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 aria-activedescendan...="" aria-autocomplete="list" aria-describedby="searchBoxAccessibleT..." aria-expanded="false" aria-label="Search" autocapitalize="off" autocomplete="off" autocorrect="off" data-gestalt-valid-h...="SearchField" data-test-id="search-box-input" id="search-input" ...>
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="ADXRXN">
Buttons must have discernible text15 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 class="G0yGFD ap8aAM Q3hcOU gwpqhu itmoZr GaMK1V PRly_u y0ni1V" tabindex="0" type="button"><div class="oxThCB"><div class="lIkAnG eMU5i5 o5UlW_ hL1e7w">Log in</div></div></button>
<button class="G0yGFD ap8aAM Q3hcOU j0pMjI itmoZr GaMK1V PRly_u y0ni1V" tabindex="0" type="button"><div class="oxThCB"><div class="WuRgKB eMU5i5 o5UlW_ hL1e7w">Sign up</div></div></button>
<button aria-label="Join Pinterest for free" class="G0yGFD ap8aAM Q3hcOU gwpqhu itmoZr GaMK1V PRly_u y0ni1V" data-test-id="join-pinterest-button-homepage-redesign-top-module" tabindex="0" type="button">
<button aria-label="I already have an account" class="G0yGFD ap8aAM Q3hcOU j0pMjI itmoZr GaMK1V PRly_u y0ni1V" data-test-id="login-button-homepage-redesign-top-module" tabindex="0" type="button">
<button aria-label="Scroll up" class="euRXRl" tabindex="0" type="button">
<button aria-label="Scroll down" class="euRXRl" tabindex="0" type="button">
<button aria-label="Scroll up" class="euRXRl" tabindex="0" type="button">
<button aria-label="Join Pinterest" class="G0yGFD ap8aAM Q3hcOU gwpqhu itmoZr GaMK1V PRly_u y0ni1V" data-test-id="join-pinterest-button-homepage-redesign-signup-flow" tabindex="0" type="button"><div class="oxThCB"><div class="lIkAnG eMU5i5 o5UlW_ hL1e7w">Join Pinterest</div></div></button>
<button aria-label="Scroll down" class="euRXRl" tabindex="0" type="button">
<button aria-label="Scroll up" class="euRXRl" tabindex="0" type="button">
Showing first 10 of 15 audited elements.
Deprecated ARIA roles must not be used10 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
<svg aria-label="Search icon" class="aTSQd5 hL9n03 ajeUF6" height="16" role="img" viewBox="0 0 24 24" width="16"><path d="M17.33 18.74a10 10 0 1 1 1.41-1.41l4.47 4.47-1.41 1.41zM11 3a8 8 0 1 0 0 16 8 8 0 0 0 0-16"></path></svg>
<input aria-activedescendan...="" aria-autocomplete="list" aria-describedby="searchBoxAccessibleT..." aria-expanded="false" aria-label="Search" autocapitalize="off" autocomplete="off" autocorrect="off" data-gestalt-valid-h...="SearchField" data-test-id="search-box-input" id="search-input" ...>
<div id="mweb-unauth-container" role="main" class="ADXRXN">
<div aria-disabled="false" class="Q3hcOU DodKMr udPABh itw4K9 g0I6wi" role="button" tabindex="0">
<img alt="" class="iFOUS5 ALBw9Q" draggable="true" fetchpriority="auto" loading="auto" role="presentation" elementtiming="gestalt-image" srcset="https://i1-e.pinimg...." src="https://i1-e.pinimg...." style="object-fit: cover;">
<div aria-level="2" role="heading" class="ADXRXN" style="font-size: 50px; font-weight: bold; text-align: center;">Bring your favorite ideas to life</div>
<div aria-level="3" data-test-id="search-by-skin-tone-heading" role="heading" class="ADXRXN" style="font-size: 38px; font-weight: bold; text-align: start;">Search by skin tone</div>
<div aria-level="3" data-test-id="group-boards-heading" role="heading" class="ADXRXN" style="font-size: 38px; font-weight: bold; text-align: start;">Collaborate with group boards</div>
<div aria-level="2" data-test-id="visual-search-heading" role="heading" class="ADXRXN" style="font-size: 38px; font-weight: bold; text-align: start;">Search visually with images</div>
<img alt="" class="iFOUS5 ALBw9Q" draggable="true" fetchpriority="auto" loading="auto" role="presentation" elementtiming="gestalt-image" src="https://i.pinimg.com/originals/07/18/2b/07182b0091c01cd3ff2d4cb80a16e344.jpg" style="object-fit: contain;">
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 class="en" lang="en">
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="ADXRXN">
Document should not have more than one contentinfo landmark1 element
Multiple contentinfo landmarks force screen reader users to sort through extra options to find footer information. Each page should have only one content info landmark to enable quick, predictable navigation without overwhelming users with duplicate structural markers.
Audit Elements
<footer data-test-id="unauth-homepage-redesign-footer" class="ADXRXN qQrCD0" style="width: 100%; z-index: 3;">
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
<div id="mweb-unauth-container" role="main" class="ADXRXN">
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 class="en" lang="en">
Elements marked as presentational should be consistently ignored2 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
<img alt="" class="iFOUS5 ALBw9Q" draggable="true" fetchpriority="auto" loading="auto" role="presentation" elementtiming="gestalt-image" srcset="https://i1-e.pinimg...." src="https://i1-e.pinimg...." style="object-fit: cover;">
<img alt="" class="iFOUS5 ALBw9Q" draggable="true" fetchpriority="auto" loading="auto" role="presentation" elementtiming="gestalt-image" src="https://i.pinimg.com/originals/07/18/2b/07182b0091c01cd3ff2d4cb80a16e344.jpg" style="object-fit: contain;">
Elements must meet minimum color contrast ratio thresholds37 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
<div class="WuRgKB eMU5i5 o5UlW_ hL1e7w">Explore</div>
<div class="WuRgKB eMU5i5 o5UlW_ hL1e7w">Shop</div>
<input aria-activedescendan...="" aria-autocomplete="list" aria-describedby="searchBoxAccessibleT..." aria-expanded="false" aria-label="Search" autocapitalize="off" autocomplete="off" autocorrect="off" data-gestalt-valid-h...="SearchField" data-test-id="search-box-input" id="search-input" ...>
<div class="WuRgKB eMU5i5 o5UlW_ hL1e7w">About</div>
<div class="WuRgKB eMU5i5 o5UlW_ hL1e7w">Businesses</div>
<div class="WuRgKB eMU5i5 o5UlW_ hL1e7w">Create</div>
<div class="WuRgKB eMU5i5 o5UlW_ hL1e7w">News</div>
<div class="lIkAnG eMU5i5 o5UlW_ hL1e7w">Log in</div>
<div class="WuRgKB eMU5i5 o5UlW_ hL1e7w">Sign up</div>
<div class="WuRgKB aMgNKE YfEt3H g0zfi1 diAD5n a8wXbS" title="Create the life you love on Pinterest" style="-webkit-line-clamp: 3;">Create the life you love on Pinterest</div>
Showing first 10 of 37 audited elements.
Elements must only use permitted ARIA attributes23 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
<nav aria-label="Main" class="ADXRXN BVzdUh Tjcf3c _xSIdT ecEhnF qJUqe1 sSBu24 zEVE_X" style="height: 80px; width: 100%;">
<a aria-label="Pinterest home" class="etmDmh i7jpet zlD4hU Q3hcOU g81vm9 hlFz_k itw4K9 g0I6wi udPABh be_g_n ap8aAM" href="/" rel="" tabindex="0" target="_self">
<svg aria-label="Search icon" class="aTSQd5 hL9n03 ajeUF6" height="16" role="img" viewBox="0 0 24 24" width="16"><path d="M17.33 18.74a10 10 0 1 1 1.41-1.41l4.47 4.47-1.41 1.41zM11 3a8 8 0 1 0 0 16 8 8 0 0 0 0-16"></path></svg>
<input aria-activedescendan...="" aria-autocomplete="list" aria-describedby="searchBoxAccessibleT..." aria-expanded="false" aria-label="Search" autocapitalize="off" autocomplete="off" autocorrect="off" data-gestalt-valid-h...="SearchField" data-test-id="search-box-input" id="search-input" ...>
<button aria-label="Join Pinterest for free" class="G0yGFD ap8aAM Q3hcOU gwpqhu itmoZr GaMK1V PRly_u y0ni1V" data-test-id="join-pinterest-button-homepage-redesign-top-module" tabindex="0" type="button">
<button aria-label="I already have an account" class="G0yGFD ap8aAM Q3hcOU j0pMjI itmoZr GaMK1V PRly_u y0ni1V" data-test-id="login-button-homepage-redesign-top-module" tabindex="0" type="button">
<div aria-disabled="false" class="Q3hcOU DodKMr udPABh itw4K9 g0I6wi" role="button" tabindex="0">
<button aria-label="Scroll up" class="euRXRl" tabindex="0" type="button">
<div aria-level="2" role="heading" class="ADXRXN" style="font-size: 50px; font-weight: bold; text-align: center;">Bring your favorite ideas to life</div>
<button aria-label="Scroll down" class="euRXRl" tabindex="0" type="button">
Showing first 10 of 23 audited elements.
Elements must only use supported ARIA attributes23 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
<nav aria-label="Main" class="ADXRXN BVzdUh Tjcf3c _xSIdT ecEhnF qJUqe1 sSBu24 zEVE_X" style="height: 80px; width: 100%;">
<a aria-label="Pinterest home" class="etmDmh i7jpet zlD4hU Q3hcOU g81vm9 hlFz_k itw4K9 g0I6wi udPABh be_g_n ap8aAM" href="/" rel="" tabindex="0" target="_self">
<svg aria-label="Search icon" class="aTSQd5 hL9n03 ajeUF6" height="16" role="img" viewBox="0 0 24 24" width="16"><path d="M17.33 18.74a10 10 0 1 1 1.41-1.41l4.47 4.47-1.41 1.41zM11 3a8 8 0 1 0 0 16 8 8 0 0 0 0-16"></path></svg>
<input aria-activedescendan...="" aria-autocomplete="list" aria-describedby="searchBoxAccessibleT..." aria-expanded="false" aria-label="Search" autocapitalize="off" autocomplete="off" autocorrect="off" data-gestalt-valid-h...="SearchField" data-test-id="search-box-input" id="search-input" ...>
<button aria-label="Join Pinterest for free" class="G0yGFD ap8aAM Q3hcOU gwpqhu itmoZr GaMK1V PRly_u y0ni1V" data-test-id="join-pinterest-button-homepage-redesign-top-module" tabindex="0" type="button">
<button aria-label="I already have an account" class="G0yGFD ap8aAM Q3hcOU j0pMjI itmoZr GaMK1V PRly_u y0ni1V" data-test-id="login-button-homepage-redesign-top-module" tabindex="0" type="button">
<div aria-disabled="false" class="Q3hcOU DodKMr udPABh itw4K9 g0I6wi" role="button" tabindex="0">
<button aria-label="Scroll up" class="euRXRl" tabindex="0" type="button">
<div aria-level="2" role="heading" class="ADXRXN" style="font-size: 50px; font-weight: bold; text-align: center;">Bring your favorite ideas to life</div>
<button aria-label="Scroll down" class="euRXRl" tabindex="0" type="button">
Showing first 10 of 23 audited elements.
Elements should not have tabindex greater than zero24 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
<a class="etmDmh i7jpet zlD4hU Q3hcOU DodKMr KQwCbH itw4K9 g0I6wi udPABh be_g_n ap8aAM" href="#" rel="" tabindex="0">
<a aria-label="Pinterest home" class="etmDmh i7jpet zlD4hU Q3hcOU g81vm9 hlFz_k itw4K9 g0I6wi udPABh be_g_n ap8aAM" href="/" rel="" tabindex="0" target="_self">
<a class="etmDmh i7jpet zlD4hU Q3hcOU RLsYhV G0yGFD ap8aAM iMxAxK VogH1o itmoZr bknC6k PRly_u y0ni1V" data-test-id="ideas-tab" href="/ideas" rel="" tabindex="0"><div class="WuRgKB eMU5i5 o5UlW_ hL1e7w">Explore</div></a>
<a class="etmDmh i7jpet zlD4hU Q3hcOU RLsYhV G0yGFD ap8aAM iMxAxK VogH1o itmoZr bknC6k PRly_u y0ni1V" data-test-id="shopping-tab" href="/shopping/" rel="" tabindex="0"><div class="WuRgKB eMU5i5 o5UlW_ hL1e7w">Shop</div></a>
<a class="etmDmh i7jpet zlD4hU Q3hcOU RLsYhV G0yGFD ap8aAM iMxAxK VogH1o itmoZr bknC6k PRly_u y0ni1V" href="/_/_/about/" rel="noopener noreferrer" tabindex="0" target="_blank">
<a class="etmDmh i7jpet zlD4hU..." href="/_/_/business/?utm_c..." rel="noopener noreferrer" tabindex="0" target="_blank">
<a class="etmDmh i7jpet zlD4hU Q3hcOU RLsYhV G0yGFD ap8aAM iMxAxK VogH1o itmoZr bknC6k PRly_u y0ni1V" href="/_/_/create/" rel="noopener noreferrer" tabindex="0" target="_blank">
<a class="etmDmh i7jpet zlD4hU..." href="/_/_/blog/?utm_sourc..." rel="noopener noreferrer" tabindex="0" target="_blank">
<button class="G0yGFD ap8aAM Q3hcOU gwpqhu itmoZr GaMK1V PRly_u y0ni1V" tabindex="0" type="button"><div class="oxThCB"><div class="lIkAnG eMU5i5 o5UlW_ hL1e7w">Log in</div></div></button>
<button class="G0yGFD ap8aAM Q3hcOU j0pMjI itmoZr GaMK1V PRly_u y0ni1V" tabindex="0" type="button"><div class="oxThCB"><div class="WuRgKB eMU5i5 o5UlW_ hL1e7w">Sign up</div></div></button>
Showing first 10 of 24 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 aria-activedescendan...="" aria-autocomplete="list" aria-describedby="searchBoxAccessibleT..." aria-expanded="false" aria-label="Search" autocapitalize="off" autocomplete="off" autocorrect="off" data-gestalt-valid-h...="SearchField" data-test-id="search-box-input" id="search-input" ...>
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 aria-activedescendan...="" aria-autocomplete="list" aria-describedby="searchBoxAccessibleT..." aria-expanded="false" aria-label="Search" autocapitalize="off" autocomplete="off" autocorrect="off" data-gestalt-valid-h...="SearchField" data-test-id="search-box-input" id="search-input" ...>
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 aria-activedescendan...="" aria-autocomplete="list" aria-describedby="searchBoxAccessibleT..." aria-expanded="false" aria-label="Search" autocapitalize="off" autocomplete="off" autocorrect="off" data-gestalt-valid-h...="SearchField" data-test-id="search-box-input" id="search-input" ...>
Heading levels should only increase by one5 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
<div aria-level="2" role="heading" class="ADXRXN" style="font-size: 50px; font-weight: bold; text-align: center;">Bring your favorite ideas to life</div>
<div aria-level="3" data-test-id="search-by-skin-tone-heading" role="heading" class="ADXRXN" style="font-size: 38px; font-weight: bold; text-align: start;">Search by skin tone</div>
<div aria-level="3" data-test-id="group-boards-heading" role="heading" class="ADXRXN" style="font-size: 38px; font-weight: bold; text-align: start;">Collaborate with group boards</div>
<div aria-level="2" data-test-id="visual-search-heading" role="heading" class="ADXRXN" style="font-size: 38px; font-weight: bold; text-align: start;">Search visually with images</div>
<h2 style="color: white; align-self: center; width: 100%; font-size: 70px; font-weight: 600;">Sign up to get your ideas</h2>
Headings should not be empty5 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
<div aria-level="2" role="heading" class="ADXRXN" style="font-size: 50px; font-weight: bold; text-align: center;">Bring your favorite ideas to life</div>
<div aria-level="3" data-test-id="search-by-skin-tone-heading" role="heading" class="ADXRXN" style="font-size: 38px; font-weight: bold; text-align: start;">Search by skin tone</div>
<div aria-level="3" data-test-id="group-boards-heading" role="heading" class="ADXRXN" style="font-size: 38px; font-weight: bold; text-align: start;">Collaborate with group boards</div>
<div aria-level="2" data-test-id="visual-search-heading" role="heading" class="ADXRXN" style="font-size: 38px; font-weight: bold; text-align: start;">Search visually with images</div>
<h2 style="color: white; align-self: center; width: 100%; font-size: 70px; font-weight: 600;">Sign up to get your ideas</h2>
IDs used in ARIA and labels must be unique1 element
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 id="searchBoxAccessibleText" class="ADXRXN YQuWhf">When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.</div>
Images must have alternative text5 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 alt="" class="iFOUS5 ALBw9Q" draggable="true" fetchpriority="auto" loading="auto" role="presentation" elementtiming="gestalt-image" srcset="https://i1-e.pinimg...." src="https://i1-e.pinimg...." style="object-fit: cover;">
<img alt="Search results for "..." class="iFOUS5 ALBw9Q" draggable="true" fetchpriority="auto" loading="auto" elementtiming="gestalt-image" srcset="https://i.pinimg.com..." src="https://i.pinimg.com..." style="object-fit: cover;">
<img alt="Group board titled "..." class="iFOUS5 ALBw9Q" draggable="true" fetchpriority="auto" loading="auto" elementtiming="gestalt-image" srcset="https://i.pinimg.com..." src="https://i.pinimg.com..." style="object-fit: cover;">
<img alt="Photo of a woman in ..." class="iFOUS5 ALBw9Q" draggable="true" fetchpriority="auto" loading="auto" elementtiming="gestalt-image" srcset="https://i.pinimg.com..." src="https://i.pinimg.com..." style="object-fit: cover;">
<img alt="" class="iFOUS5 ALBw9Q" draggable="true" fetchpriority="auto" loading="auto" role="presentation" elementtiming="gestalt-image" src="https://i.pinimg.com/originals/07/18/2b/07182b0091c01cd3ff2d4cb80a16e344.jpg" style="object-fit: contain;">
Inline text spacing must be adjustable with custom stylesheets109 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
<body style="margin:0">
<div data-test-id="unauth-header" class="ADXRXN bnBtRO mJ2PyB n62I2n" style="left: 0px; transition: left 200ms; z-index: 671;">
<nav aria-label="Main" class="ADXRXN BVzdUh Tjcf3c _xSIdT ecEhnF qJUqe1 sSBu24 zEVE_X" style="height: 80px; width: 100%;">
<div data-test-id="ideas-tab" class="ADXRXN C6J6UC g8WGSl" style="height: 48px; min-width: 60px;">
<div data-test-id="shopping-tab" class="ADXRXN C6J6UC g8WGSl" style="height: 48px; min-width: 60px;">
<div data-test-id="search-box-container" id="searchBoxContainer" class="ADXRXN BVzdUh TyRBan wl0pCr" style="margin-top: 0px; min-width: auto;">
<div class="ADXRXN Lo7aEl zEVE_X" style="background-color: var(--sema-color-background-secondary); height: 48px;">
<div class="ADXRXN gEQpi5 sSBu24 wl0pCr zEVE_X" style="padding: 0px 8px 0px 16px; height: 100%;">
<div class="ADXRXN C6J6UC MQHiAK" style="pointer-events: none;"><svg aria-label="Search icon" class="aTSQd5 hL9n03 ajeUF6" height="16" role="img" viewBox="0 0 24 24" width="16"><path d="M17.33 18.74a10 10 0 1 1 1.41-1.41l4.47 4.47-1.41 1.41zM11 3a8 8 0 1 0 0 16 8 8 0 0 0 0-16"></path></svg></div>
<div class="ADXRXN wl0pCr" style="height: 100%;">
Showing first 10 of 109 audited elements.
Interactive controls must not be nested20 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
<svg aria-label="Search icon" class="aTSQd5 hL9n03 ajeUF6" height="16" role="img" viewBox="0 0 24 24" width="16"><path d="M17.33 18.74a10 10 0 1 1 1.41-1.41l4.47 4.47-1.41 1.41zM11 3a8 8 0 1 0 0 16 8 8 0 0 0 0-16"></path></svg>
<button class="G0yGFD ap8aAM Q3hcOU gwpqhu itmoZr GaMK1V PRly_u y0ni1V" tabindex="0" type="button"><div class="oxThCB"><div class="lIkAnG eMU5i5 o5UlW_ hL1e7w">Log in</div></div></button>
<button class="G0yGFD ap8aAM Q3hcOU j0pMjI itmoZr GaMK1V PRly_u y0ni1V" tabindex="0" type="button"><div class="oxThCB"><div class="WuRgKB eMU5i5 o5UlW_ hL1e7w">Sign up</div></div></button>
<button aria-label="Join Pinterest for free" class="G0yGFD ap8aAM Q3hcOU gwpqhu itmoZr GaMK1V PRly_u y0ni1V" data-test-id="join-pinterest-button-homepage-redesign-top-module" tabindex="0" type="button">
<button aria-label="I already have an account" class="G0yGFD ap8aAM Q3hcOU j0pMjI itmoZr GaMK1V PRly_u y0ni1V" data-test-id="login-button-homepage-redesign-top-module" tabindex="0" type="button">
<div aria-disabled="false" class="Q3hcOU DodKMr udPABh itw4K9 g0I6wi" role="button" tabindex="0">
<button aria-label="Scroll up" class="euRXRl" tabindex="0" type="button">
<button aria-label="Scroll down" class="euRXRl" tabindex="0" type="button">
<button aria-label="Scroll up" class="euRXRl" tabindex="0" type="button">
<img alt="Search results for "..." class="iFOUS5 ALBw9Q" draggable="true" fetchpriority="auto" loading="auto" elementtiming="gestalt-image" srcset="https://i.pinimg.com..." src="https://i.pinimg.com..." style="object-fit: cover;">
Showing first 10 of 20 audited elements.
Landmarks should have a unique role or role/label/title (i.e. accessible name) combination3 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="ADXRXN">
<nav aria-label="Main" class="ADXRXN BVzdUh Tjcf3c _xSIdT ecEhnF qJUqe1 sSBu24 zEVE_X" style="height: 80px; width: 100%;">
<div id="mweb-unauth-container" role="main" class="ADXRXN">
Links must have discernible text20 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 class="etmDmh i7jpet zlD4hU Q3hcOU DodKMr KQwCbH itw4K9 g0I6wi udPABh be_g_n ap8aAM" href="#" rel="" tabindex="0">
<a aria-label="Pinterest home" class="etmDmh i7jpet zlD4hU Q3hcOU g81vm9 hlFz_k itw4K9 g0I6wi udPABh be_g_n ap8aAM" href="/" rel="" tabindex="0" target="_self">
<a class="etmDmh i7jpet zlD4hU Q3hcOU RLsYhV G0yGFD ap8aAM iMxAxK VogH1o itmoZr bknC6k PRly_u y0ni1V" data-test-id="ideas-tab" href="/ideas" rel="" tabindex="0"><div class="WuRgKB eMU5i5 o5UlW_ hL1e7w">Explore</div></a>
<a class="etmDmh i7jpet zlD4hU Q3hcOU RLsYhV G0yGFD ap8aAM iMxAxK VogH1o itmoZr bknC6k PRly_u y0ni1V" data-test-id="shopping-tab" href="/shopping/" rel="" tabindex="0"><div class="WuRgKB eMU5i5 o5UlW_ hL1e7w">Shop</div></a>
<a class="etmDmh i7jpet zlD4hU Q3hcOU RLsYhV G0yGFD ap8aAM iMxAxK VogH1o itmoZr bknC6k PRly_u y0ni1V" href="/_/_/about/" rel="noopener noreferrer" tabindex="0" target="_blank">
<a class="etmDmh i7jpet zlD4hU..." href="/_/_/business/?utm_c..." rel="noopener noreferrer" tabindex="0" target="_blank">
<a class="etmDmh i7jpet zlD4hU Q3hcOU RLsYhV G0yGFD ap8aAM iMxAxK VogH1o itmoZr bknC6k PRly_u y0ni1V" href="/_/_/create/" rel="noopener noreferrer" tabindex="0" target="_blank">
<a class="etmDmh i7jpet zlD4hU..." href="/_/_/blog/?utm_sourc..." rel="noopener noreferrer" tabindex="0" target="_blank">
<a aria-label="Pinterest home" class="etmDmh i7jpet DodKMr KQwCbH Q3hcOU y1OnKm zlD4hU Acabuv" href="/" rel="" target="_self">
<a class="etmDmh i7jpet DodKMr qcZPyA Q3hcOU AMxolZ zlD4hU eTLu1g Acabuv" data-test-id="footer-ios" href="https://itunes.apple.com/us/app/pinterest/id429047995" rel="noopener noreferrer" target="_blank">iOS</a>
Showing first 10 of 20 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
<div id="mweb-unauth-container" role="main" class="ADXRXN">
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 class="en" lang="en">
Required ARIA attributes must be provided10 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
<svg aria-label="Search icon" class="aTSQd5 hL9n03 ajeUF6" height="16" role="img" viewBox="0 0 24 24" width="16"><path d="M17.33 18.74a10 10 0 1 1 1.41-1.41l4.47 4.47-1.41 1.41zM11 3a8 8 0 1 0 0 16 8 8 0 0 0 0-16"></path></svg>
<input aria-activedescendan...="" aria-autocomplete="list" aria-describedby="searchBoxAccessibleT..." aria-expanded="false" aria-label="Search" autocapitalize="off" autocomplete="off" autocorrect="off" data-gestalt-valid-h...="SearchField" data-test-id="search-box-input" id="search-input" ...>
<div id="mweb-unauth-container" role="main" class="ADXRXN">
<div aria-disabled="false" class="Q3hcOU DodKMr udPABh itw4K9 g0I6wi" role="button" tabindex="0">
<img alt="" class="iFOUS5 ALBw9Q" draggable="true" fetchpriority="auto" loading="auto" role="presentation" elementtiming="gestalt-image" srcset="https://i1-e.pinimg...." src="https://i1-e.pinimg...." style="object-fit: cover;">
<div aria-level="2" role="heading" class="ADXRXN" style="font-size: 50px; font-weight: bold; text-align: center;">Bring your favorite ideas to life</div>
<div aria-level="3" data-test-id="search-by-skin-tone-heading" role="heading" class="ADXRXN" style="font-size: 38px; font-weight: bold; text-align: start;">Search by skin tone</div>
<div aria-level="3" data-test-id="group-boards-heading" role="heading" class="ADXRXN" style="font-size: 38px; font-weight: bold; text-align: start;">Collaborate with group boards</div>
<div aria-level="2" data-test-id="visual-search-heading" role="heading" class="ADXRXN" style="font-size: 38px; font-weight: bold; text-align: start;">Search visually with images</div>
<img alt="" class="iFOUS5 ALBw9Q" draggable="true" fetchpriority="auto" loading="auto" role="presentation" elementtiming="gestalt-image" src="https://i.pinimg.com/originals/07/18/2b/07182b0091c01cd3ff2d4cb80a16e344.jpg" style="object-fit: contain;">
Scrollable region must have keyboard access1 element
Scrollable regions must contain focusable elements or be focusable themselves to enable keyboard navigation. Without keyboard access, users cannot scroll to view content that extends beyond the visible area, making that content completely inaccessible to keyboard-only users.
Audit Elements
<body style="margin:0">
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 content="width=device-width, initial-scale=1" id="viewport" name="viewport">
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 content="width=device-width, initial-scale=1" id="viewport" name="viewport">