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_role_supports_aria_props_implicit",
		"end": {
			"column": 19,
			"line": 2
		},
		"message": "The attribute 'aria-setsize' is not supported by the role 'link'. This role is implicit on the element `<a>`",
		"start": {
			"column": 3,
			"line": 2
		}
	},
	{
		"code": "a11y_role_supports_aria_props_implicit",
		"end": {
			"column": 25,
			"line": 3
		},
		"message": "The attribute 'aria-pressed' is not supported by the role 'link'. This role is implicit on the element `<area>`",
		"start": {
			"column": 6,
			"line": 3
		}
	},
	{
		"code": "a11y_role_supports_aria_props_implicit",
		"end": {
			"column": 35,
			"line": 4
		},
		"message": "The attribute 'aria-autocomplete' is not supported by the role 'article'. This role is implicit on the element `<article>`",
		"start": {
			"column": 9,
			"line": 4
		}
	},
	{
		"code": "a11y_role_supports_aria_props_implicit",
		"end": {
			"column": 24,
			"line": 5
		},
		"message": "The attribute 'aria-modal' is not supported by the role 'complementary'. This role is implicit on the element `<aside>`",
		"start": {
			"column": 7,
			"line": 5
		}
	},
	{
		"code": "a11y_role_supports_aria_props_implicit",
		"end": {
			"column": 25,
			"line": 6
		},
		"message": "The attribute 'aria-invalid' is not supported by the role 'document'. This role is implicit on the element `<body>`",
		"start": {
			"column": 6,
			"line": 6
		}
// ... (2103 more lines)

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-role-supports-aria-props/warnings.json (directory: packages/svelte/tests/validator/samples/a11y-role-supports-aria-props).

Analyze Your Own Codebase

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

Try Supermodel Free