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_missing_attribute",
		"message": "`<img>` element should have an alt attribute",
		"start": {
			"line": 1,
			"column": 0
		},
		"end": {
			"line": 1,
			"column": 19
		}
	},
	{
		"code": "a11y_missing_attribute",
		"message": "`<area>` element should have an alt, aria-label or aria-labelledby attribute",
		"start": {
			"line": 4,
			"column": 1
		},
		"end": {
			"line": 4,
			"column": 7
		}
	},
	{
		"code": "a11y_missing_attribute",
		"message": "`<object>` element should have a title, aria-label or aria-labelledby attribute",
		"start": {
			"line": 7,
			"column": 0
		},
		"end": {
			"line": 7,
			"column": 17
		}
	},
	{
		"code": "a11y_missing_attribute",
		"message": "`<input type=\"image\">` element should have an alt, aria-label or aria-labelledby attribute",
		"start": {
			"line": 9,
			"column": 0
		},
		"end": {
			"line": 9,
			"column": 20
		}
	}
]

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-alt-text/warnings.json (directory: packages/svelte/tests/validator/samples/a11y-alt-text).

Analyze Your Own Codebase

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

Try Supermodel Free