cannot have interactive role 'treegrid'",
"start": {
"line": 39,
"column": 0
@@ -456,8 +456,8 @@
}
},
{
- "code": "a11y-no-noninteractive-element-to-interactive-role",
- "message": "A11y: Non-interactive element cannot have interactive role 'columnheader'",
+ "code": "a11y_no_noninteractive_element_to_interactive_role",
+ "message": "Non-interactive element
cannot have interactive role 'columnheader'",
"start": {
"line": 40,
"column": 0
@@ -468,8 +468,8 @@
}
},
{
- "code": "a11y-no-noninteractive-element-to-interactive-role",
- "message": "A11y: Non-interactive element
cannot have interactive role 'tree'",
+ "code": "a11y_no_noninteractive_element_to_interactive_role",
+ "message": "Non-interactive element cannot have interactive role 'tree'",
"start": {
"line": 41,
"column": 0
@@ -480,8 +480,8 @@
}
},
{
- "code": "a11y-no-noninteractive-element-to-interactive-role",
- "message": "A11y: Non-interactive element cannot have interactive role 'combobox'",
+ "code": "a11y_no_noninteractive_element_to_interactive_role",
+ "message": "Non-interactive element cannot have interactive role 'combobox'",
"start": {
"line": 42,
"column": 0
@@ -492,8 +492,8 @@
}
},
{
- "code": "a11y-no-noninteractive-element-to-interactive-role",
- "message": "A11y: Non-interactive element cannot have interactive role 'toolbar'",
+ "code": "a11y_no_noninteractive_element_to_interactive_role",
+ "message": "Non-interactive element cannot have interactive role 'toolbar'",
"start": {
"line": 43,
"column": 0
@@ -504,8 +504,8 @@
}
},
{
- "code": "a11y-no-noninteractive-element-to-interactive-role",
- "message": "A11y: Non-interactive element cannot have interactive role 'radio'",
+ "code": "a11y_no_noninteractive_element_to_interactive_role",
+ "message": "Non-interactive element cannot have interactive role 'radio'",
"start": {
"line": 44,
"column": 0
@@ -516,8 +516,8 @@
}
},
{
- "code": "a11y-no-noninteractive-element-to-interactive-role",
- "message": "A11y: Non-interactive element cannot have interactive role 'menu'",
+ "code": "a11y_no_noninteractive_element_to_interactive_role",
+ "message": "Non-interactive element cannot have interactive role 'menu'",
"start": {
"line": 45,
"column": 0
@@ -528,8 +528,8 @@
}
},
{
- "code": "a11y-no-noninteractive-element-to-interactive-role",
- "message": "A11y: Non-interactive element cannot have interactive role 'searchbox'",
+ "code": "a11y_no_noninteractive_element_to_interactive_role",
+ "message": "Non-interactive element cannot have interactive role 'searchbox'",
"start": {
"line": 46,
"column": 0
@@ -540,8 +540,8 @@
}
},
{
- "code": "a11y-no-noninteractive-element-to-interactive-role",
- "message": "A11y: Non-interactive element cannot have interactive role 'listbox'",
+ "code": "a11y_no_noninteractive_element_to_interactive_role",
+ "message": "Non-interactive element cannot have interactive role 'listbox'",
"start": {
"line": 47,
"column": 0
@@ -552,8 +552,8 @@
}
},
{
- "code": "a11y-no-noninteractive-element-to-interactive-role",
- "message": "A11y: Non-interactive element cannot have interactive role 'slider'",
+ "code": "a11y_no_noninteractive_element_to_interactive_role",
+ "message": "Non-interactive element cannot have interactive role 'slider'",
"start": {
"line": 48,
"column": 0
@@ -564,8 +564,8 @@
}
},
{
- "code": "a11y-no-noninteractive-element-to-interactive-role",
- "message": "A11y: Non-interactive element cannot have interactive role 'doc-backlink'",
+ "code": "a11y_no_noninteractive_element_to_interactive_role",
+ "message": "Non-interactive element cannot have interactive role 'doc-backlink'",
"start": {
"line": 49,
"column": 0
@@ -576,8 +576,8 @@
}
},
{
- "code": "a11y-no-noninteractive-element-to-interactive-role",
- "message": "A11y: Non-interactive element cannot have interactive role 'spinbutton'",
+ "code": "a11y_no_noninteractive_element_to_interactive_role",
+ "message": "Non-interactive element cannot have interactive role 'spinbutton'",
"start": {
"line": 50,
"column": 0
diff --git a/packages/svelte/tests/validator/samples/a11y-no-noninteractive-tabindex/warnings.json b/packages/svelte/tests/validator/samples/a11y-no-noninteractive-tabindex/warnings.json
index 14c48b00b279..1852376a768f 100644
--- a/packages/svelte/tests/validator/samples/a11y-no-noninteractive-tabindex/warnings.json
+++ b/packages/svelte/tests/validator/samples/a11y-no-noninteractive-tabindex/warnings.json
@@ -1,47 +1,47 @@
[
{
- "code": "a11y-no-noninteractive-tabindex",
+ "code": "a11y_no_noninteractive_tabindex",
"end": {
"column": 24,
"line": 13
},
- "message": "A11y: noninteractive element cannot have nonnegative tabIndex value",
+ "message": "noninteractive element cannot have nonnegative tabIndex value",
"start": {
"column": 0,
"line": 13
}
},
{
- "code": "a11y-no-noninteractive-tabindex",
+ "code": "a11y_no_noninteractive_tabindex",
"end": {
"column": 39,
"line": 14
},
- "message": "A11y: noninteractive element cannot have nonnegative tabIndex value",
+ "message": "noninteractive element cannot have nonnegative tabIndex value",
"start": {
"column": 0,
"line": 14
}
},
{
- "code": "a11y-no-noninteractive-tabindex",
+ "code": "a11y_no_noninteractive_tabindex",
"end": {
"column": 32,
"line": 15
},
- "message": "A11y: noninteractive element cannot have nonnegative tabIndex value",
+ "message": "noninteractive element cannot have nonnegative tabIndex value",
"start": {
"column": 0,
"line": 15
}
},
{
- "code": "a11y-no-noninteractive-tabindex",
+ "code": "a11y_no_noninteractive_tabindex",
"end": {
"column": 34,
"line": 16
},
- "message": "A11y: noninteractive element cannot have nonnegative tabIndex value",
+ "message": "noninteractive element cannot have nonnegative tabIndex value",
"start": {
"column": 0,
"line": 16
diff --git a/packages/svelte/tests/validator/samples/a11y-no-redundant-roles/input.svelte b/packages/svelte/tests/validator/samples/a11y-no-redundant-roles/input.svelte
index d43f7322c0c9..8b6da3b8c871 100644
--- a/packages/svelte/tests/validator/samples/a11y-no-redundant-roles/input.svelte
+++ b/packages/svelte/tests/validator/samples/a11y-no-redundant-roles/input.svelte
@@ -44,5 +44,5 @@
-
+
diff --git a/packages/svelte/tests/validator/samples/a11y-no-redundant-roles/warnings.json b/packages/svelte/tests/validator/samples/a11y-no-redundant-roles/warnings.json
index 12cdc6f8d5b4..861f000aef5a 100644
--- a/packages/svelte/tests/validator/samples/a11y-no-redundant-roles/warnings.json
+++ b/packages/svelte/tests/validator/samples/a11y-no-redundant-roles/warnings.json
@@ -1,467 +1,467 @@
[
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 23,
"line": 1
},
- "message": "A11y: Redundant role 'link'",
+ "message": "Redundant role 'link'",
"start": {
"column": 12,
"line": 1
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 23,
"line": 2
},
- "message": "A11y: Redundant role 'article'",
+ "message": "Redundant role 'article'",
"start": {
"column": 9,
"line": 2
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 27,
"line": 3
},
- "message": "A11y: Redundant role 'complementary'",
+ "message": "Redundant role 'complementary'",
"start": {
"column": 7,
"line": 3
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 21,
"line": 4
},
- "message": "A11y: Redundant role 'document'",
+ "message": "Redundant role 'document'",
"start": {
"column": 6,
"line": 4
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 21,
"line": 5
},
- "message": "A11y: Redundant role 'button'",
+ "message": "Redundant role 'button'",
"start": {
"column": 8,
"line": 5
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 24,
"line": 6
},
- "message": "A11y: Redundant role 'listbox'",
+ "message": "Redundant role 'listbox'",
"start": {
"column": 10,
"line": 6
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 21,
"line": 7
},
- "message": "A11y: Redundant role 'definition'",
+ "message": "Redundant role 'definition'",
"start": {
"column": 4,
"line": 7
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 16,
"line": 8
},
- "message": "A11y: Redundant role 'term'",
+ "message": "Redundant role 'term'",
"start": {
"column": 5,
"line": 8
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 21,
"line": 9
},
- "message": "A11y: Redundant role 'group'",
+ "message": "Redundant role 'group'",
"start": {
"column": 9,
"line": 9
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 21,
"line": 10
},
- "message": "A11y: Redundant role 'dialog'",
+ "message": "Redundant role 'dialog'",
"start": {
"column": 8,
"line": 10
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 15,
"line": 11
},
- "message": "A11y: Redundant role 'term'",
+ "message": "Redundant role 'term'",
"start": {
"column": 4,
"line": 11
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 22,
"line": 12
},
- "message": "A11y: Redundant role 'group'",
+ "message": "Redundant role 'group'",
"start": {
"column": 10,
"line": 12
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 21,
"line": 13
},
- "message": "A11y: Redundant role 'figure'",
+ "message": "Redundant role 'figure'",
"start": {
"column": 8,
"line": 13
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 17,
"line": 14
},
- "message": "A11y: Redundant role 'form'",
+ "message": "Redundant role 'form'",
"start": {
"column": 6,
"line": 14
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 18,
"line": 15
},
- "message": "A11y: Redundant role 'heading'",
+ "message": "Redundant role 'heading'",
"start": {
"column": 4,
"line": 15
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 18,
"line": 16
},
- "message": "A11y: Redundant role 'heading'",
+ "message": "Redundant role 'heading'",
"start": {
"column": 4,
"line": 16
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 18,
"line": 17
},
- "message": "A11y: Redundant role 'heading'",
+ "message": "Redundant role 'heading'",
"start": {
"column": 4,
"line": 17
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 18,
"line": 18
},
- "message": "A11y: Redundant role 'heading'",
+ "message": "Redundant role 'heading'",
"start": {
"column": 4,
"line": 18
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 18,
"line": 19
},
- "message": "A11y: Redundant role 'heading'",
+ "message": "Redundant role 'heading'",
"start": {
"column": 4,
"line": 19
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 18,
"line": 20
},
- "message": "A11y: Redundant role 'heading'",
+ "message": "Redundant role 'heading'",
"start": {
"column": 4,
"line": 20
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 20,
"line": 21
},
- "message": "A11y: Redundant role 'separator'",
+ "message": "Redundant role 'separator'",
"start": {
"column": 4,
"line": 21
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 17,
"line": 23
},
- "message": "A11y: Redundant role 'link'",
+ "message": "Redundant role 'link'",
"start": {
"column": 6,
"line": 23
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 17,
"line": 24
},
- "message": "A11y: Redundant role 'main'",
+ "message": "Redundant role 'main'",
"start": {
"column": 6,
"line": 24
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 17,
"line": 25
},
- "message": "A11y: Redundant role 'list'",
+ "message": "Redundant role 'list'",
"start": {
"column": 6,
"line": 25
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 22,
"line": 26
},
- "message": "A11y: Redundant role 'navigation'",
+ "message": "Redundant role 'navigation'",
"start": {
"column": 5,
"line": 26
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 22,
"line": 28
},
- "message": "A11y: Redundant role 'group'",
+ "message": "Redundant role 'group'",
"start": {
"column": 10,
"line": 28
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 21,
"line": 29
},
- "message": "A11y: Redundant role 'option'",
+ "message": "Redundant role 'option'",
"start": {
"column": 8,
"line": 29
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 21,
"line": 30
},
- "message": "A11y: Redundant role 'status'",
+ "message": "Redundant role 'status'",
"start": {
"column": 8,
"line": 30
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 28,
"line": 31
},
- "message": "A11y: Redundant role 'progressbar'",
+ "message": "Redundant role 'progressbar'",
"start": {
"column": 10,
"line": 31
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 22,
"line": 32
},
- "message": "A11y: Redundant role 'region'",
+ "message": "Redundant role 'region'",
"start": {
"column": 9,
"line": 32
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 22,
"line": 33
},
- "message": "A11y: Redundant role 'button'",
+ "message": "Redundant role 'button'",
"start": {
"column": 9,
"line": 33
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 19,
"line": 34
},
- "message": "A11y: Redundant role 'table'",
+ "message": "Redundant role 'table'",
"start": {
"column": 7,
"line": 34
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 22,
"line": 35
},
- "message": "A11y: Redundant role 'rowgroup'",
+ "message": "Redundant role 'rowgroup'",
"start": {
"column": 7,
"line": 35
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 24,
"line": 36
},
- "message": "A11y: Redundant role 'textbox'",
+ "message": "Redundant role 'textbox'",
"start": {
"column": 10,
"line": 36
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 22,
"line": 37
},
- "message": "A11y: Redundant role 'rowgroup'",
+ "message": "Redundant role 'rowgroup'",
"start": {
"column": 7,
"line": 37
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 22,
"line": 38
},
- "message": "A11y: Redundant role 'rowgroup'",
+ "message": "Redundant role 'rowgroup'",
"start": {
"column": 7,
"line": 38
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 14,
"line": 39
},
- "message": "A11y: Redundant role 'row'",
+ "message": "Redundant role 'row'",
"start": {
"column": 4,
"line": 39
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 21,
"line": 43
},
- "message": "A11y: Redundant role 'banner'",
+ "message": "Redundant role 'banner'",
"start": {
"column": 8,
"line": 43
}
},
{
- "code": "a11y-no-redundant-roles",
+ "code": "a11y_no_redundant_roles",
"end": {
"column": 26,
"line": 44
},
- "message": "A11y: Redundant role 'contentinfo'",
+ "message": "Redundant role 'contentinfo'",
"start": {
"column": 8,
"line": 44
diff --git a/packages/svelte/tests/validator/samples/a11y-no-static-element-interactions/input.svelte b/packages/svelte/tests/validator/samples/a11y-no-static-element-interactions/input.svelte
index f232f6b0fef9..44d8b8beb177 100644
--- a/packages/svelte/tests/validator/samples/a11y-no-static-element-interactions/input.svelte
+++ b/packages/svelte/tests/validator/samples/a11y-no-static-element-interactions/input.svelte
@@ -4,16 +4,16 @@
{}}>
-
+
{}} role="button">
{}} />
{}}>
{}}>link
{}}>
-
+
{}}>
-
+
{}} on:mouseup={() => {}} on:copy={() => {}}>link
diff --git a/packages/svelte/tests/validator/samples/a11y-no-static-element-interactions/warnings.json b/packages/svelte/tests/validator/samples/a11y-no-static-element-interactions/warnings.json
index f8b982a177fb..93602ff6183d 100644
--- a/packages/svelte/tests/validator/samples/a11y-no-static-element-interactions/warnings.json
+++ b/packages/svelte/tests/validator/samples/a11y-no-static-element-interactions/warnings.json
@@ -1,23 +1,23 @@
[
{
- "code": "a11y-no-static-element-interactions",
+ "code": "a11y_no_static_element_interactions",
"end": {
"column": 33,
"line": 17
},
- "message": "A11y: with keydown handler must have an ARIA role",
+ "message": "
with a keydown handler must have an ARIA role",
"start": {
"column": 0,
"line": 17
}
},
{
- "code": "a11y-no-static-element-interactions",
+ "code": "a11y_no_static_element_interactions",
"end": {
"column": 76,
"line": 19
},
- "message": "A11y:
with mousedown, mouseup handlers must have an ARIA role",
+ "message": " with a mousedown or mouseup handler must have an ARIA role",
"start": {
"column": 0,
"line": 19
diff --git a/packages/svelte/tests/validator/samples/a11y-not-on-components/warnings.json b/packages/svelte/tests/validator/samples/a11y-not-on-components/warnings.json
index d79141b22f49..07ebb7377630 100644
--- a/packages/svelte/tests/validator/samples/a11y-not-on-components/warnings.json
+++ b/packages/svelte/tests/validator/samples/a11y-not-on-components/warnings.json
@@ -1,7 +1,7 @@
[
{
- "code": "a11y-autofocus",
- "message": "A11y: Avoid using autofocus",
+ "code": "a11y_autofocus",
+ "message": "Avoid using autofocus",
"start": {
"column": 8,
"line": 6
diff --git a/packages/svelte/tests/validator/samples/a11y-role-has-required-aria-props/warnings.json b/packages/svelte/tests/validator/samples/a11y-role-has-required-aria-props/warnings.json
index 17ecda6c1c25..732187a6e277 100644
--- a/packages/svelte/tests/validator/samples/a11y-role-has-required-aria-props/warnings.json
+++ b/packages/svelte/tests/validator/samples/a11y-role-has-required-aria-props/warnings.json
@@ -1,7 +1,7 @@
[
{
- "code": "a11y-role-has-required-aria-props",
- "message": "A11y: Elements with the ARIA role \"heading\" must have the following attributes defined: \"aria-level\"",
+ "code": "a11y_role_has_required_aria_props",
+ "message": "Elements with the ARIA role \"heading\" must have the following attributes defined: \"aria-level\"",
"start": {
"line": 1,
"column": 5
@@ -12,8 +12,8 @@
}
},
{
- "code": "a11y-role-has-required-aria-props",
- "message": "A11y: Elements with the ARIA role \"checkbox\" must have the following attributes defined: \"aria-checked\"",
+ "code": "a11y_role_has_required_aria_props",
+ "message": "Elements with the ARIA role \"checkbox\" must have the following attributes defined: \"aria-checked\"",
"start": {
"line": 2,
"column": 6
@@ -24,8 +24,8 @@
}
},
{
- "code": "a11y-role-has-required-aria-props",
- "message": "A11y: Elements with the ARIA role \"meter\" must have the following attributes defined: \"aria-valuenow\"",
+ "code": "a11y_role_has_required_aria_props",
+ "message": "Elements with the ARIA role \"meter\" must have the following attributes defined: \"aria-valuenow\"",
"start": {
"line": 3,
"column": 5
@@ -36,8 +36,8 @@
}
},
{
- "code": "a11y-role-has-required-aria-props",
- "message": "A11y: Elements with the ARIA role \"scrollbar\" must have the following attributes defined: \"aria-controls\", \"aria-valuenow\"",
+ "code": "a11y_role_has_required_aria_props",
+ "message": "Elements with the ARIA role \"scrollbar\" must have the following attributes defined: \"aria-controls\" and \"aria-valuenow\"",
"start": {
"column": 5,
"line": 4
diff --git a/packages/svelte/tests/validator/samples/a11y-role-supports-aria-props/warnings.json b/packages/svelte/tests/validator/samples/a11y-role-supports-aria-props/warnings.json
index 4e26ae572a90..176f15711bd8 100644
--- a/packages/svelte/tests/validator/samples/a11y-role-supports-aria-props/warnings.json
+++ b/packages/svelte/tests/validator/samples/a11y-role-supports-aria-props/warnings.json
@@ -1,2147 +1,2147 @@
[
{
- "code": "a11y-role-supports-aria-props",
+ "code": "a11y_role_supports_aria_props_implicit",
"end": {
"column": 19,
"line": 2
},
- "message": "A11y: The attribute 'aria-setsize' is not supported by the role 'link'. This role is implicit on the element .",
+ "message": "The attribute 'aria-setsize' is not supported by the role 'link'. This role is implicit on the element ",
"start": {
"column": 3,
"line": 2
}
},
{
- "code": "a11y-role-supports-aria-props",
+ "code": "a11y_role_supports_aria_props_implicit",
"end": {
"column": 18,
"line": 3
},
- "message": "A11y: The attribute 'aria-pressed' is not supported by the role 'link'. This role is implicit on the element .",
+ "message": "The attribute 'aria-pressed' is not supported by the role 'link'. This role is implicit on the element ",
"start": {
"column": 6,
"line": 3
}
},
{
- "code": "a11y-role-supports-aria-props",
+ "code": "a11y_role_supports_aria_props_implicit",
"end": {
"column": 35,
"line": 4
},
- "message": "A11y: The attribute 'aria-autocomplete' is not supported by the role 'article'. This role is implicit on the element .",
+ "message": "The attribute 'aria-autocomplete' is not supported by the role 'article'. This role is implicit on the element ",
"start": {
"column": 9,
"line": 4
}
},
{
- "code": "a11y-role-supports-aria-props",
+ "code": "a11y_role_supports_aria_props_implicit",
"end": {
"column": 17,
"line": 5
},
- "message": "A11y: The attribute 'aria-modal' is not supported by the role 'complementary'. This role is implicit on the element .",
+ "message": "The attribute 'aria-modal' is not supported by the role 'complementary'. This role is implicit on the element ",
"start": {
"column": 7,
"line": 5
}
},
{
- "code": "a11y-role-supports-aria-props",
+ "code": "a11y_role_supports_aria_props_implicit",
"end": {
"column": 18,
"line": 6
},
- "message": "A11y: The attribute 'aria-invalid' is not supported by the role 'document'. This role is implicit on the element .",
+ "message": "The attribute 'aria-invalid' is not supported by the role 'document'. This role is implicit on the element ",
"start": {
"column": 6,
"line": 6
}
},
{
- "code": "a11y-role-supports-aria-props",
+ "code": "a11y_role_supports_aria_props_implicit",
"end": {
"column": 25,
"line": 7
},
- "message": "A11y: The attribute 'aria-valuemax' is not supported by the role 'button'. This role is implicit on the element .",
+ "message": "The attribute 'aria-valuemax' is not supported by the role 'button'. This role is implicit on the element ",
"start": {
"column": 8,
"line": 7
}
},
{
- "code": "a11y-role-supports-aria-props",
+ "code": "a11y_role_supports_aria_props_implicit",
"end": {
"column": 27,
"line": 8
},
- "message": "A11y: The attribute 'aria-valuenow' is not supported by the role 'listbox'. This role is implicit on the element .",
+ "message": "The attribute 'aria-valuenow' is not supported by the role 'listbox'. This role is implicit on the element ",
"start": {
"column": 10,
"line": 8
}
},
{
- "code": "a11y-role-supports-aria-props",
+ "code": "a11y_role_supports_aria_props_implicit",
"end": {
"column": 21,
"line": 9
},
- "message": "A11y: The attribute 'aria-rowindex' is not supported by the role 'definition'. This role is implicit on the element .",
+ "message": "The attribute 'aria-rowindex' is not supported by the role 'definition'. This role is implicit on the element ",
"start": {
"column": 4,
"line": 9
}
},
{
- "code": "a11y-role-supports-aria-props",
+ "code": "a11y_role_supports_aria_props_implicit",
"end": {
"column": 22,
"line": 10
},
- "message": "A11y: The attribute 'aria-colcount' is not supported by the role 'term'. This role is implicit on the element .",
+ "message": "The attribute 'aria-colcount' is not supported by the role 'term'. This role is implicit on the element ",
"start": {
"column": 5,
"line": 10
}
},
{
- "code": "a11y-role-supports-aria-props",
+ "code": "a11y_role_supports_aria_props_implicit",
"end": {
"column": 25,
"line": 11
},
- "message": "A11y: The attribute 'aria-posinset' is not supported by the role 'dialog'. This role is implicit on the element .",
+ "message": "The attribute 'aria-posinset' is not supported by the role 'dialog'. This role is implicit on the element ",
"start": {
"column": 8,
"line": 11
}
},
{
- "code": "a11y-role-supports-aria-props",
+ "code": "a11y_role_supports_aria_props_implicit",
"end": {
"column": 37,
"line": 12
},
- "message": "A11y: The attribute 'aria-orientation' is not supported by the role 'group'. This role is implicit on the element .",
+ "message": "The attribute 'aria-orientation' is not supported by the role 'group'. This role is implicit on the element ",
"start": {
"column": 9,
"line": 12
}
},
{
- "code": "a11y-role-supports-aria-props",
+ "code": "a11y_role_supports_aria_props_implicit",
"end": {
"column": 21,
"line": 13
},
- "message": "A11y: The attribute 'aria-valuemin' is not supported by the role 'term'. This role is implicit on the element .",
+ "message": "The attribute 'aria-valuemin' is not supported by the role 'term'. This role is implicit on the element ",
"start": {
"column": 4,
"line": 13
}
},
{
- "code": "a11y-role-supports-aria-props",
+ "code": "a11y_role_supports_aria_props_implicit",
"end": {
"column": 38,
"line": 14
},
- "message": "A11y: The attribute 'aria-orientation' is not supported by the role 'group'. This role is implicit on the element .",
+ "message": "The attribute 'aria-orientation' is not supported by the role 'group'. This role is implicit on the element ",
"start": {
"column": 10,
"line": 14
}
},
{
- "code": "a11y-role-supports-aria-props",
+ "code": "a11y_role_supports_aria_props_implicit",
"end": {
"column": 19,
"line": 15
},
- "message": "A11y: The attribute 'aria-disabled' is not supported by the role 'form'. This role is implicit on the element