Instagraminstagram.com
Accessibility Score
Issues Found
Issues Found
ModerateDocument 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.
Failing Elements
<html class="_9dls _ar44 js-focus-visible" lang="en" dir="ltr" data-js-focus-visible="">
Fix all of the following:
- Document does not have a main 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="_9dls _ar44 js-focus-visible" lang="en" dir="ltr" data-js-focus-visible="">
Fix all of the following:
- Page must have a level-one heading
ModerateAll page content should be contained by landmarks6 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
<div class="x9f619 x1n2onr6 x1ja2u2z x78zum5 xdt5ytf x193iq5w xeuugli x1r8uery x1iyjqo2 xs83m0k x1is6hmk x18mw1md xvr7zsw x1u2x60b xsjzec5">
Fix any of the following:
- Some page content is not contained by landmarks
<div class="x9f619 x1n2onr6 x1ja2u2z x78zum5 xdt5ytf x2lah0s x193iq5w x1cy8zhl x1xmf6yo x1e56ztr xzboxd6 x14l7nz5">
Fix any of the following:
- Some page content is not contained by landmarks
<div class="xjhjgkd x11lwdb5 xfx...">
Fix any of the following:
- Some page content is not contained by landmarks
<div class="xjhjgkd x11lwdb5 xfx...">
Fix any of the following:
- Some page content is not contained by landmarks
<div class="x9f619 x1n2onr6 x1ja2u2z x78zum5 xdt5ytf x2lah0s x193iq5w x6s0dn4 x1k70j0n xzueoph xzboxd6 x14l7nz5">
Fix any of the following:
- Some page content is not contained by landmarks
<div class="x9f619 x1n2onr6 x1ja2u2z x78zum5 xdt5ytf x2lah0s x193iq5w x6s0dn4 xexx8yu x1k70j0n xzueoph xzboxd6 x14l7nz5">
Fix any of the following:
- Some page content is not contained by landmarks
MinorUsers 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.
Failing Elements
<meta id="viewport" name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=2, viewport-fit=cover">
Fix any of the following:
- <meta> tag limits zooming on mobile devices
Passed Audits
[role="img"] elements must have alternative text1 element
Screen readers cannot convert visual images with role="img" into text without an accessible alternative. All users with visual disabilities, from complete blindness to low vision and color blindness, require text alternatives to access the information that images convey.
Audit Elements
<i data-visualcompletio...="css-img" aria-label="Instagram" class="x15mokao x1ga7v0g x1..." role="img" style="background-image:url...">
<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="_9dls _ar44 js-focus-visible" lang="en" dir="ltr" data-js-focus-visible="">
<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="_9dls _ar44 js-focus-visible" lang="en" dir="ltr" data-js-focus-visible="">
<svg> elements with an img role must have alternative text2 elements
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="Meta logo" class="x1kpxq89 x1247r65" role="img" viewBox="0 0 500 100">
<svg aria-label="Down chevron icon" class="x1lliihq x1n2onr6 x1roi4f4" fill="currentColor" height="12" role="img" viewBox="0 0 24 24" width="12">
All page content should be contained by landmarks236 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 id="mount_0_0_dU" style="">
<div>
<div class="">
<div class="x9f619 x1n2onr6 x1ja2u2z">
<div class="x78zum5 xdt5ytf x1n2onr6 x1ja2u2z">
<div class="x78zum5 xdt5ytf x1n2onr6 xat3117 xxzkxad">
<div class="x78zum5 xdt5ytf x1t2pt76 x1n2onr6 x1ja2u2z x10cihs4">
<div>
<div></div>
<div style="--accent:#111112;--a..." class="x9f619 x1n2onr6 x1ja...">
Showing first 10 of 236 audited elements.
Alternative text of images should not be repeated as text1 element
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 class="x15mokao x1ga7v0g x16uus16 xbiv7yw x3j1f2j xqb9ast x1htk8sl x19kjcj4 x1bcv9lm x14v7lna xtuz4j8" alt="" referrerpolicy="origin-when-cross-origin" src="https://static.cdninstagram.com/rsrc.php/yR/r/92ZsVHNkyvf.webp">
ARIA attributes must be used as specified for the element's role8 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
<i data-visualcompletio...="css-img" aria-label="Instagram" class="x15mokao x1ga7v0g x1..." role="img" style="background-image:url...">
<input class="x1i10hfl xggy1nq xtp..." dir="ltr" autocomplete="username webauthn" aria-invalid="false" id="_R_c9d9lplkldcpbn6b5..." placeholder="Mobile number, usern..." type="text" name="email" value="">
<input class="x1i10hfl xggy1nq xtp..." dir="ltr" aria-invalid="false" id="_R_cdd9lplkldcpbn6b5..." placeholder="Password" type="password" name="pass" value="">
<div aria-label="Log In" class="x1i10hfl xjbqb8w x1e..." role="button" tabindex="0">
<a aria-label="Create new account" class="x1i10hfl xjbqb8w x1e..." href="/accounts/emailsignu..." role="link" tabindex="0">
<svg aria-label="Meta logo" class="x1kpxq89 x1247r65" role="img" viewBox="0 0 500 100">
<svg aria-label="Down chevron icon" class="x1lliihq x1n2onr6 x1roi4f4" fill="currentColor" height="12" role="img" viewBox="0 0 24 24" width="12">
<select aria-label="Switch Display Language" class="x1ypdohk x5yr21d x1o0tod xg01cxk x10l6tqk x13vifvy xh8yej3">
ARIA attributes must conform to valid names8 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
<i data-visualcompletio...="css-img" aria-label="Instagram" class="x15mokao x1ga7v0g x1..." role="img" style="background-image:url...">
<input class="x1i10hfl xggy1nq xtp..." dir="ltr" autocomplete="username webauthn" aria-invalid="false" id="_R_c9d9lplkldcpbn6b5..." placeholder="Mobile number, usern..." type="text" name="email" value="">
<input class="x1i10hfl xggy1nq xtp..." dir="ltr" aria-invalid="false" id="_R_cdd9lplkldcpbn6b5..." placeholder="Password" type="password" name="pass" value="">
<div aria-label="Log In" class="x1i10hfl xjbqb8w x1e..." role="button" tabindex="0">
<a aria-label="Create new account" class="x1i10hfl xjbqb8w x1e..." href="/accounts/emailsignu..." role="link" tabindex="0">
<svg aria-label="Meta logo" class="x1kpxq89 x1247r65" role="img" viewBox="0 0 500 100">
<svg aria-label="Down chevron icon" class="x1lliihq x1n2onr6 x1roi4f4" fill="currentColor" height="12" role="img" viewBox="0 0 24 24" width="12">
<select aria-label="Switch Display Language" class="x1ypdohk x5yr21d x1o0tod xg01cxk x10l6tqk x13vifvy xh8yej3">
ARIA attributes must conform to valid values8 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
<i data-visualcompletio...="css-img" aria-label="Instagram" class="x15mokao x1ga7v0g x1..." role="img" style="background-image:url...">
<input class="x1i10hfl xggy1nq xtp..." dir="ltr" autocomplete="username webauthn" aria-invalid="false" id="_R_c9d9lplkldcpbn6b5..." placeholder="Mobile number, usern..." type="text" name="email" value="">
<input class="x1i10hfl xggy1nq xtp..." dir="ltr" aria-invalid="false" id="_R_cdd9lplkldcpbn6b5..." placeholder="Password" type="password" name="pass" value="">
<div aria-label="Log In" class="x1i10hfl xjbqb8w x1e..." role="button" tabindex="0">
<a aria-label="Create new account" class="x1i10hfl xjbqb8w x1e..." href="/accounts/emailsignu..." role="link" tabindex="0">
<svg aria-label="Meta logo" class="x1kpxq89 x1247r65" role="img" viewBox="0 0 500 100">
<svg aria-label="Down chevron icon" class="x1lliihq x1n2onr6 x1roi4f4" fill="currentColor" height="12" role="img" viewBox="0 0 24 24" width="12">
<select aria-label="Switch Display Language" class="x1ypdohk x5yr21d x1o0tod xg01cxk x10l6tqk x13vifvy xh8yej3">
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 aria-label="Log In" class="x1i10hfl xjbqb8w x1e..." role="button" tabindex="0">
<div class="x1i10hfl xjbqb8w x1e..." role="button" tabindex="0">
ARIA role should be appropriate for the element28 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
<i data-visualcompletio...="css-img" aria-label="Instagram" class="x15mokao x1ga7v0g x1..." role="img" style="background-image:url...">
<svg aria-label="Loading..." class="x1c74tu6 xa4qsjk x1kfoseq x1a2a7pz x1bndym7 x1u6ievf x1wnkzza x5r0ow9" height="24" role="status" tabindex="0" viewBox="0 0 24 24" width="24">
<div aria-label="Log In" class="x1i10hfl xjbqb8w x1e..." role="button" tabindex="0">
<div role="none" class="x1ja2u2z x78zum5 x2lah0s x1n2onr6 xl56j7k x6s0dn4 xozqiw3 x1q0g3np x972fbf x10w94by x1qhh985 x14e42zd x9f619 xtvsq51 xqbgfmv xbe3n85 x7a1id4 x1d9i5bo x1xila8y x1bumbmr xc8cyl1">
<div role="none" class="x9f619 x1n2onr6 x1ja2u2z x193iq5w xeuugli x6s0dn4 x78zum5 x2lah0s x10ksdce x16k4gxc">
<div class="x1ey2m1c xtijo5x x1o0tod xg01cxk x47corl x10l6tqk x13vifvy x1ebt8du x19991ni x1dhq9h x1fmog5m xu25z0z x140muxe xo1y3bh" role="none" data-visualcompletion="ignore"></div>
<a class="x1i10hfl xjbqb8w x1e..." href="/accounts/password/r..." role="link" tabindex="0">
<div role="none" class="x1ja2u2z x78zum5 x2lah0s x1n2onr6 xl56j7k x6s0dn4 xozqiw3 x1q0g3np x972fbf x10w94by x1qhh985 x14e42zd x9f619 xjbqb8w xqbgfmv xbe3n85 x7a1id4 x1d9i5bo x1xila8y x1bumbmr xc8cyl1">
<div role="none" class="x9f619 x1n2onr6 x1ja2u2z x193iq5w xeuugli x6s0dn4 x78zum5 x2lah0s x10ksdce x16k4gxc">
<div class="x1ey2m1c xtijo5x x1o0tod xg01cxk x47corl x10l6tqk x13vifvy x1ebt8du x19991ni x1dhq9h x1fmog5m xu25z0z x140muxe xo1y3bh" role="none" data-visualcompletion="ignore"></div>
Showing first 10 of 28 audited elements.
ARIA roles used must conform to valid values27 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
<i data-visualcompletio...="css-img" aria-label="Instagram" class="x15mokao x1ga7v0g x1..." role="img" style="background-image:url...">
<div aria-label="Log In" class="x1i10hfl xjbqb8w x1e..." role="button" tabindex="0">
<div role="none" class="x1ja2u2z x78zum5 x2lah0s x1n2onr6 xl56j7k x6s0dn4 xozqiw3 x1q0g3np x972fbf x10w94by x1qhh985 x14e42zd x9f619 xtvsq51 xqbgfmv xbe3n85 x7a1id4 x1d9i5bo x1xila8y x1bumbmr xc8cyl1">
<div role="none" class="x9f619 x1n2onr6 x1ja2u2z x193iq5w xeuugli x6s0dn4 x78zum5 x2lah0s x10ksdce x16k4gxc">
<div class="x1ey2m1c xtijo5x x1o0tod xg01cxk x47corl x10l6tqk x13vifvy x1ebt8du x19991ni x1dhq9h x1fmog5m xu25z0z x140muxe xo1y3bh" role="none" data-visualcompletion="ignore"></div>
<a class="x1i10hfl xjbqb8w x1e..." href="/accounts/password/r..." role="link" tabindex="0">
<div role="none" class="x1ja2u2z x78zum5 x2lah0s x1n2onr6 xl56j7k x6s0dn4 xozqiw3 x1q0g3np x972fbf x10w94by x1qhh985 x14e42zd x9f619 xjbqb8w xqbgfmv xbe3n85 x7a1id4 x1d9i5bo x1xila8y x1bumbmr xc8cyl1">
<div role="none" class="x9f619 x1n2onr6 x1ja2u2z x193iq5w xeuugli x6s0dn4 x78zum5 x2lah0s x10ksdce x16k4gxc">
<div class="x1ey2m1c xtijo5x x1o0tod xg01cxk x47corl x10l6tqk x13vifvy x1ebt8du x19991ni x1dhq9h x1fmog5m xu25z0z x140muxe xo1y3bh" role="none" data-visualcompletion="ignore"></div>
<div class="x1i10hfl xjbqb8w x1e..." role="button" tabindex="0">
Showing first 10 of 27 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 class="_ar45 system-fonts--body">
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 class="x1i10hfl xggy1nq xtp..." dir="ltr" autocomplete="username webauthn" aria-invalid="false" id="_R_c9d9lplkldcpbn6b5..." placeholder="Mobile number, usern..." type="text" name="email" value="">
Contentinfo 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.
Audit Elements
<footer class="x1qjc9v5 x9f619 x78zum5 xdt5ytf x2lah0s xk390pu xdj266r x14z9mp xat24cr x1lziwak x1h3rv7z xexx8yu x18d9i69 x1n2onr6 x11njtxf xv54qhq xf7dkkf xvbhtw8" role="contentinfo">
Deprecated ARIA roles must not be used27 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
<i data-visualcompletio...="css-img" aria-label="Instagram" class="x15mokao x1ga7v0g x1..." role="img" style="background-image:url...">
<div aria-label="Log In" class="x1i10hfl xjbqb8w x1e..." role="button" tabindex="0">
<div role="none" class="x1ja2u2z x78zum5 x2lah0s x1n2onr6 xl56j7k x6s0dn4 xozqiw3 x1q0g3np x972fbf x10w94by x1qhh985 x14e42zd x9f619 xtvsq51 xqbgfmv xbe3n85 x7a1id4 x1d9i5bo x1xila8y x1bumbmr xc8cyl1">
<div role="none" class="x9f619 x1n2onr6 x1ja2u2z x193iq5w xeuugli x6s0dn4 x78zum5 x2lah0s x10ksdce x16k4gxc">
<div class="x1ey2m1c xtijo5x x1o0tod xg01cxk x47corl x10l6tqk x13vifvy x1ebt8du x19991ni x1dhq9h x1fmog5m xu25z0z x140muxe xo1y3bh" role="none" data-visualcompletion="ignore"></div>
<a class="x1i10hfl xjbqb8w x1e..." href="/accounts/password/r..." role="link" tabindex="0">
<div role="none" class="x1ja2u2z x78zum5 x2lah0s x1n2onr6 xl56j7k x6s0dn4 xozqiw3 x1q0g3np x972fbf x10w94by x1qhh985 x14e42zd x9f619 xjbqb8w xqbgfmv xbe3n85 x7a1id4 x1d9i5bo x1xila8y x1bumbmr xc8cyl1">
<div role="none" class="x9f619 x1n2onr6 x1ja2u2z x193iq5w xeuugli x6s0dn4 x78zum5 x2lah0s x10ksdce x16k4gxc">
<div class="x1ey2m1c xtijo5x x1o0tod xg01cxk x47corl x10l6tqk x13vifvy x1ebt8du x19991ni x1dhq9h x1fmog5m xu25z0z x140muxe xo1y3bh" role="none" data-visualcompletion="ignore"></div>
<div class="x1i10hfl xjbqb8w x1e..." role="button" tabindex="0">
Showing first 10 of 27 audited elements.
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 class="x1qjc9v5 x9f619 x78zum5 xdt5ytf x2lah0s xk390pu xdj266r x14z9mp xat24cr x1lziwak x1h3rv7z xexx8yu x18d9i69 x1n2onr6 x11njtxf xv54qhq xf7dkkf xvbhtw8" role="contentinfo">
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="_9dls _ar44 js-focus-visible" lang="en" dir="ltr" data-js-focus-visible="">
Elements marked as presentational should be consistently ignored1 element
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 class="x15mokao x1ga7v0g x16uus16 xbiv7yw x3j1f2j xqb9ast x1htk8sl x19kjcj4 x1bcv9lm x14v7lna xtuz4j8" alt="" referrerpolicy="origin-when-cross-origin" src="https://static.cdninstagram.com/rsrc.php/yR/r/92ZsVHNkyvf.webp">
Elements must meet minimum color contrast ratio thresholds26 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="x1lliihq x1plvlek xryxfnj x1n2onr6 xyejjpt x15dsfln x193iq5w xeuugli x1fj9vlw x13faqbe x1vvkbs x1s928wv xhkezso x1gmr53x x1cpjm7i x1fgarty x1943h6x xx5wybl xuklvn5 xo1l8bm x1gcj1mh xzsf02u x2b8uid x1rov3wm x1y9wsrc" ...>
<span class="x1lliihq x1plvlek xr..." style="--x---base-line-clam...">
<input class="x1i10hfl xggy1nq xtp..." dir="ltr" autocomplete="username webauthn" aria-invalid="false" id="_R_c9d9lplkldcpbn6b5..." placeholder="Mobile number, usern..." type="text" name="email" value="">
<input class="x1i10hfl xggy1nq xtp..." dir="ltr" aria-invalid="false" id="_R_cdd9lplkldcpbn6b5..." placeholder="Password" type="password" name="pass" value="">
<span class="x1lliihq x193iq5w x6ikm8r x10wlt62 xlyipyv xuxw1ft">Log in</span>
<span class="x1lliihq x193iq5w x6ikm8r x10wlt62 xlyipyv xuxw1ft">Forgot password?</span>
<span class="x1lliihq x193iq5w x6ikm8r x10wlt62 xlyipyv xuxw1ft">Log in with Facebook</span>
<span class="x1lliihq x193iq5w x6ikm8r x10wlt62 xlyipyv xuxw1ft">Create new account</span>
<span class="x1lliihq x1plvlek xryxfnj x1n2onr6 xyejjpt x15dsfln x193iq5w xeuugli x1fj9vlw x13faqbe x1vvkbs x1s928wv xhkezso x1gmr53x x1cpjm7i x1fgarty x1943h6x x1i0vuye x1fhwpqd xo1l8bm x1roi4f4 x1s3etm8 x676frb" style="--x---base-line-clamp-line-height:16px;--x-lineHeight:16px" dir="auto">
<span class="x1lliihq x1plvlek xryxfnj x1n2onr6 xyejjpt x15dsfln x193iq5w xeuugli x1fj9vlw x13faqbe x1vvkbs x1s928wv xhkezso x1gmr53x x1cpjm7i x1fgarty x1943h6x x1i0vuye x1fhwpqd xo1l8bm x1roi4f4 x1s3etm8 x676frb" style="--x---base-line-clamp-line-height:16px;--x-lineHeight:16px" dir="auto">
Showing first 10 of 26 audited elements.
Elements must only use permitted ARIA attributes8 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
<i data-visualcompletio...="css-img" aria-label="Instagram" class="x15mokao x1ga7v0g x1..." role="img" style="background-image:url...">
<input class="x1i10hfl xggy1nq xtp..." dir="ltr" autocomplete="username webauthn" aria-invalid="false" id="_R_c9d9lplkldcpbn6b5..." placeholder="Mobile number, usern..." type="text" name="email" value="">
<input class="x1i10hfl xggy1nq xtp..." dir="ltr" aria-invalid="false" id="_R_cdd9lplkldcpbn6b5..." placeholder="Password" type="password" name="pass" value="">
<div aria-label="Log In" class="x1i10hfl xjbqb8w x1e..." role="button" tabindex="0">
<a aria-label="Create new account" class="x1i10hfl xjbqb8w x1e..." href="/accounts/emailsignu..." role="link" tabindex="0">
<svg aria-label="Meta logo" class="x1kpxq89 x1247r65" role="img" viewBox="0 0 500 100">
<svg aria-label="Down chevron icon" class="x1lliihq x1n2onr6 x1roi4f4" fill="currentColor" height="12" role="img" viewBox="0 0 24 24" width="12">
<select aria-label="Switch Display Language" class="x1ypdohk x5yr21d x1o0tod xg01cxk x10l6tqk x13vifvy xh8yej3">
Elements must only use supported ARIA attributes8 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
<i data-visualcompletio...="css-img" aria-label="Instagram" class="x15mokao x1ga7v0g x1..." role="img" style="background-image:url...">
<input class="x1i10hfl xggy1nq xtp..." dir="ltr" autocomplete="username webauthn" aria-invalid="false" id="_R_c9d9lplkldcpbn6b5..." placeholder="Mobile number, usern..." type="text" name="email" value="">
<input class="x1i10hfl xggy1nq xtp..." dir="ltr" aria-invalid="false" id="_R_cdd9lplkldcpbn6b5..." placeholder="Password" type="password" name="pass" value="">
<div aria-label="Log In" class="x1i10hfl xjbqb8w x1e..." role="button" tabindex="0">
<a aria-label="Create new account" class="x1i10hfl xjbqb8w x1e..." href="/accounts/emailsignu..." role="link" tabindex="0">
<svg aria-label="Meta logo" class="x1kpxq89 x1247r65" role="img" viewBox="0 0 500 100">
<svg aria-label="Down chevron icon" class="x1lliihq x1n2onr6 x1roi4f4" fill="currentColor" height="12" role="img" viewBox="0 0 24 24" width="12">
<select aria-label="Switch Display Language" class="x1ypdohk x5yr21d x1o0tod xg01cxk x10l6tqk x13vifvy xh8yej3">
Elements should not have tabindex greater than zero10 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 aria-label="Log In" class="x1i10hfl xjbqb8w x1e..." role="button" tabindex="0">
<a class="x1i10hfl xjbqb8w x1e..." href="/accounts/password/r..." role="link" tabindex="0">
<div class="x1i10hfl xjbqb8w x1e..." role="button" tabindex="0">
<a aria-label="Create new account" class="x1i10hfl xjbqb8w x1e..." href="/accounts/emailsignu..." role="link" tabindex="0">
<a class="x1i10hfl xjbqb8w x1e..." href="/legal/privacy/" role="link" tabindex="0">
<a class="x1i10hfl xjbqb8w x1e..." href="/legal/terms/" role="link" tabindex="0">
<a class="x1i10hfl xjbqb8w x1e..." href="/explore/locations/" role="link" tabindex="0">
<a class="x1i10hfl xjbqb8w x1e..." href="/popular/" role="link" tabindex="0">
<a class="x1i10hfl xjbqb8w x1e..." href="/web/lite/" role="link" tabindex="0">
<a class="x1i10hfl xjbqb8w x1e..." href="/accounts/meta_verif..." role="link" tabindex="0">
Form elements must have labels2 elements
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 class="x1i10hfl xggy1nq xtp..." dir="ltr" autocomplete="username webauthn" aria-invalid="false" id="_R_c9d9lplkldcpbn6b5..." placeholder="Mobile number, usern..." type="text" name="email" value="">
<input class="x1i10hfl xggy1nq xtp..." dir="ltr" aria-invalid="false" id="_R_cdd9lplkldcpbn6b5..." placeholder="Password" type="password" name="pass" value="">
Form elements should have a visible label3 elements
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 class="x1i10hfl xggy1nq xtp..." dir="ltr" autocomplete="username webauthn" aria-invalid="false" id="_R_c9d9lplkldcpbn6b5..." placeholder="Mobile number, usern..." type="text" name="email" value="">
<input class="x1i10hfl xggy1nq xtp..." dir="ltr" aria-invalid="false" id="_R_cdd9lplkldcpbn6b5..." placeholder="Password" type="password" name="pass" value="">
<select aria-label="Switch Display Language" class="x1ypdohk x5yr21d x1o0tod xg01cxk x10l6tqk x13vifvy xh8yej3">
Form field must not have multiple label elements3 elements
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 class="x1i10hfl xggy1nq xtp..." dir="ltr" autocomplete="username webauthn" aria-invalid="false" id="_R_c9d9lplkldcpbn6b5..." placeholder="Mobile number, usern..." type="text" name="email" value="">
<input class="x1i10hfl xggy1nq xtp..." dir="ltr" aria-invalid="false" id="_R_cdd9lplkldcpbn6b5..." placeholder="Password" type="password" name="pass" value="">
<select aria-label="Switch Display Language" class="x1ypdohk x5yr21d x1o0tod xg01cxk x10l6tqk x13vifvy xh8yej3">
IDs used in ARIA and labels must be unique3 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
<input class="x1i10hfl xggy1nq xtp..." dir="ltr" autocomplete="username webauthn" aria-invalid="false" id="_R_c9d9lplkldcpbn6b5..." placeholder="Mobile number, usern..." type="text" name="email" value="">
<input class="x1i10hfl xggy1nq xtp..." dir="ltr" aria-invalid="false" id="_R_cdd9lplkldcpbn6b5..." placeholder="Password" type="password" name="pass" value="">
<input hidden="" id="caa_button_no_script__R_4hd9lplkldcpbn6b5ipam_" type="checkbox">
Images must have alternative text1 element
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 class="x15mokao x1ga7v0g x16uus16 xbiv7yw x3j1f2j xqb9ast x1htk8sl x19kjcj4 x1bcv9lm x14v7lna xtuz4j8" alt="" referrerpolicy="origin-when-cross-origin" src="https://static.cdninstagram.com/rsrc.php/yR/r/92ZsVHNkyvf.webp">
Inline text spacing must be adjustable with custom stylesheets28 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
<div id="mount_0_0_dU" style="">
<div style="--accent:#111112;--a..." class="x9f619 x1n2onr6 x1ja...">
<i data-visualcompletio...="css-img" aria-label="Instagram" class="x15mokao x1ga7v0g x1..." role="img" style="background-image:url...">
<span class="x1lliihq x1plvlek xryxfnj x1n2onr6 xyejjpt x15dsfln x193iq5w xeuugli x1fj9vlw x13faqbe x1vvkbs x1s928wv xhkezso x1gmr53x x1cpjm7i x1fgarty x1943h6x xx5wybl xuklvn5 xo1l8bm x1gcj1mh xzsf02u x2b8uid x1rov3wm x1y9wsrc" ...>
<span class="x1lliihq x1plvlek xr..." style="--x---base-line-clam...">
<label for="caa_button_no_script__R_4hd9lplkldcpbn6b5ipam_" style="display:block;width:100%">
<span class="x1lliihq x1plvlek xr..." style="--x---base-line-clam...">
<span class="x1lliihq x1plvlek xr..." style="--x---base-line-clam...">
<span class="x1lliihq x1plvlek xr..." style="--x---base-line-clam...">
<span class="x1lliihq x1plvlek xr..." style="--x---base-line-clam...">
Showing first 10 of 28 audited elements.
Interactive controls must not be nested59 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
<i data-visualcompletio...="css-img" aria-label="Instagram" class="x15mokao x1ga7v0g x1..." role="img" style="background-image:url...">
<div aria-label="Log In" class="x1i10hfl xjbqb8w x1e..." role="button" tabindex="0">
<div class="x1i10hfl xjbqb8w x1e..." role="button" tabindex="0">
<svg aria-label="Meta logo" class="x1kpxq89 x1247r65" role="img" viewBox="0 0 500 100">
<hr class="html-hr xexx8yu xyri2b x18d9i69 x1c1uobl x1ejq31n x18oe1m7 x1sy0etr xstzfhl x972fbf x10w94by x1qhh985 x14e42zd xdj266r x14z9mp xat24cr x1lziwak x14nfmen x9f619 xjm9jq1">
<svg aria-label="Down chevron icon" class="x1lliihq x1n2onr6 x1roi4f4" fill="currentColor" height="12" role="img" viewBox="0 0 24 24" width="12">
<option value="af">Afrikaans</option>
<option value="ar">العربية</option>
<option value="cs">Čeština</option>
<option value="da">Dansk</option>
Showing first 10 of 59 audited elements.
Landmarks should have a unique role or role/label/title (i.e. accessible name) combination1 element
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
<footer class="x1qjc9v5 x9f619 x78zum5 xdt5ytf x2lah0s xk390pu xdj266r x14z9mp xat24cr x1lziwak x1h3rv7z xexx8yu x18d9i69 x1n2onr6 x11njtxf xv54qhq xf7dkkf xvbhtw8" role="contentinfo">
Links must have discernible text17 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="x1i10hfl xjbqb8w x1e..." href="/accounts/password/r..." role="link" tabindex="0">
<a aria-label="Create new account" class="x1i10hfl xjbqb8w x1e..." href="/accounts/emailsignu..." role="link" tabindex="0">
<a class="x1fhwpqd xz5fbns x1hl2dhg xb5lr1p x6mezaz x1roi4f4" href="https://about.meta.com/" rel="nofollow noopener noreferrer" target="_blank">
<a class="x1fhwpqd xz5fbns x1hl2dhg xb5lr1p x6mezaz x1roi4f4" href="https://about.instagram.com/" rel="nofollow noopener noreferrer" target="_blank">
<a class="x1fhwpqd xz5fbns x1hl2dhg xb5lr1p x6mezaz x1roi4f4" href="https://about.instagram.com/blog/" rel="nofollow noopener noreferrer" target="_blank">
<a class="x1fhwpqd xz5fbns x1hl2dhg xb5lr1p x6mezaz x1roi4f4" href="https://about.instagram.com/about-us/careers" rel="nofollow noopener noreferrer" target="_blank">
<a class="x1fhwpqd xz5fbns x1hl2dhg xb5lr1p x6mezaz x1roi4f4" href="https://help.instagram.com/" rel="nofollow noopener noreferrer" target="_blank">
<a class="x1fhwpqd xz5fbns x1hl2dhg xb5lr1p x6mezaz x1roi4f4" href="https://developers.facebook.com/docs/instagram" rel="nofollow noopener noreferrer" target="_blank">
<a class="x1i10hfl xjbqb8w x1e..." href="/legal/privacy/" role="link" tabindex="0">
<a class="x1i10hfl xjbqb8w x1e..." href="/legal/terms/" role="link" tabindex="0">
Showing first 10 of 17 audited elements.
Required ARIA attributes must be provided27 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
<i data-visualcompletio...="css-img" aria-label="Instagram" class="x15mokao x1ga7v0g x1..." role="img" style="background-image:url...">
<div aria-label="Log In" class="x1i10hfl xjbqb8w x1e..." role="button" tabindex="0">
<div role="none" class="x1ja2u2z x78zum5 x2lah0s x1n2onr6 xl56j7k x6s0dn4 xozqiw3 x1q0g3np x972fbf x10w94by x1qhh985 x14e42zd x9f619 xtvsq51 xqbgfmv xbe3n85 x7a1id4 x1d9i5bo x1xila8y x1bumbmr xc8cyl1">
<div role="none" class="x9f619 x1n2onr6 x1ja2u2z x193iq5w xeuugli x6s0dn4 x78zum5 x2lah0s x10ksdce x16k4gxc">
<div class="x1ey2m1c xtijo5x x1o0tod xg01cxk x47corl x10l6tqk x13vifvy x1ebt8du x19991ni x1dhq9h x1fmog5m xu25z0z x140muxe xo1y3bh" role="none" data-visualcompletion="ignore"></div>
<a class="x1i10hfl xjbqb8w x1e..." href="/accounts/password/r..." role="link" tabindex="0">
<div role="none" class="x1ja2u2z x78zum5 x2lah0s x1n2onr6 xl56j7k x6s0dn4 xozqiw3 x1q0g3np x972fbf x10w94by x1qhh985 x14e42zd x9f619 xjbqb8w xqbgfmv xbe3n85 x7a1id4 x1d9i5bo x1xila8y x1bumbmr xc8cyl1">
<div role="none" class="x9f619 x1n2onr6 x1ja2u2z x193iq5w xeuugli x6s0dn4 x78zum5 x2lah0s x10ksdce x16k4gxc">
<div class="x1ey2m1c xtijo5x x1o0tod xg01cxk x47corl x10l6tqk x13vifvy x1ebt8du x19991ni x1dhq9h x1fmog5m xu25z0z x140muxe xo1y3bh" role="none" data-visualcompletion="ignore"></div>
<div class="x1i10hfl xjbqb8w x1e..." role="button" tabindex="0">
Showing first 10 of 27 audited elements.
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
<html class="_9dls _ar44 js-focus-visible" lang="en" dir="ltr" data-js-focus-visible="">
Select element must have an accessible name1 element
Screen reader users cannot understand what information a select element requires without a proper label. Labels are essential for identifying form fields even when the purpose seems visually obvious, ensuring all users can complete forms successfully.
Audit Elements
<select aria-label="Switch Display Language" class="x1ypdohk x5yr21d x1o0tod xg01cxk x10l6tqk x13vifvy xh8yej3">
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 id="viewport" name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=2, viewport-fit=cover">