Home / File/ warnings.json — svelte Source File

warnings.json — svelte Source File

Architecture documentation for warnings.json, a json file in the svelte codebase.

Entity Profile

Source Code

[
	{
		"code": "a11y_no_static_element_interactions",
		"end": {
			"column": 33,
			"line": 17
		},
		"message": "`<div>` with a keydown handler must have an ARIA role",
		"start": {
			"column": 0,
			"line": 17
		}
	},
	{
		"code": "a11y_no_static_element_interactions",
		"end": {
			"column": 76,
			"line": 19
		},
		"message": "`<a>` with a mousedown or mouseup handler must have an ARIA role",
		"start": {
			"column": 0,
			"line": 19
		}
	},
	{
		"code": "a11y_no_static_element_interactions",
		"end": {
			"column": 37,
			"line": 20
		},
		"message": "`<div>` with a pointerdown handler must have an ARIA role",
		"start": {
			"column": 0,
			"line": 20
		}
	},
	{
		"code": "a11y_no_static_element_interactions",
		"end": {
			"column": 38,
			"line": 21
		},
		"message": "`<div>` with a pointerenter handler must have an ARIA role",
		"start": {
			"column": 0,
			"line": 21
		}
	},
	{
		"code": "a11y_no_static_element_interactions",
		"end": {
			"column": 36,
			"line": 22
		},
		"message": "`<div>` with a touchstart handler must have an ARIA role",
		"start": {
			"column": 0,
			"line": 22
		}
	}
]

Frequently Asked Questions

What does warnings.json do?
warnings.json is a source file in the svelte codebase, written in json.
Where is warnings.json in the architecture?
warnings.json is located at packages/svelte/tests/validator/samples/a11y-no-static-element-interactions/warnings.json (directory: packages/svelte/tests/validator/samples/a11y-no-static-element-interactions).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free