We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef99ec7 commit 088ab85Copy full SHA for 088ab85
1 file changed
tests/audit/role-supports-aria-props/peer-parity.js
@@ -78,7 +78,8 @@ ruleTester.run('audit:role-supports-aria-props (gts)', rule, {
78
},
79
{
80
code: '<template><div role="combobox" aria-multiline="true" aria-expanded="false" aria-controls="x" /></template>',
81
- output: '<template><div role="combobox" aria-expanded="false" aria-controls="x" /></template>',
+ output:
82
+ '<template><div role="combobox" aria-expanded="false" aria-controls="x" /></template>',
83
errors: [{ messageId: 'unsupportedExplicit' }],
84
85
0 commit comments