Files
blackcanyontickets/reactrebuild0825/lighthouse-report.json
dzinesco aa81eb5adb feat: add advanced analytics and territory management system
- Add comprehensive analytics components with export functionality
- Implement territory management with manager performance tracking
- Add seatmap components for venue layout management
- Create customer management features with modal interface
- Add advanced hooks for dashboard flags and territory data
- Implement seat selection and venue management utilities
- Add type definitions for ticketing and seatmap systems

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-26 09:25:10 -06:00

2700 lines
118 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"lighthouseVersion": "12.8.1",
"requestedUrl": "http://localhost:5173/",
"mainDocumentUrl": "http://localhost:5173/",
"finalDisplayedUrl": "http://localhost:5173/login",
"finalUrl": "http://localhost:5173/",
"fetchTime": "2025-08-19T00:32:47.106Z",
"gatherMode": "navigation",
"runWarnings": [],
"userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.0.0 Safari/537.36",
"environment": {
"networkUserAgent": "Mozilla/5.0 (Linux; Android 11; moto g power (2022)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36",
"hostUserAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/138.0.0.0 Safari/537.36",
"benchmarkIndex": 1839,
"credits": {
"axe-core": "4.10.3"
}
},
"audits": {
"accesskeys": {
"id": "accesskeys",
"title": "`[accesskey]` values are unique",
"description": "Access keys let users quickly focus a part of the page. For proper navigation, each access key must be unique. [Learn more about access keys](https://dequeuniversity.com/rules/axe/4.10/accesskeys).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"aria-allowed-attr": {
"id": "aria-allowed-attr",
"title": "`[aria-*]` attributes match their roles",
"description": "Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn how to match ARIA attributes to their roles](https://dequeuniversity.com/rules/axe/4.10/aria-allowed-attr).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"headings": [
{
"key": "node",
"valueType": "node",
"subItemsHeading": {
"key": "relatedNode",
"valueType": "node"
},
"label": "Failing Elements"
}
],
"items": []
}
},
"aria-allowed-role": {
"id": "aria-allowed-role",
"title": "Uses ARIA roles only on compatible elements",
"description": "Many HTML elements can only be assigned certain ARIA roles. Using ARIA roles where they are not allowed can interfere with the accessibility of the web page. [Learn more about ARIA roles](https://dequeuniversity.com/rules/axe/4.10/aria-allowed-role).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"aria-command-name": {
"id": "aria-command-name",
"title": "`button`, `link`, and `menuitem` elements have accessible names",
"description": "When an element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to make command elements more accessible](https://dequeuniversity.com/rules/axe/4.10/aria-command-name).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"aria-conditional-attr": {
"id": "aria-conditional-attr",
"title": "ARIA attributes are used as specified for the element's role",
"description": "Some ARIA attributes are only allowed on an element under certain conditions. [Learn more about conditional ARIA attributes](https://dequeuniversity.com/rules/axe/4.10/aria-conditional-attr).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"headings": [
{
"key": "node",
"valueType": "node",
"subItemsHeading": {
"key": "relatedNode",
"valueType": "node"
},
"label": "Failing Elements"
}
],
"items": []
}
},
"aria-deprecated-role": {
"id": "aria-deprecated-role",
"title": "Deprecated ARIA roles were not used",
"description": "Deprecated ARIA roles may not be processed correctly by assistive technology. [Learn more about deprecated ARIA roles](https://dequeuniversity.com/rules/axe/4.10/aria-deprecated-role).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"aria-dialog-name": {
"id": "aria-dialog-name",
"title": "Elements with `role=\"dialog\"` or `role=\"alertdialog\"` have accessible names.",
"description": "ARIA dialog elements without accessible names may prevent screen readers users from discerning the purpose of these elements. [Learn how to make ARIA dialog elements more accessible](https://dequeuniversity.com/rules/axe/4.10/aria-dialog-name).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"aria-hidden-body": {
"id": "aria-hidden-body",
"title": "`[aria-hidden=\"true\"]` is not present on the document `<body>`",
"description": "Assistive technologies, like screen readers, work inconsistently when `aria-hidden=\"true\"` is set on the document `<body>`. [Learn how `aria-hidden` affects the document body](https://dequeuniversity.com/rules/axe/4.10/aria-hidden-body).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"headings": [
{
"key": "node",
"valueType": "node",
"subItemsHeading": {
"key": "relatedNode",
"valueType": "node"
},
"label": "Failing Elements"
}
],
"items": []
}
},
"aria-hidden-focus": {
"id": "aria-hidden-focus",
"title": "`[aria-hidden=\"true\"]` elements do not contain focusable descendents",
"description": "Focusable descendents within an `[aria-hidden=\"true\"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements](https://dequeuniversity.com/rules/axe/4.10/aria-hidden-focus).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"aria-input-field-name": {
"id": "aria-input-field-name",
"title": "ARIA input fields have accessible names",
"description": "When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about input field labels](https://dequeuniversity.com/rules/axe/4.10/aria-input-field-name).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"aria-meter-name": {
"id": "aria-meter-name",
"title": "ARIA `meter` elements have accessible names",
"description": "When a meter element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `meter` elements](https://dequeuniversity.com/rules/axe/4.10/aria-meter-name).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"aria-progressbar-name": {
"id": "aria-progressbar-name",
"title": "ARIA `progressbar` elements have accessible names",
"description": "When a `progressbar` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to label `progressbar` elements](https://dequeuniversity.com/rules/axe/4.10/aria-progressbar-name).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"aria-prohibited-attr": {
"id": "aria-prohibited-attr",
"title": "Elements use only permitted ARIA attributes",
"description": "Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. [Learn more about prohibited ARIA roles](https://dequeuniversity.com/rules/axe/4.10/aria-prohibited-attr).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"headings": [
{
"key": "node",
"valueType": "node",
"subItemsHeading": {
"key": "relatedNode",
"valueType": "node"
},
"label": "Failing Elements"
}
],
"items": []
}
},
"aria-required-attr": {
"id": "aria-required-attr",
"title": "`[role]`s have all required `[aria-*]` attributes",
"description": "Some ARIA roles have required attributes that describe the state of the element to screen readers. [Learn more about roles and required attributes](https://dequeuniversity.com/rules/axe/4.10/aria-required-attr).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"aria-required-children": {
"id": "aria-required-children",
"title": "Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.",
"description": "Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. [Learn more about roles and required children elements](https://dequeuniversity.com/rules/axe/4.10/aria-required-children).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"aria-required-parent": {
"id": "aria-required-parent",
"title": "`[role]`s are contained by their required parent element",
"description": "Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. [Learn more about ARIA roles and required parent element](https://dequeuniversity.com/rules/axe/4.10/aria-required-parent).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"aria-roles": {
"id": "aria-roles",
"title": "`[role]` values are valid",
"description": "ARIA roles must have valid values in order to perform their intended accessibility functions. [Learn more about valid ARIA roles](https://dequeuniversity.com/rules/axe/4.10/aria-roles).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"aria-text": {
"id": "aria-text",
"title": "Elements with the `role=text` attribute do not have focusable descendents.",
"description": "Adding `role=text` around a text node split by markup enables VoiceOver to treat it as one phrase, but the element's focusable descendents will not be announced. [Learn more about the `role=text` attribute](https://dequeuniversity.com/rules/axe/4.10/aria-text).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"aria-toggle-field-name": {
"id": "aria-toggle-field-name",
"title": "ARIA toggle fields have accessible names",
"description": "When a toggle field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about toggle fields](https://dequeuniversity.com/rules/axe/4.10/aria-toggle-field-name).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"aria-tooltip-name": {
"id": "aria-tooltip-name",
"title": "ARIA `tooltip` elements have accessible names",
"description": "When a tooltip element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn how to name `tooltip` elements](https://dequeuniversity.com/rules/axe/4.10/aria-tooltip-name).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"aria-treeitem-name": {
"id": "aria-treeitem-name",
"title": "ARIA `treeitem` elements have accessible names",
"description": "When a `treeitem` element doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about labeling `treeitem` elements](https://dequeuniversity.com/rules/axe/4.10/aria-treeitem-name).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"aria-valid-attr-value": {
"id": "aria-valid-attr-value",
"title": "`[aria-*]` attributes have valid values",
"description": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid values. [Learn more about valid values for ARIA attributes](https://dequeuniversity.com/rules/axe/4.10/aria-valid-attr-value).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"headings": [
{
"key": "node",
"valueType": "node",
"subItemsHeading": {
"key": "relatedNode",
"valueType": "node"
},
"label": "Failing Elements"
}
],
"items": []
}
},
"aria-valid-attr": {
"id": "aria-valid-attr",
"title": "`[aria-*]` attributes are valid and not misspelled",
"description": "Assistive technologies, like screen readers, can't interpret ARIA attributes with invalid names. [Learn more about valid ARIA attributes](https://dequeuniversity.com/rules/axe/4.10/aria-valid-attr).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"headings": [
{
"key": "node",
"valueType": "node",
"subItemsHeading": {
"key": "relatedNode",
"valueType": "node"
},
"label": "Failing Elements"
}
],
"items": []
}
},
"button-name": {
"id": "button-name",
"title": "Buttons do not have an accessible name",
"description": "When a button doesn't have an accessible name, screen readers announce it as \"button\", making it unusable for users who rely on screen readers. [Learn how to make buttons more accessible](https://dequeuniversity.com/rules/axe/4.10/button-name).",
"score": 0,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"headings": [
{
"key": "node",
"valueType": "node",
"subItemsHeading": {
"key": "relatedNode",
"valueType": "node"
},
"label": "Failing Elements"
}
],
"items": [
{
"node": {
"type": "node",
"lhId": "1-0-BUTTON",
"path": "1,HTML,1,BODY,0,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,FORM,1,DIV,1,DIV,2,BUTTON",
"selector": "form.space-y-4 > div > div.relative > button.absolute",
"boundingRect": {
"top": 407,
"bottom": 427,
"left": 331,
"right": 351,
"width": 20,
"height": 20
},
"snippet": "<button type=\"button\" class=\"absolute right-3 top-1/2 transform -translate-y-1/2 text-text-muted hover:…\">",
"nodeLabel": "form.space-y-4 > div > div.relative > button.absolute",
"explanation": "Fix any of the following:\n Element does not have inner text that is visible to screen readers\n aria-label attribute does not exist or is empty\n aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n Element has no title attribute\n Element does not have an implicit (wrapped) <label>\n Element does not have an explicit <label>\n Element's default semantics were not overridden with role=\"none\" or role=\"presentation\""
}
}
],
"debugData": {
"type": "debugdata",
"impact": "critical",
"tags": [
"cat.name-role-value",
"wcag2a",
"wcag412",
"section508",
"section508.22.a",
"TTv5",
"TT6.a",
"EN-301-549",
"EN-9.4.1.2",
"ACT"
]
}
}
},
"bypass": {
"id": "bypass",
"title": "The page contains a heading, skip link, or landmark region",
"description": "Adding ways to bypass repetitive content lets keyboard users navigate the page more efficiently. [Learn more about bypass blocks](https://dequeuniversity.com/rules/axe/4.10/bypass).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"color-contrast": {
"id": "color-contrast",
"title": "Background and foreground colors do not have a sufficient contrast ratio.",
"description": "Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast](https://dequeuniversity.com/rules/axe/4.10/color-contrast).",
"score": 0,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"headings": [
{
"key": "node",
"valueType": "node",
"subItemsHeading": {
"key": "relatedNode",
"valueType": "node"
},
"label": "Failing Elements"
}
],
"items": [
{
"node": {
"type": "node",
"lhId": "1-1-A",
"path": "1,HTML,1,BODY,0,DIV,0,DIV,0,DIV,3,DIV,0,P,1,A",
"selector": "div.w-full > div.text-center > p.text-sm > a.font-medium",
"boundingRect": {
"top": 1034,
"bottom": 1051,
"left": 261,
"right": 311,
"width": 50,
"height": 17
},
"snippet": "<a class=\"font-medium text-accent-gold-500 hover:text-accent-gold-400 transition-col…\" href=\"/signup\">",
"nodeLabel": "Sign up",
"explanation": "Fix any of the following:\n Element has insufficient color contrast of 2.25 (foreground color: #d99e34, background color: #f8fafc, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1"
},
"subItems": {
"type": "subitems",
"items": [
{
"relatedNode": {
"type": "node",
"lhId": "1-2-DIV",
"path": "1,HTML,1,BODY,0,DIV,0,DIV",
"selector": "body > div#root > div.min-h-screen",
"boundingRect": {
"top": 0,
"bottom": 1069,
"left": 0,
"right": 412,
"width": 412,
"height": 1069
},
"snippet": "<div class=\"min-h-screen bg-solid-with-pattern \n flex items-center …\">",
"nodeLabel": "Black Canyon Tickets\n\nSign in to your account\n\nWelcome back\n\nPlease sign in to …"
}
}
]
}
}
],
"debugData": {
"type": "debugdata",
"impact": "serious",
"tags": [
"cat.color",
"wcag2aa",
"wcag143",
"TTv5",
"TT13.c",
"EN-301-549",
"EN-9.1.4.3",
"ACT"
]
}
}
},
"definition-list": {
"id": "definition-list",
"title": "`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.",
"description": "When definition lists are not properly marked up, screen readers may produce confusing or inaccurate output. [Learn how to structure definition lists correctly](https://dequeuniversity.com/rules/axe/4.10/definition-list).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"dlitem": {
"id": "dlitem",
"title": "Definition list items are wrapped in `<dl>` elements",
"description": "Definition list items (`<dt>` and `<dd>`) must be wrapped in a parent `<dl>` element to ensure that screen readers can properly announce them. [Learn how to structure definition lists correctly](https://dequeuniversity.com/rules/axe/4.10/dlitem).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"document-title": {
"id": "document-title",
"title": "Document has a `<title>` element",
"description": "The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. [Learn more about document titles](https://dequeuniversity.com/rules/axe/4.10/document-title).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"headings": [
{
"key": "node",
"valueType": "node",
"subItemsHeading": {
"key": "relatedNode",
"valueType": "node"
},
"label": "Failing Elements"
}
],
"items": []
}
},
"duplicate-id-aria": {
"id": "duplicate-id-aria",
"title": "ARIA IDs are unique",
"description": "The value of an ARIA ID must be unique to prevent other instances from being overlooked by assistive technologies. [Learn how to fix duplicate ARIA IDs](https://dequeuniversity.com/rules/axe/4.10/duplicate-id-aria).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"empty-heading": {
"id": "empty-heading",
"title": "All heading elements contain content.",
"description": "A heading with no content or inaccessible text prevent screen reader users from accessing information on the page's structure. [Learn more about headings](https://dequeuniversity.com/rules/axe/4.10/empty-heading).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"form-field-multiple-labels": {
"id": "form-field-multiple-labels",
"title": "No form fields have multiple labels",
"description": "Form fields with multiple labels can be confusingly announced by assistive technologies like screen readers which use either the first, the last, or all of the labels. [Learn how to use form labels](https://dequeuniversity.com/rules/axe/4.10/form-field-multiple-labels).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"frame-title": {
"id": "frame-title",
"title": "`<frame>` or `<iframe>` elements have a title",
"description": "Screen reader users rely on frame titles to describe the contents of frames. [Learn more about frame titles](https://dequeuniversity.com/rules/axe/4.10/frame-title).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"heading-order": {
"id": "heading-order",
"title": "Heading elements appear in a sequentially-descending order",
"description": "Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. [Learn more about heading order](https://dequeuniversity.com/rules/axe/4.10/heading-order).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"headings": [
{
"key": "node",
"valueType": "node",
"subItemsHeading": {
"key": "relatedNode",
"valueType": "node"
},
"label": "Failing Elements"
}
],
"items": []
}
},
"html-has-lang": {
"id": "html-has-lang",
"title": "`<html>` element has a `[lang]` attribute",
"description": "If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. [Learn more about the `lang` attribute](https://dequeuniversity.com/rules/axe/4.10/html-has-lang).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"headings": [
{
"key": "node",
"valueType": "node",
"subItemsHeading": {
"key": "relatedNode",
"valueType": "node"
},
"label": "Failing Elements"
}
],
"items": []
}
},
"html-lang-valid": {
"id": "html-lang-valid",
"title": "`<html>` element has a valid value for its `[lang]` attribute",
"description": "Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) helps screen readers announce text properly. [Learn how to use the `lang` attribute](https://dequeuniversity.com/rules/axe/4.10/html-lang-valid).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"headings": [
{
"key": "node",
"valueType": "node",
"subItemsHeading": {
"key": "relatedNode",
"valueType": "node"
},
"label": "Failing Elements"
}
],
"items": []
}
},
"html-xml-lang-mismatch": {
"id": "html-xml-lang-mismatch",
"title": "`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.",
"description": "If the webpage does not specify a consistent language, then the screen reader might not announce the page's text correctly. [Learn more about the `lang` attribute](https://dequeuniversity.com/rules/axe/4.10/html-xml-lang-mismatch).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"identical-links-same-purpose": {
"id": "identical-links-same-purpose",
"title": "Identical links have the same purpose.",
"description": "Links with the same destination should have the same description, to help users understand the link's purpose and decide whether to follow it. [Learn more about identical links](https://dequeuniversity.com/rules/axe/4.10/identical-links-same-purpose).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"image-alt": {
"id": "image-alt",
"title": "Image elements have `[alt]` attributes",
"description": "Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.10/image-alt).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"image-redundant-alt": {
"id": "image-redundant-alt",
"title": "Image elements do not have `[alt]` attributes that are redundant text.",
"description": "Informative elements should aim for short, descriptive alternative text. Alternative text that is exactly the same as the text adjacent to the link or image is potentially confusing for screen reader users, because the text will be read twice. [Learn more about the `alt` attribute](https://dequeuniversity.com/rules/axe/4.10/image-redundant-alt).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"input-button-name": {
"id": "input-button-name",
"title": "Input buttons have discernible text.",
"description": "Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. [Learn more about input buttons](https://dequeuniversity.com/rules/axe/4.10/input-button-name).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"input-image-alt": {
"id": "input-image-alt",
"title": "`<input type=\"image\">` elements have `[alt]` text",
"description": "When an image is being used as an `<input>` button, providing alternative text can help screen reader users understand the purpose of the button. [Learn about input image alt text](https://dequeuniversity.com/rules/axe/4.10/input-image-alt).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"label-content-name-mismatch": {
"id": "label-content-name-mismatch",
"title": "Elements with visible text labels have matching accessible names.",
"description": "Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. [Learn more about accessible names](https://dequeuniversity.com/rules/axe/4.10/label-content-name-mismatch).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"label": {
"id": "label",
"title": "Form elements have associated labels",
"description": "Labels ensure that form controls are announced properly by assistive technologies, like screen readers. [Learn more about form element labels](https://dequeuniversity.com/rules/axe/4.10/label).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"headings": [
{
"key": "node",
"valueType": "node",
"subItemsHeading": {
"key": "relatedNode",
"valueType": "node"
},
"label": "Failing Elements"
}
],
"items": []
}
},
"landmark-one-main": {
"id": "landmark-one-main",
"title": "Document has a main landmark.",
"description": "One main landmark helps screen reader users navigate a web page. [Learn more about landmarks](https://dequeuniversity.com/rules/axe/4.10/landmark-one-main).",
"score": 1,
"scoreDisplayMode": "informative",
"details": {
"type": "table",
"headings": [
{
"key": "node",
"valueType": "node",
"subItemsHeading": {
"key": "relatedNode",
"valueType": "node"
},
"label": "Failing Elements"
}
],
"items": [
{
"node": {
"type": "node",
"lhId": "1-3-HTML",
"path": "1,HTML",
"selector": "html",
"boundingRect": {
"top": 0,
"bottom": 1069,
"left": 0,
"right": 412,
"width": 412,
"height": 1069
},
"snippet": "<html lang=\"en\" data-theme=\"light\">",
"nodeLabel": "html",
"explanation": "Fix all of the following:\n Document does not have a main landmark"
}
}
],
"debugData": {
"type": "debugdata",
"impact": "moderate",
"tags": [
"cat.semantics",
"best-practice"
]
}
}
},
"link-name": {
"id": "link-name",
"title": "Links have a discernible name",
"description": "Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. [Learn how to make links accessible](https://dequeuniversity.com/rules/axe/4.10/link-name).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"headings": [
{
"key": "node",
"valueType": "node",
"subItemsHeading": {
"key": "relatedNode",
"valueType": "node"
},
"label": "Failing Elements"
}
],
"items": []
}
},
"link-in-text-block": {
"id": "link-in-text-block",
"title": "Links are distinguishable without relying on color.",
"description": "Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. [Learn how to make links distinguishable](https://dequeuniversity.com/rules/axe/4.10/link-in-text-block).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"headings": [
{
"key": "node",
"valueType": "node",
"subItemsHeading": {
"key": "relatedNode",
"valueType": "node"
},
"label": "Failing Elements"
}
],
"items": []
}
},
"list": {
"id": "list",
"title": "Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).",
"description": "Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.10/list).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"listitem": {
"id": "listitem",
"title": "List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements",
"description": "Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. [Learn more about proper list structure](https://dequeuniversity.com/rules/axe/4.10/listitem).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"meta-refresh": {
"id": "meta-refresh",
"title": "The document does not use `<meta http-equiv=\"refresh\">`",
"description": "Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. [Learn more about the refresh meta tag](https://dequeuniversity.com/rules/axe/4.10/meta-refresh).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"meta-viewport": {
"id": "meta-viewport",
"title": "`[user-scalable=\"no\"]` is not used in the `<meta name=\"viewport\">` element and the `[maximum-scale]` attribute is not less than 5.",
"description": "Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. [Learn more about the viewport meta tag](https://dequeuniversity.com/rules/axe/4.10/meta-viewport).",
"score": 1,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"headings": [
{
"key": "node",
"valueType": "node",
"subItemsHeading": {
"key": "relatedNode",
"valueType": "node"
},
"label": "Failing Elements"
}
],
"items": []
}
},
"object-alt": {
"id": "object-alt",
"title": "`<object>` elements have alternate text",
"description": "Screen readers cannot translate non-text content. Adding alternate text to `<object>` elements helps screen readers convey meaning to users. [Learn more about alt text for `object` elements](https://dequeuniversity.com/rules/axe/4.10/object-alt).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"select-name": {
"id": "select-name",
"title": "Select elements have associated label elements.",
"description": "Form elements without effective labels can create frustrating experiences for screen reader users. [Learn more about the `select` element](https://dequeuniversity.com/rules/axe/4.10/select-name).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"skip-link": {
"id": "skip-link",
"title": "Skip links are focusable.",
"description": "Including a skip link can help users skip to the main content to save time. [Learn more about skip links](https://dequeuniversity.com/rules/axe/4.10/skip-link).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"tabindex": {
"id": "tabindex",
"title": "No element has a `[tabindex]` value greater than 0",
"description": "A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. [Learn more about the `tabindex` attribute](https://dequeuniversity.com/rules/axe/4.10/tabindex).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"table-duplicate-name": {
"id": "table-duplicate-name",
"title": "Tables have different content in the summary attribute and `<caption>`.",
"description": "The summary attribute should describe the table structure, while `<caption>` should have the onscreen title. Accurate table mark-up helps users of screen readers. [Learn more about summary and caption](https://dequeuniversity.com/rules/axe/4.10/table-duplicate-name).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"table-fake-caption": {
"id": "table-fake-caption",
"title": "Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.",
"description": "Screen readers have features to make navigating tables easier. Ensuring that tables use the actual caption element instead of cells with the `[colspan]` attribute may improve the experience for screen reader users. [Learn more about captions](https://dequeuniversity.com/rules/axe/4.10/table-fake-caption).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"target-size": {
"id": "target-size",
"title": "Touch targets do not have sufficient size or spacing.",
"description": "Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. [Learn more about touch targets](https://dequeuniversity.com/rules/axe/4.10/target-size).",
"score": 0,
"scoreDisplayMode": "binary",
"details": {
"type": "table",
"headings": [
{
"key": "node",
"valueType": "node",
"subItemsHeading": {
"key": "relatedNode",
"valueType": "node"
},
"label": "Failing Elements"
}
],
"items": [
{
"node": {
"type": "node",
"lhId": "1-0-BUTTON",
"path": "1,HTML,1,BODY,0,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,FORM,1,DIV,1,DIV,2,BUTTON",
"selector": "form.space-y-4 > div > div.relative > button.absolute",
"boundingRect": {
"top": 407,
"bottom": 427,
"left": 331,
"right": 351,
"width": 20,
"height": 20
},
"snippet": "<button type=\"button\" class=\"absolute right-3 top-1/2 transform -translate-y-1/2 text-text-muted hover:…\">",
"nodeLabel": "form.space-y-4 > div > div.relative > button.absolute",
"explanation": "Fix any of the following:\n Target has insufficient size (20px by 20px, should be at least 24px by 24px)\n Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 20px instead of at least 24px."
},
"subItems": {
"type": "subitems",
"items": [
{
"relatedNode": {
"type": "node",
"lhId": "1-4-INPUT",
"path": "1,HTML,1,BODY,0,DIV,0,DIV,0,DIV,1,DIV,1,DIV,0,FORM,1,DIV,1,DIV,1,DIV,0,DIV,0,INPUT",
"selector": "div.relative > div.w-full > div.relative > input#password",
"boundingRect": {
"top": 396,
"bottom": 438,
"left": 49,
"right": 363,
"width": 314,
"height": 42
},
"snippet": "<input id=\"password\" class=\"w-full px-lg py-sm text-base text-text-primary placeholder-text-muted bg-g…\" aria-describedby=\"\" aria-invalid=\"false\" name=\"password\" type=\"password\" autocomplete=\"current-password\" required=\"\" placeholder=\"Enter your password\" value=\"\">",
"nodeLabel": "div.relative > div.w-full > div.relative > input#password"
}
}
]
}
}
],
"debugData": {
"type": "debugdata",
"impact": "serious",
"tags": [
"cat.sensory-and-visual-cues",
"wcag22aa",
"wcag258"
]
}
}
},
"td-has-header": {
"id": "td-has-header",
"title": "`<td>` elements in a large `<table>` have one or more table headers.",
"description": "Screen readers have features to make navigating tables easier. Ensuring that `<td>` elements in a large table (3 or more cells in width and height) have an associated table header may improve the experience for screen reader users. [Learn more about table headers](https://dequeuniversity.com/rules/axe/4.10/td-has-header).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"td-headers-attr": {
"id": "td-headers-attr",
"title": "Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.",
"description": "Screen readers have features to make navigating tables easier. Ensuring `<td>` cells using the `[headers]` attribute only refer to other cells in the same table may improve the experience for screen reader users. [Learn more about the `headers` attribute](https://dequeuniversity.com/rules/axe/4.10/td-headers-attr).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"th-has-data-cells": {
"id": "th-has-data-cells",
"title": "`<th>` elements and elements with `[role=\"columnheader\"/\"rowheader\"]` have data cells they describe.",
"description": "Screen readers have features to make navigating tables easier. Ensuring table headers always refer to some set of cells may improve the experience for screen reader users. [Learn more about table headers](https://dequeuniversity.com/rules/axe/4.10/th-has-data-cells).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"valid-lang": {
"id": "valid-lang",
"title": "`[lang]` attributes have a valid value",
"description": "Specifying a valid [BCP 47 language](https://www.w3.org/International/questions/qa-choosing-language-tags#question) on elements helps ensure that text is pronounced correctly by a screen reader. [Learn how to use the `lang` attribute](https://dequeuniversity.com/rules/axe/4.10/valid-lang).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"video-caption": {
"id": "video-caption",
"title": "`<video>` elements contain a `<track>` element with `[kind=\"captions\"]`",
"description": "When a video provides a caption it is easier for deaf and hearing impaired users to access its information. [Learn more about video captions](https://dequeuniversity.com/rules/axe/4.10/video-caption).",
"score": null,
"scoreDisplayMode": "notApplicable"
},
"custom-controls-labels": {
"id": "custom-controls-labels",
"title": "Custom controls have associated labels",
"description": "Custom interactive controls have associated labels, provided by aria-label or aria-labelledby. [Learn more about custom controls and labels](https://developer.chrome.com/docs/lighthouse/accessibility/custom-controls-labels/).",
"score": null,
"scoreDisplayMode": "manual"
},
"custom-controls-roles": {
"id": "custom-controls-roles",
"title": "Custom controls have ARIA roles",
"description": "Custom interactive controls have appropriate ARIA roles. [Learn how to add roles to custom controls](https://developer.chrome.com/docs/lighthouse/accessibility/custom-control-roles/).",
"score": null,
"scoreDisplayMode": "manual"
},
"focus-traps": {
"id": "focus-traps",
"title": "User focus is not accidentally trapped in a region",
"description": "A user can tab into and out of any control or region without accidentally trapping their focus. [Learn how to avoid focus traps](https://developer.chrome.com/docs/lighthouse/accessibility/focus-traps/).",
"score": null,
"scoreDisplayMode": "manual"
},
"focusable-controls": {
"id": "focusable-controls",
"title": "Interactive controls are keyboard focusable",
"description": "Custom interactive controls are keyboard focusable and display a focus indicator. [Learn how to make custom controls focusable](https://developer.chrome.com/docs/lighthouse/accessibility/focusable-controls/).",
"score": null,
"scoreDisplayMode": "manual"
},
"interactive-element-affordance": {
"id": "interactive-element-affordance",
"title": "Interactive elements indicate their purpose and state",
"description": "Interactive elements, such as links and buttons, should indicate their state and be distinguishable from non-interactive elements. [Learn how to decorate interactive elements with affordance hints](https://developer.chrome.com/docs/lighthouse/accessibility/interactive-element-affordance/).",
"score": null,
"scoreDisplayMode": "manual"
},
"logical-tab-order": {
"id": "logical-tab-order",
"title": "The page has a logical tab order",
"description": "Tabbing through the page follows the visual layout. Users cannot focus elements that are offscreen. [Learn more about logical tab ordering](https://developer.chrome.com/docs/lighthouse/accessibility/logical-tab-order/).",
"score": null,
"scoreDisplayMode": "manual"
},
"managed-focus": {
"id": "managed-focus",
"title": "The user's focus is directed to new content added to the page",
"description": "If new content, such as a dialog, is added to the page, the user's focus is directed to it. [Learn how to direct focus to new content](https://developer.chrome.com/docs/lighthouse/accessibility/managed-focus/).",
"score": null,
"scoreDisplayMode": "manual"
},
"offscreen-content-hidden": {
"id": "offscreen-content-hidden",
"title": "Offscreen content is hidden from assistive technology",
"description": "Offscreen content is hidden with display: none or aria-hidden=true. [Learn how to properly hide offscreen content](https://developer.chrome.com/docs/lighthouse/accessibility/offscreen-content-hidden/).",
"score": null,
"scoreDisplayMode": "manual"
},
"use-landmarks": {
"id": "use-landmarks",
"title": "HTML5 landmark elements are used to improve navigation",
"description": "Landmark elements (`<main>`, `<nav>`, etc.) are used to improve the keyboard navigation of the page for assistive technology. [Learn more about landmark elements](https://developer.chrome.com/docs/lighthouse/accessibility/use-landmarks/).",
"score": null,
"scoreDisplayMode": "manual"
},
"visual-order-follows-dom": {
"id": "visual-order-follows-dom",
"title": "Visual order on the page follows DOM order",
"description": "DOM order matches the visual order, improving navigation for assistive technology. [Learn more about DOM and visual ordering](https://developer.chrome.com/docs/lighthouse/accessibility/visual-order-follows-dom/).",
"score": null,
"scoreDisplayMode": "manual"
}
},
"configSettings": {
"output": [
"json"
],
"maxWaitForFcp": 30000,
"maxWaitForLoad": 45000,
"pauseAfterFcpMs": 1000,
"pauseAfterLoadMs": 1000,
"networkQuietThresholdMs": 1000,
"cpuQuietThresholdMs": 1000,
"formFactor": "mobile",
"throttling": {
"rttMs": 150,
"throughputKbps": 1638.4,
"requestLatencyMs": 562.5,
"downloadThroughputKbps": 1474.5600000000002,
"uploadThroughputKbps": 675,
"cpuSlowdownMultiplier": 4
},
"throttlingMethod": "simulate",
"screenEmulation": {
"mobile": true,
"width": 412,
"height": 823,
"deviceScaleFactor": 1.75,
"disabled": false
},
"emulatedUserAgent": "Mozilla/5.0 (Linux; Android 11; moto g power (2022)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36",
"auditMode": false,
"gatherMode": false,
"clearStorageTypes": [
"file_systems",
"shader_cache",
"service_workers",
"cache_storage"
],
"disableStorageReset": false,
"debugNavigation": false,
"channel": "cli",
"usePassiveGathering": false,
"disableFullPageScreenshot": false,
"skipAboutBlank": false,
"blankPage": "about:blank",
"ignoreStatusCode": false,
"locale": "en-US",
"blockedUrlPatterns": null,
"additionalTraceCategories": null,
"extraHeaders": null,
"precomputedLanternData": null,
"onlyAudits": null,
"onlyCategories": [
"accessibility"
],
"skipAudits": null
},
"categories": {
"accessibility": {
"title": "Accessibility",
"description": "These checks highlight opportunities to [improve the accessibility of your web app](https://developer.chrome.com/docs/lighthouse/accessibility/). Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so [manual testing](https://web.dev/articles/how-to-review) is also encouraged.",
"manualDescription": "These items address areas which an automated testing tool cannot cover. Learn more in our guide on [conducting an accessibility review](https://web.dev/articles/how-to-review).",
"supportedModes": [
"navigation",
"snapshot"
],
"auditRefs": [
{
"id": "accesskeys",
"weight": 0,
"group": "a11y-navigation"
},
{
"id": "aria-allowed-attr",
"weight": 10,
"group": "a11y-aria"
},
{
"id": "aria-allowed-role",
"weight": 0,
"group": "a11y-aria"
},
{
"id": "aria-command-name",
"weight": 0,
"group": "a11y-aria"
},
{
"id": "aria-conditional-attr",
"weight": 7,
"group": "a11y-aria"
},
{
"id": "aria-deprecated-role",
"weight": 0,
"group": "a11y-aria"
},
{
"id": "aria-dialog-name",
"weight": 0,
"group": "a11y-aria"
},
{
"id": "aria-hidden-body",
"weight": 10,
"group": "a11y-aria"
},
{
"id": "aria-hidden-focus",
"weight": 0,
"group": "a11y-aria"
},
{
"id": "aria-input-field-name",
"weight": 0,
"group": "a11y-aria"
},
{
"id": "aria-meter-name",
"weight": 0,
"group": "a11y-aria"
},
{
"id": "aria-progressbar-name",
"weight": 0,
"group": "a11y-aria"
},
{
"id": "aria-prohibited-attr",
"weight": 7,
"group": "a11y-aria"
},
{
"id": "aria-required-attr",
"weight": 0,
"group": "a11y-aria"
},
{
"id": "aria-required-children",
"weight": 0,
"group": "a11y-aria"
},
{
"id": "aria-required-parent",
"weight": 0,
"group": "a11y-aria"
},
{
"id": "aria-roles",
"weight": 0,
"group": "a11y-aria"
},
{
"id": "aria-text",
"weight": 0,
"group": "a11y-aria"
},
{
"id": "aria-toggle-field-name",
"weight": 0,
"group": "a11y-aria"
},
{
"id": "aria-tooltip-name",
"weight": 0,
"group": "a11y-aria"
},
{
"id": "aria-treeitem-name",
"weight": 0,
"group": "a11y-aria"
},
{
"id": "aria-valid-attr-value",
"weight": 10,
"group": "a11y-aria"
},
{
"id": "aria-valid-attr",
"weight": 10,
"group": "a11y-aria"
},
{
"id": "button-name",
"weight": 10,
"group": "a11y-names-labels"
},
{
"id": "bypass",
"weight": 0,
"group": "a11y-navigation"
},
{
"id": "color-contrast",
"weight": 7,
"group": "a11y-color-contrast"
},
{
"id": "definition-list",
"weight": 0,
"group": "a11y-tables-lists"
},
{
"id": "dlitem",
"weight": 0,
"group": "a11y-tables-lists"
},
{
"id": "document-title",
"weight": 7,
"group": "a11y-names-labels"
},
{
"id": "duplicate-id-aria",
"weight": 0,
"group": "a11y-aria"
},
{
"id": "form-field-multiple-labels",
"weight": 0,
"group": "a11y-names-labels"
},
{
"id": "frame-title",
"weight": 0,
"group": "a11y-names-labels"
},
{
"id": "heading-order",
"weight": 3,
"group": "a11y-navigation"
},
{
"id": "html-has-lang",
"weight": 7,
"group": "a11y-language"
},
{
"id": "html-lang-valid",
"weight": 7,
"group": "a11y-language"
},
{
"id": "html-xml-lang-mismatch",
"weight": 0,
"group": "a11y-language"
},
{
"id": "image-alt",
"weight": 0,
"group": "a11y-names-labels"
},
{
"id": "image-redundant-alt",
"weight": 0,
"group": "a11y-names-labels"
},
{
"id": "input-button-name",
"weight": 0,
"group": "a11y-names-labels"
},
{
"id": "input-image-alt",
"weight": 0,
"group": "a11y-names-labels"
},
{
"id": "label",
"weight": 7,
"group": "a11y-names-labels"
},
{
"id": "link-in-text-block",
"weight": 7,
"group": "a11y-color-contrast"
},
{
"id": "link-name",
"weight": 7,
"group": "a11y-names-labels"
},
{
"id": "list",
"weight": 0,
"group": "a11y-tables-lists"
},
{
"id": "listitem",
"weight": 0,
"group": "a11y-tables-lists"
},
{
"id": "meta-refresh",
"weight": 0,
"group": "a11y-best-practices"
},
{
"id": "meta-viewport",
"weight": 10,
"group": "a11y-best-practices"
},
{
"id": "object-alt",
"weight": 0,
"group": "a11y-names-labels"
},
{
"id": "select-name",
"weight": 0,
"group": "a11y-names-labels"
},
{
"id": "skip-link",
"weight": 0,
"group": "a11y-names-labels"
},
{
"id": "tabindex",
"weight": 0,
"group": "a11y-navigation"
},
{
"id": "table-duplicate-name",
"weight": 0,
"group": "a11y-tables-lists"
},
{
"id": "target-size",
"weight": 7,
"group": "a11y-best-practices"
},
{
"id": "td-headers-attr",
"weight": 0,
"group": "a11y-tables-lists"
},
{
"id": "th-has-data-cells",
"weight": 0,
"group": "a11y-tables-lists"
},
{
"id": "valid-lang",
"weight": 0,
"group": "a11y-language"
},
{
"id": "video-caption",
"weight": 0,
"group": "a11y-audio-video"
},
{
"id": "focusable-controls",
"weight": 0
},
{
"id": "interactive-element-affordance",
"weight": 0
},
{
"id": "logical-tab-order",
"weight": 0
},
{
"id": "visual-order-follows-dom",
"weight": 0
},
{
"id": "focus-traps",
"weight": 0
},
{
"id": "managed-focus",
"weight": 0
},
{
"id": "use-landmarks",
"weight": 0
},
{
"id": "offscreen-content-hidden",
"weight": 0
},
{
"id": "custom-controls-labels",
"weight": 0
},
{
"id": "custom-controls-roles",
"weight": 0
},
{
"id": "empty-heading",
"weight": 0,
"group": "hidden"
},
{
"id": "identical-links-same-purpose",
"weight": 0,
"group": "hidden"
},
{
"id": "landmark-one-main",
"weight": 0,
"group": "hidden"
},
{
"id": "label-content-name-mismatch",
"weight": 0,
"group": "hidden"
},
{
"id": "table-fake-caption",
"weight": 0,
"group": "hidden"
},
{
"id": "td-has-header",
"weight": 0,
"group": "hidden"
}
],
"id": "accessibility",
"score": 0.82
}
},
"categoryGroups": {
"metrics": {
"title": "Metrics"
},
"insights": {
"title": "Insights",
"description": "These insights are also available in the Chrome DevTools Performance Panel - [record a trace](https://developer.chrome.com/docs/devtools/performance/reference) to view more detailed information."
},
"diagnostics": {
"title": "Diagnostics",
"description": "More information about the performance of your application. These numbers don't [directly affect](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) the Performance score."
},
"a11y-best-practices": {
"title": "Best practices",
"description": "These items highlight common accessibility best practices."
},
"a11y-color-contrast": {
"title": "Contrast",
"description": "These are opportunities to improve the legibility of your content."
},
"a11y-names-labels": {
"title": "Names and labels",
"description": "These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader."
},
"a11y-navigation": {
"title": "Navigation",
"description": "These are opportunities to improve keyboard navigation in your application."
},
"a11y-aria": {
"title": "ARIA",
"description": "These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader."
},
"a11y-language": {
"title": "Internationalization and localization",
"description": "These are opportunities to improve the interpretation of your content by users in different locales."
},
"a11y-audio-video": {
"title": "Audio and video",
"description": "These are opportunities to provide alternative content for audio and video. This may improve the experience for users with hearing or vision impairments."
},
"a11y-tables-lists": {
"title": "Tables and lists",
"description": "These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader."
},
"seo-mobile": {
"title": "Mobile Friendly",
"description": "Make sure your pages are mobile friendly so users dont have to pinch or zoom in order to read the content pages. [Learn how to make pages mobile-friendly](https://developers.google.com/search/mobile-sites/)."
},
"seo-content": {
"title": "Content Best Practices",
"description": "Format your HTML in a way that enables crawlers to better understand your apps content."
},
"seo-crawl": {
"title": "Crawling and Indexing",
"description": "To appear in search results, crawlers need access to your app."
},
"best-practices-trust-safety": {
"title": "Trust and Safety"
},
"best-practices-ux": {
"title": "User Experience"
},
"best-practices-browser-compat": {
"title": "Browser Compatibility"
},
"best-practices-general": {
"title": "General"
},
"hidden": {
"title": ""
}
},
"stackPacks": [],
"entities": [
{
"name": "localhost",
"origins": [
"http://localhost:5173"
],
"isFirstParty": true,
"isUnrecognized": true
},
{
"name": "Google Fonts",
"homepage": "https://fonts.google.com/",
"origins": [
"https://fonts.googleapis.com",
"https://fonts.gstatic.com"
],
"category": "cdn"
}
],
"fullPageScreenshot": {
"screenshot": {
"data": "data:image/webp;base64,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",
"width": 412,
"height": 1069
},
"nodes": {
"1-0-BUTTON": {
"id": "",
"top": 407,
"bottom": 427,
"left": 331,
"right": 351,
"width": 20,
"height": 20
},
"1-1-A": {
"id": "",
"top": 1034,
"bottom": 1051,
"left": 261,
"right": 311,
"width": 50,
"height": 17
},
"1-2-DIV": {
"id": "",
"top": 0,
"bottom": 1069,
"left": 0,
"right": 412,
"width": 412,
"height": 1069
},
"1-3-HTML": {
"id": "",
"top": 0,
"bottom": 1069,
"left": 0,
"right": 412,
"width": 412,
"height": 1069
},
"1-4-INPUT": {
"id": "password",
"top": 396,
"bottom": 438,
"left": 49,
"right": 363,
"width": 314,
"height": 42
}
}
},
"timing": {
"entries": [
{
"startTime": 2478.23,
"name": "lh:config",
"duration": 912.66,
"entryType": "measure"
},
{
"startTime": 2481.24,
"name": "lh:config:resolveArtifactsToDefns",
"duration": 102.08,
"entryType": "measure"
},
{
"startTime": 3391.1,
"name": "lh:runner:gather",
"duration": 6253.27,
"entryType": "measure"
},
{
"startTime": 3518.7,
"name": "lh:driver:connect",
"duration": 18.01,
"entryType": "measure"
},
{
"startTime": 3537.01,
"name": "lh:driver:navigate",
"duration": 14.44,
"entryType": "measure"
},
{
"startTime": 3551.99,
"name": "lh:gather:getBenchmarkIndex",
"duration": 1025.9,
"entryType": "measure"
},
{
"startTime": 4578.3,
"name": "lh:gather:getVersion",
"duration": 2.36,
"entryType": "measure"
},
{
"startTime": 4580.96,
"name": "lh:gather:getDevicePixelRatio",
"duration": 1.87,
"entryType": "measure"
},
{
"startTime": 4583.02,
"name": "lh:prepare:navigationMode",
"duration": 576.65,
"entryType": "measure"
},
{
"startTime": 4618.36,
"name": "lh:storage:clearDataForOrigin",
"duration": 523.8,
"entryType": "measure"
},
{
"startTime": 5142.34,
"name": "lh:storage:clearBrowserCaches",
"duration": 13.57,
"entryType": "measure"
},
{
"startTime": 5157.3,
"name": "lh:gather:prepareThrottlingAndNetwork",
"duration": 2.31,
"entryType": "measure"
},
{
"startTime": 5170.33,
"name": "lh:driver:navigate",
"duration": 2983.71,
"entryType": "measure"
},
{
"startTime": 8157.78,
"name": "lh:computed:NetworkRecords",
"duration": 2.05,
"entryType": "measure"
},
{
"startTime": 8160.31,
"name": "lh:gather:getArtifact:DevtoolsLog",
"duration": 0.11,
"entryType": "measure"
},
{
"startTime": 8160.45,
"name": "lh:gather:getArtifact:Accessibility",
"duration": 309.61,
"entryType": "measure"
},
{
"startTime": 8470.25,
"name": "lh:gather:getArtifact:NetworkUserAgent",
"duration": 0.17,
"entryType": "measure"
},
{
"startTime": 8470.45,
"name": "lh:gather:getArtifact:Stacks",
"duration": 21.16,
"entryType": "measure"
},
{
"startTime": 8470.59,
"name": "lh:gather:collectStacks",
"duration": 20.97,
"entryType": "measure"
},
{
"startTime": 8491.64,
"name": "lh:gather:getArtifact:FullPageScreenshot",
"duration": 1122.74,
"entryType": "measure"
},
{
"startTime": 9644.85,
"name": "lh:runner:audit",
"duration": 309.96,
"entryType": "measure"
},
{
"startTime": 9645.02,
"name": "lh:runner:auditing",
"duration": 309.12,
"entryType": "measure"
},
{
"startTime": 9647.27,
"name": "lh:audit:accesskeys",
"duration": 2.49,
"entryType": "measure"
},
{
"startTime": 9650.24,
"name": "lh:audit:aria-allowed-attr",
"duration": 7.13,
"entryType": "measure"
},
{
"startTime": 9657.87,
"name": "lh:audit:aria-allowed-role",
"duration": 1.38,
"entryType": "measure"
},
{
"startTime": 9659.63,
"name": "lh:audit:aria-command-name",
"duration": 1.37,
"entryType": "measure"
},
{
"startTime": 9661.35,
"name": "lh:audit:aria-conditional-attr",
"duration": 5.31,
"entryType": "measure"
},
{
"startTime": 9667.07,
"name": "lh:audit:aria-deprecated-role",
"duration": 1.46,
"entryType": "measure"
},
{
"startTime": 9668.94,
"name": "lh:audit:aria-dialog-name",
"duration": 1.41,
"entryType": "measure"
},
{
"startTime": 9670.68,
"name": "lh:audit:aria-hidden-body",
"duration": 4.71,
"entryType": "measure"
},
{
"startTime": 9675.77,
"name": "lh:audit:aria-hidden-focus",
"duration": 1.51,
"entryType": "measure"
},
{
"startTime": 9677.66,
"name": "lh:audit:aria-input-field-name",
"duration": 1.69,
"entryType": "measure"
},
{
"startTime": 9679.78,
"name": "lh:audit:aria-meter-name",
"duration": 2.04,
"entryType": "measure"
},
{
"startTime": 9682.21,
"name": "lh:audit:aria-progressbar-name",
"duration": 2.17,
"entryType": "measure"
},
{
"startTime": 9684.84,
"name": "lh:audit:aria-prohibited-attr",
"duration": 5.05,
"entryType": "measure"
},
{
"startTime": 9690.24,
"name": "lh:audit:aria-required-attr",
"duration": 1.79,
"entryType": "measure"
},
{
"startTime": 9692.35,
"name": "lh:audit:aria-required-children",
"duration": 1.9,
"entryType": "measure"
},
{
"startTime": 9694.58,
"name": "lh:audit:aria-required-parent",
"duration": 7.76,
"entryType": "measure"
},
{
"startTime": 9703,
"name": "lh:audit:aria-roles",
"duration": 2.24,
"entryType": "measure"
},
{
"startTime": 9705.61,
"name": "lh:audit:aria-text",
"duration": 2.55,
"entryType": "measure"
},
{
"startTime": 9708.48,
"name": "lh:audit:aria-toggle-field-name",
"duration": 2.36,
"entryType": "measure"
},
{
"startTime": 9711.16,
"name": "lh:audit:aria-tooltip-name",
"duration": 2.65,
"entryType": "measure"
},
{
"startTime": 9714.21,
"name": "lh:audit:aria-treeitem-name",
"duration": 3.67,
"entryType": "measure"
},
{
"startTime": 9718.22,
"name": "lh:audit:aria-valid-attr-value",
"duration": 4.95,
"entryType": "measure"
},
{
"startTime": 9723.48,
"name": "lh:audit:aria-valid-attr",
"duration": 4.86,
"entryType": "measure"
},
{
"startTime": 9728.66,
"name": "lh:audit:button-name",
"duration": 7.04,
"entryType": "measure"
},
{
"startTime": 9736.03,
"name": "lh:audit:bypass",
"duration": 14.2,
"entryType": "measure"
},
{
"startTime": 9750.56,
"name": "lh:audit:color-contrast",
"duration": 5.09,
"entryType": "measure"
},
{
"startTime": 9756.14,
"name": "lh:audit:definition-list",
"duration": 2.98,
"entryType": "measure"
},
{
"startTime": 9759.43,
"name": "lh:audit:dlitem",
"duration": 2.66,
"entryType": "measure"
},
{
"startTime": 9762.45,
"name": "lh:audit:document-title",
"duration": 5.27,
"entryType": "measure"
},
{
"startTime": 9768.06,
"name": "lh:audit:duplicate-id-aria",
"duration": 4.61,
"entryType": "measure"
},
{
"startTime": 9772.99,
"name": "lh:audit:empty-heading",
"duration": 4.7,
"entryType": "measure"
},
{
"startTime": 9778.01,
"name": "lh:audit:form-field-multiple-labels",
"duration": 4.68,
"entryType": "measure"
},
{
"startTime": 9783.04,
"name": "lh:audit:frame-title",
"duration": 2.6,
"entryType": "measure"
},
{
"startTime": 9786.01,
"name": "lh:audit:heading-order",
"duration": 11.76,
"entryType": "measure"
},
{
"startTime": 9798.14,
"name": "lh:audit:html-has-lang",
"duration": 6.06,
"entryType": "measure"
},
{
"startTime": 9804.51,
"name": "lh:audit:html-lang-valid",
"duration": 4.69,
"entryType": "measure"
},
{
"startTime": 9809.53,
"name": "lh:audit:html-xml-lang-mismatch",
"duration": 2.78,
"entryType": "measure"
},
{
"startTime": 9812.63,
"name": "lh:audit:identical-links-same-purpose",
"duration": 6.82,
"entryType": "measure"
},
{
"startTime": 9819.82,
"name": "lh:audit:image-alt",
"duration": 2.55,
"entryType": "measure"
},
{
"startTime": 9822.64,
"name": "lh:audit:image-redundant-alt",
"duration": 2.65,
"entryType": "measure"
},
{
"startTime": 9825.58,
"name": "lh:audit:input-button-name",
"duration": 11.62,
"entryType": "measure"
},
{
"startTime": 9837.79,
"name": "lh:audit:input-image-alt",
"duration": 3.24,
"entryType": "measure"
},
{
"startTime": 9841.28,
"name": "lh:audit:label-content-name-mismatch",
"duration": 5.34,
"entryType": "measure"
},
{
"startTime": 9847.15,
"name": "lh:audit:label",
"duration": 6.34,
"entryType": "measure"
},
{
"startTime": 9853.84,
"name": "lh:audit:landmark-one-main",
"duration": 5.73,
"entryType": "measure"
},
{
"startTime": 9859.9,
"name": "lh:audit:link-name",
"duration": 4.41,
"entryType": "measure"
},
{
"startTime": 9864.61,
"name": "lh:audit:link-in-text-block",
"duration": 4.42,
"entryType": "measure"
},
{
"startTime": 9869.29,
"name": "lh:audit:list",
"duration": 3.83,
"entryType": "measure"
},
{
"startTime": 9873.65,
"name": "lh:audit:listitem",
"duration": 10.87,
"entryType": "measure"
},
{
"startTime": 9884.9,
"name": "lh:audit:meta-refresh",
"duration": 3.61,
"entryType": "measure"
},
{
"startTime": 9888.96,
"name": "lh:audit:meta-viewport",
"duration": 5.25,
"entryType": "measure"
},
{
"startTime": 9894.51,
"name": "lh:audit:object-alt",
"duration": 3.73,
"entryType": "measure"
},
{
"startTime": 9898.52,
"name": "lh:audit:select-name",
"duration": 3.04,
"entryType": "measure"
},
{
"startTime": 9901.84,
"name": "lh:audit:skip-link",
"duration": 3.93,
"entryType": "measure"
},
{
"startTime": 9906.17,
"name": "lh:audit:tabindex",
"duration": 4.23,
"entryType": "measure"
},
{
"startTime": 9910.85,
"name": "lh:audit:table-duplicate-name",
"duration": 3.66,
"entryType": "measure"
},
{
"startTime": 9914.91,
"name": "lh:audit:table-fake-caption",
"duration": 11.17,
"entryType": "measure"
},
{
"startTime": 9926.37,
"name": "lh:audit:target-size",
"duration": 5.64,
"entryType": "measure"
},
{
"startTime": 9932.4,
"name": "lh:audit:td-has-header",
"duration": 3.61,
"entryType": "measure"
},
{
"startTime": 9936.27,
"name": "lh:audit:td-headers-attr",
"duration": 4.14,
"entryType": "measure"
},
{
"startTime": 9940.75,
"name": "lh:audit:th-has-data-cells",
"duration": 3.7,
"entryType": "measure"
},
{
"startTime": 9944.76,
"name": "lh:audit:valid-lang",
"duration": 3.64,
"entryType": "measure"
},
{
"startTime": 9948.74,
"name": "lh:audit:video-caption",
"duration": 4.19,
"entryType": "measure"
},
{
"startTime": 9952.99,
"name": "lh:audit:custom-controls-labels",
"duration": 0.26,
"entryType": "measure"
},
{
"startTime": 9953.26,
"name": "lh:audit:custom-controls-roles",
"duration": 0.06,
"entryType": "measure"
},
{
"startTime": 9953.34,
"name": "lh:audit:focus-traps",
"duration": 0.05,
"entryType": "measure"
},
{
"startTime": 9953.42,
"name": "lh:audit:focusable-controls",
"duration": 0.05,
"entryType": "measure"
},
{
"startTime": 9953.49,
"name": "lh:audit:interactive-element-affordance",
"duration": 0.06,
"entryType": "measure"
},
{
"startTime": 9953.58,
"name": "lh:audit:logical-tab-order",
"duration": 0.08,
"entryType": "measure"
},
{
"startTime": 9953.69,
"name": "lh:audit:managed-focus",
"duration": 0.1,
"entryType": "measure"
},
{
"startTime": 9953.82,
"name": "lh:audit:offscreen-content-hidden",
"duration": 0.1,
"entryType": "measure"
},
{
"startTime": 9953.94,
"name": "lh:audit:use-landmarks",
"duration": 0.08,
"entryType": "measure"
},
{
"startTime": 9954.04,
"name": "lh:audit:visual-order-follows-dom",
"duration": 0.08,
"entryType": "measure"
},
{
"startTime": 9954.16,
"name": "lh:runner:generate",
"duration": 0.64,
"entryType": "measure"
},
{
"startTime": 9955.22,
"name": "lh:computed:EntityClassification",
"duration": 10.23,
"entryType": "measure"
}
],
"total": 6563.2300000000005
},
"i18n": {
"rendererFormattedStrings": {
"calculatorLink": "See calculator.",
"collapseView": "Collapse view",
"crcInitialNavigation": "Initial Navigation",
"crcLongestDurationLabel": "Maximum critical path latency:",
"dropdownCopyJSON": "Copy JSON",
"dropdownDarkTheme": "Toggle Dark Theme",
"dropdownPrintExpanded": "Print Expanded",
"dropdownPrintSummary": "Print Summary",
"dropdownSaveGist": "Save as Gist",
"dropdownSaveHTML": "Save as HTML",
"dropdownSaveJSON": "Save as JSON",
"dropdownViewUnthrottledTrace": "View Unthrottled Trace",
"dropdownViewer": "Open in Viewer",
"errorLabel": "Error!",
"errorMissingAuditInfo": "Report error: no audit information",
"expandView": "Expand view",
"firstPartyChipLabel": "1st party",
"footerIssue": "File an issue",
"goBackToAudits": "Go back to audits",
"hide": "Hide",
"insightsNotice": "Later this year, insights will replace performance audits. [Learn more and provide feedback here](https://github.com/GoogleChrome/lighthouse/discussions/16462).",
"labDataTitle": "Lab Data",
"lsPerformanceCategoryDescription": "[Lighthouse](https://developers.google.com/web/tools/lighthouse/) analysis of the current page on an emulated mobile network. Values are estimated and may vary.",
"manualAuditsGroupTitle": "Additional items to manually check",
"notApplicableAuditsGroupTitle": "Not applicable",
"openInANewTabTooltip": "Open in a new tab",
"opportunityResourceColumnLabel": "Opportunity",
"opportunitySavingsColumnLabel": "Estimated Savings",
"passedAuditsGroupTitle": "Passed audits",
"runtimeAnalysisWindow": "Initial page load",
"runtimeAnalysisWindowSnapshot": "Point-in-time snapshot",
"runtimeAnalysisWindowTimespan": "User interactions timespan",
"runtimeCustom": "Custom throttling",
"runtimeDesktopEmulation": "Emulated Desktop",
"runtimeMobileEmulation": "Emulated Moto G Power",
"runtimeNoEmulation": "No emulation",
"runtimeSettingsAxeVersion": "Axe version",
"runtimeSettingsBenchmark": "Unthrottled CPU/Memory Power",
"runtimeSettingsCPUThrottling": "CPU throttling",
"runtimeSettingsDevice": "Device",
"runtimeSettingsNetworkThrottling": "Network throttling",
"runtimeSettingsScreenEmulation": "Screen emulation",
"runtimeSettingsUANetwork": "User agent (network)",
"runtimeSingleLoad": "Single page session",
"runtimeSingleLoadTooltip": "This data is taken from a single page session, as opposed to field data summarizing many sessions.",
"runtimeSlow4g": "Slow 4G throttling",
"runtimeUnknown": "Unknown",
"show": "Show",
"showRelevantAudits": "Show audits relevant to:",
"snippetCollapseButtonLabel": "Collapse snippet",
"snippetExpandButtonLabel": "Expand snippet",
"thirdPartyResourcesLabel": "Show 3rd-party resources",
"throttlingProvided": "Provided by environment",
"toplevelWarningsMessage": "There were issues affecting this run of Lighthouse:",
"tryInsights": "Try insights",
"unattributable": "Unattributable",
"varianceDisclaimer": "Values are estimated and may vary. The [performance score is calculated](https://developer.chrome.com/docs/lighthouse/performance/performance-scoring/) directly from these metrics.",
"viewTraceLabel": "View Trace",
"viewTreemapLabel": "View Treemap",
"warningAuditsGroupTitle": "Passed audits but with warnings",
"warningHeader": "Warnings: "
},
"icuMessagePaths": {
"core/audits/accessibility/accesskeys.js | title": [
"audits.accesskeys.title"
],
"core/audits/accessibility/accesskeys.js | description": [
"audits.accesskeys.description"
],
"core/audits/accessibility/aria-allowed-attr.js | title": [
"audits[aria-allowed-attr].title"
],
"core/audits/accessibility/aria-allowed-attr.js | description": [
"audits[aria-allowed-attr].description"
],
"core/lib/i18n/i18n.js | columnFailingElem": [
"audits[aria-allowed-attr].details.headings[0].label",
"audits[aria-conditional-attr].details.headings[0].label",
"audits[aria-hidden-body].details.headings[0].label",
"audits[aria-prohibited-attr].details.headings[0].label",
"audits[aria-valid-attr-value].details.headings[0].label",
"audits[aria-valid-attr].details.headings[0].label",
"audits[button-name].details.headings[0].label",
"audits[color-contrast].details.headings[0].label",
"audits[document-title].details.headings[0].label",
"audits[heading-order].details.headings[0].label",
"audits[html-has-lang].details.headings[0].label",
"audits[html-lang-valid].details.headings[0].label",
"audits.label.details.headings[0].label",
"audits[landmark-one-main].details.headings[0].label",
"audits[link-name].details.headings[0].label",
"audits[link-in-text-block].details.headings[0].label",
"audits[meta-viewport].details.headings[0].label",
"audits[target-size].details.headings[0].label"
],
"core/audits/accessibility/aria-allowed-role.js | title": [
"audits[aria-allowed-role].title"
],
"core/audits/accessibility/aria-allowed-role.js | description": [
"audits[aria-allowed-role].description"
],
"core/audits/accessibility/aria-command-name.js | title": [
"audits[aria-command-name].title"
],
"core/audits/accessibility/aria-command-name.js | description": [
"audits[aria-command-name].description"
],
"core/audits/accessibility/aria-conditional-attr.js | title": [
"audits[aria-conditional-attr].title"
],
"core/audits/accessibility/aria-conditional-attr.js | description": [
"audits[aria-conditional-attr].description"
],
"core/audits/accessibility/aria-deprecated-role.js | title": [
"audits[aria-deprecated-role].title"
],
"core/audits/accessibility/aria-deprecated-role.js | description": [
"audits[aria-deprecated-role].description"
],
"core/audits/accessibility/aria-dialog-name.js | title": [
"audits[aria-dialog-name].title"
],
"core/audits/accessibility/aria-dialog-name.js | description": [
"audits[aria-dialog-name].description"
],
"core/audits/accessibility/aria-hidden-body.js | title": [
"audits[aria-hidden-body].title"
],
"core/audits/accessibility/aria-hidden-body.js | description": [
"audits[aria-hidden-body].description"
],
"core/audits/accessibility/aria-hidden-focus.js | title": [
"audits[aria-hidden-focus].title"
],
"core/audits/accessibility/aria-hidden-focus.js | description": [
"audits[aria-hidden-focus].description"
],
"core/audits/accessibility/aria-input-field-name.js | title": [
"audits[aria-input-field-name].title"
],
"core/audits/accessibility/aria-input-field-name.js | description": [
"audits[aria-input-field-name].description"
],
"core/audits/accessibility/aria-meter-name.js | title": [
"audits[aria-meter-name].title"
],
"core/audits/accessibility/aria-meter-name.js | description": [
"audits[aria-meter-name].description"
],
"core/audits/accessibility/aria-progressbar-name.js | title": [
"audits[aria-progressbar-name].title"
],
"core/audits/accessibility/aria-progressbar-name.js | description": [
"audits[aria-progressbar-name].description"
],
"core/audits/accessibility/aria-prohibited-attr.js | title": [
"audits[aria-prohibited-attr].title"
],
"core/audits/accessibility/aria-prohibited-attr.js | description": [
"audits[aria-prohibited-attr].description"
],
"core/audits/accessibility/aria-required-attr.js | title": [
"audits[aria-required-attr].title"
],
"core/audits/accessibility/aria-required-attr.js | description": [
"audits[aria-required-attr].description"
],
"core/audits/accessibility/aria-required-children.js | title": [
"audits[aria-required-children].title"
],
"core/audits/accessibility/aria-required-children.js | description": [
"audits[aria-required-children].description"
],
"core/audits/accessibility/aria-required-parent.js | title": [
"audits[aria-required-parent].title"
],
"core/audits/accessibility/aria-required-parent.js | description": [
"audits[aria-required-parent].description"
],
"core/audits/accessibility/aria-roles.js | title": [
"audits[aria-roles].title"
],
"core/audits/accessibility/aria-roles.js | description": [
"audits[aria-roles].description"
],
"core/audits/accessibility/aria-text.js | title": [
"audits[aria-text].title"
],
"core/audits/accessibility/aria-text.js | description": [
"audits[aria-text].description"
],
"core/audits/accessibility/aria-toggle-field-name.js | title": [
"audits[aria-toggle-field-name].title"
],
"core/audits/accessibility/aria-toggle-field-name.js | description": [
"audits[aria-toggle-field-name].description"
],
"core/audits/accessibility/aria-tooltip-name.js | title": [
"audits[aria-tooltip-name].title"
],
"core/audits/accessibility/aria-tooltip-name.js | description": [
"audits[aria-tooltip-name].description"
],
"core/audits/accessibility/aria-treeitem-name.js | title": [
"audits[aria-treeitem-name].title"
],
"core/audits/accessibility/aria-treeitem-name.js | description": [
"audits[aria-treeitem-name].description"
],
"core/audits/accessibility/aria-valid-attr-value.js | title": [
"audits[aria-valid-attr-value].title"
],
"core/audits/accessibility/aria-valid-attr-value.js | description": [
"audits[aria-valid-attr-value].description"
],
"core/audits/accessibility/aria-valid-attr.js | title": [
"audits[aria-valid-attr].title"
],
"core/audits/accessibility/aria-valid-attr.js | description": [
"audits[aria-valid-attr].description"
],
"core/audits/accessibility/button-name.js | failureTitle": [
"audits[button-name].title"
],
"core/audits/accessibility/button-name.js | description": [
"audits[button-name].description"
],
"core/audits/accessibility/bypass.js | title": [
"audits.bypass.title"
],
"core/audits/accessibility/bypass.js | description": [
"audits.bypass.description"
],
"core/audits/accessibility/color-contrast.js | failureTitle": [
"audits[color-contrast].title"
],
"core/audits/accessibility/color-contrast.js | description": [
"audits[color-contrast].description"
],
"core/audits/accessibility/definition-list.js | title": [
"audits[definition-list].title"
],
"core/audits/accessibility/definition-list.js | description": [
"audits[definition-list].description"
],
"core/audits/accessibility/dlitem.js | title": [
"audits.dlitem.title"
],
"core/audits/accessibility/dlitem.js | description": [
"audits.dlitem.description"
],
"core/audits/accessibility/document-title.js | title": [
"audits[document-title].title"
],
"core/audits/accessibility/document-title.js | description": [
"audits[document-title].description"
],
"core/audits/accessibility/duplicate-id-aria.js | title": [
"audits[duplicate-id-aria].title"
],
"core/audits/accessibility/duplicate-id-aria.js | description": [
"audits[duplicate-id-aria].description"
],
"core/audits/accessibility/empty-heading.js | title": [
"audits[empty-heading].title"
],
"core/audits/accessibility/empty-heading.js | description": [
"audits[empty-heading].description"
],
"core/audits/accessibility/form-field-multiple-labels.js | title": [
"audits[form-field-multiple-labels].title"
],
"core/audits/accessibility/form-field-multiple-labels.js | description": [
"audits[form-field-multiple-labels].description"
],
"core/audits/accessibility/frame-title.js | title": [
"audits[frame-title].title"
],
"core/audits/accessibility/frame-title.js | description": [
"audits[frame-title].description"
],
"core/audits/accessibility/heading-order.js | title": [
"audits[heading-order].title"
],
"core/audits/accessibility/heading-order.js | description": [
"audits[heading-order].description"
],
"core/audits/accessibility/html-has-lang.js | title": [
"audits[html-has-lang].title"
],
"core/audits/accessibility/html-has-lang.js | description": [
"audits[html-has-lang].description"
],
"core/audits/accessibility/html-lang-valid.js | title": [
"audits[html-lang-valid].title"
],
"core/audits/accessibility/html-lang-valid.js | description": [
"audits[html-lang-valid].description"
],
"core/audits/accessibility/html-xml-lang-mismatch.js | title": [
"audits[html-xml-lang-mismatch].title"
],
"core/audits/accessibility/html-xml-lang-mismatch.js | description": [
"audits[html-xml-lang-mismatch].description"
],
"core/audits/accessibility/identical-links-same-purpose.js | title": [
"audits[identical-links-same-purpose].title"
],
"core/audits/accessibility/identical-links-same-purpose.js | description": [
"audits[identical-links-same-purpose].description"
],
"core/audits/accessibility/image-alt.js | title": [
"audits[image-alt].title"
],
"core/audits/accessibility/image-alt.js | description": [
"audits[image-alt].description"
],
"core/audits/accessibility/image-redundant-alt.js | title": [
"audits[image-redundant-alt].title"
],
"core/audits/accessibility/image-redundant-alt.js | description": [
"audits[image-redundant-alt].description"
],
"core/audits/accessibility/input-button-name.js | title": [
"audits[input-button-name].title"
],
"core/audits/accessibility/input-button-name.js | description": [
"audits[input-button-name].description"
],
"core/audits/accessibility/input-image-alt.js | title": [
"audits[input-image-alt].title"
],
"core/audits/accessibility/input-image-alt.js | description": [
"audits[input-image-alt].description"
],
"core/audits/accessibility/label-content-name-mismatch.js | title": [
"audits[label-content-name-mismatch].title"
],
"core/audits/accessibility/label-content-name-mismatch.js | description": [
"audits[label-content-name-mismatch].description"
],
"core/audits/accessibility/label.js | title": [
"audits.label.title"
],
"core/audits/accessibility/label.js | description": [
"audits.label.description"
],
"core/audits/accessibility/landmark-one-main.js | title": [
"audits[landmark-one-main].title"
],
"core/audits/accessibility/landmark-one-main.js | description": [
"audits[landmark-one-main].description"
],
"core/audits/accessibility/link-name.js | title": [
"audits[link-name].title"
],
"core/audits/accessibility/link-name.js | description": [
"audits[link-name].description"
],
"core/audits/accessibility/link-in-text-block.js | title": [
"audits[link-in-text-block].title"
],
"core/audits/accessibility/link-in-text-block.js | description": [
"audits[link-in-text-block].description"
],
"core/audits/accessibility/list.js | title": [
"audits.list.title"
],
"core/audits/accessibility/list.js | description": [
"audits.list.description"
],
"core/audits/accessibility/listitem.js | title": [
"audits.listitem.title"
],
"core/audits/accessibility/listitem.js | description": [
"audits.listitem.description"
],
"core/audits/accessibility/meta-refresh.js | title": [
"audits[meta-refresh].title"
],
"core/audits/accessibility/meta-refresh.js | description": [
"audits[meta-refresh].description"
],
"core/audits/accessibility/meta-viewport.js | title": [
"audits[meta-viewport].title"
],
"core/audits/accessibility/meta-viewport.js | description": [
"audits[meta-viewport].description"
],
"core/audits/accessibility/object-alt.js | title": [
"audits[object-alt].title"
],
"core/audits/accessibility/object-alt.js | description": [
"audits[object-alt].description"
],
"core/audits/accessibility/select-name.js | title": [
"audits[select-name].title"
],
"core/audits/accessibility/select-name.js | description": [
"audits[select-name].description"
],
"core/audits/accessibility/skip-link.js | title": [
"audits[skip-link].title"
],
"core/audits/accessibility/skip-link.js | description": [
"audits[skip-link].description"
],
"core/audits/accessibility/tabindex.js | title": [
"audits.tabindex.title"
],
"core/audits/accessibility/tabindex.js | description": [
"audits.tabindex.description"
],
"core/audits/accessibility/table-duplicate-name.js | title": [
"audits[table-duplicate-name].title"
],
"core/audits/accessibility/table-duplicate-name.js | description": [
"audits[table-duplicate-name].description"
],
"core/audits/accessibility/table-fake-caption.js | title": [
"audits[table-fake-caption].title"
],
"core/audits/accessibility/table-fake-caption.js | description": [
"audits[table-fake-caption].description"
],
"core/audits/accessibility/target-size.js | failureTitle": [
"audits[target-size].title"
],
"core/audits/accessibility/target-size.js | description": [
"audits[target-size].description"
],
"core/audits/accessibility/td-has-header.js | title": [
"audits[td-has-header].title"
],
"core/audits/accessibility/td-has-header.js | description": [
"audits[td-has-header].description"
],
"core/audits/accessibility/td-headers-attr.js | title": [
"audits[td-headers-attr].title"
],
"core/audits/accessibility/td-headers-attr.js | description": [
"audits[td-headers-attr].description"
],
"core/audits/accessibility/th-has-data-cells.js | title": [
"audits[th-has-data-cells].title"
],
"core/audits/accessibility/th-has-data-cells.js | description": [
"audits[th-has-data-cells].description"
],
"core/audits/accessibility/valid-lang.js | title": [
"audits[valid-lang].title"
],
"core/audits/accessibility/valid-lang.js | description": [
"audits[valid-lang].description"
],
"core/audits/accessibility/video-caption.js | title": [
"audits[video-caption].title"
],
"core/audits/accessibility/video-caption.js | description": [
"audits[video-caption].description"
],
"core/config/default-config.js | a11yCategoryTitle": [
"categories.accessibility.title"
],
"core/config/default-config.js | a11yCategoryDescription": [
"categories.accessibility.description"
],
"core/config/default-config.js | a11yCategoryManualDescription": [
"categories.accessibility.manualDescription"
],
"core/config/default-config.js | metricGroupTitle": [
"categoryGroups.metrics.title"
],
"core/config/default-config.js | insightsGroupTitle": [
"categoryGroups.insights.title"
],
"core/config/default-config.js | insightsGroupDescription": [
"categoryGroups.insights.description"
],
"core/config/default-config.js | diagnosticsGroupTitle": [
"categoryGroups.diagnostics.title"
],
"core/config/default-config.js | diagnosticsGroupDescription": [
"categoryGroups.diagnostics.description"
],
"core/config/default-config.js | a11yBestPracticesGroupTitle": [
"categoryGroups[a11y-best-practices].title"
],
"core/config/default-config.js | a11yBestPracticesGroupDescription": [
"categoryGroups[a11y-best-practices].description"
],
"core/config/default-config.js | a11yColorContrastGroupTitle": [
"categoryGroups[a11y-color-contrast].title"
],
"core/config/default-config.js | a11yColorContrastGroupDescription": [
"categoryGroups[a11y-color-contrast].description"
],
"core/config/default-config.js | a11yNamesLabelsGroupTitle": [
"categoryGroups[a11y-names-labels].title"
],
"core/config/default-config.js | a11yNamesLabelsGroupDescription": [
"categoryGroups[a11y-names-labels].description"
],
"core/config/default-config.js | a11yNavigationGroupTitle": [
"categoryGroups[a11y-navigation].title"
],
"core/config/default-config.js | a11yNavigationGroupDescription": [
"categoryGroups[a11y-navigation].description"
],
"core/config/default-config.js | a11yAriaGroupTitle": [
"categoryGroups[a11y-aria].title"
],
"core/config/default-config.js | a11yAriaGroupDescription": [
"categoryGroups[a11y-aria].description"
],
"core/config/default-config.js | a11yLanguageGroupTitle": [
"categoryGroups[a11y-language].title"
],
"core/config/default-config.js | a11yLanguageGroupDescription": [
"categoryGroups[a11y-language].description"
],
"core/config/default-config.js | a11yAudioVideoGroupTitle": [
"categoryGroups[a11y-audio-video].title"
],
"core/config/default-config.js | a11yAudioVideoGroupDescription": [
"categoryGroups[a11y-audio-video].description"
],
"core/config/default-config.js | a11yTablesListsVideoGroupTitle": [
"categoryGroups[a11y-tables-lists].title"
],
"core/config/default-config.js | a11yTablesListsVideoGroupDescription": [
"categoryGroups[a11y-tables-lists].description"
],
"core/config/default-config.js | seoMobileGroupTitle": [
"categoryGroups[seo-mobile].title"
],
"core/config/default-config.js | seoMobileGroupDescription": [
"categoryGroups[seo-mobile].description"
],
"core/config/default-config.js | seoContentGroupTitle": [
"categoryGroups[seo-content].title"
],
"core/config/default-config.js | seoContentGroupDescription": [
"categoryGroups[seo-content].description"
],
"core/config/default-config.js | seoCrawlingGroupTitle": [
"categoryGroups[seo-crawl].title"
],
"core/config/default-config.js | seoCrawlingGroupDescription": [
"categoryGroups[seo-crawl].description"
],
"core/config/default-config.js | bestPracticesTrustSafetyGroupTitle": [
"categoryGroups[best-practices-trust-safety].title"
],
"core/config/default-config.js | bestPracticesUXGroupTitle": [
"categoryGroups[best-practices-ux].title"
],
"core/config/default-config.js | bestPracticesBrowserCompatGroupTitle": [
"categoryGroups[best-practices-browser-compat].title"
],
"core/config/default-config.js | bestPracticesGeneralGroupTitle": [
"categoryGroups[best-practices-general].title"
]
}
}
}