Teslatesla.com
Accessibility Score
Issues Found
Issues Found
Serious<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.
Failing Elements
<html><head> <title>Access Denied</title> </head><body> <h1>Access Denied</h1> You don't have permission to access "http://www.tesla.com/" on this server.<p> Reference #18.4e0c3417.1777179942.21cb2e5c </p><p>https://errors.edgesuite.net/18.4e0c3417.1777179942.21cb2e5c</p> </body></html>
Fix any of the following:
- The <html> element does not have a lang attribute
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><head> <title>Access Denied</title> </head><body> <h1>Access Denied</h1> You don't have permission to access "http://www.tesla.com/" on this server.<p> Reference #18.4e0c3417.1777179942.21cb2e5c </p><p>https://errors.edgesuite.net/18.4e0c3417.1777179942.21cb2e5c</p> </body></html>
Fix all of the following:
- Document does not have a main landmark
ModerateAll page content should be contained by landmarks3 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
<h1>Access Denied</h1>
Fix any of the following:
- Some page content is not contained by landmarks
<p> Reference #18.4e0c3417.1777179942.21cb2e5c </p>
Fix any of the following:
- Some page content is not contained by landmarks
<p>https://errors.edgesuite.net/18.4e0c3417.1777179942.21cb2e5c</p>
Fix any of the following:
- Some page content is not contained by landmarks
Passed Audits
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> <h1>Access Denied</h1> You don't have permission to access "http://www.tesla.com/" on this server.<p> Reference #18.4e0c3417.1777179942.21cb2e5c </p><p>https://errors.edgesuite.net/18.4e0c3417.1777179942.21cb2e5c</p> </body>
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><head> <title>Access Denied</title> </head><body> <h1>Access Denied</h1> You don't have permission to access "http://www.tesla.com/" on this server.<p> Reference #18.4e0c3417.1777179942.21cb2e5c </p><p>https://errors.edgesuite.net/18.4e0c3417.1777179942.21cb2e5c</p> </body></html>
Elements must meet minimum color contrast ratio thresholds4 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
<body> <h1>Access Denied</h1> You don't have permission to access "http://www.tesla.com/" on this server.<p> Reference #18.4e0c3417.1777179942.21cb2e5c </p><p>https://errors.edgesuite.net/18.4e0c3417.1777179942.21cb2e5c</p> </body>
<h1>Access Denied</h1>
<p> Reference #18.4e0c3417.1777179942.21cb2e5c </p>
<p>https://errors.edgesuite.net/18.4e0c3417.1777179942.21cb2e5c</p>
Heading levels should only increase by one1 element
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>Access Denied</h1>
Headings should not be empty1 element
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>Access Denied</h1>
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><head> <title>Access Denied</title> </head><body> <h1>Access Denied</h1> You don't have permission to access "http://www.tesla.com/" on this server.<p> Reference #18.4e0c3417.1777179942.21cb2e5c </p><p>https://errors.edgesuite.net/18.4e0c3417.1777179942.21cb2e5c</p> </body></html>