You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
8) should return true if an element has a label and a title with the same text
9) should return true if an element has a label and aria-describedby with the same text
10) should return false if input only has a title
11) should return true if an input only has aria-describedby
8) help-same-as-label should return true if an element has a label and a title with the same text:
label@http://localhost:9876/axe.js:8120:28
label@http://localhost:9876/axe.js:9397:31
evaluate@http://localhost:9876/tmp/rules.js:1328:42
http://localhost:9876/test/checks/label/help-same-as-label.js:18:54
callFn@http://localhost:9876/node_modules/mocha/mocha.js:4447:25
run@http://localhost:9876/node_modules/mocha/mocha.js:4439:13
runTest@http://localhost:9876/node_modules/mocha/mocha.js:4936:13
http://localhost:9876/node_modules/mocha/mocha.js:5042:19
next@http://localhost:9876/node_modules/mocha/mocha.js:4853:16
http://localhost:9876/node_modules/mocha/mocha.js:4863:11
next@http://localhost:9876/node_modules/mocha/mocha.js:4787:16
http://localhost:9876/node_modules/mocha/mocha.js:4831:9
timeslice@http://localhost:9876/node_modules/mocha/mocha.js:82:27
9) help-same-as-label should return true if an element has a label and aria-describedby with the same text:
label@http://localhost:9876/axe.js:8120:28
label@http://localhost:9876/axe.js:9397:31
evaluate@http://localhost:9876/tmp/rules.js:1328:42
http://localhost:9876/test/checks/label/help-same-as-label.js:33:54
callFn@http://localhost:9876/node_modules/mocha/mocha.js:4447:25
run@http://localhost:9876/node_modules/mocha/mocha.js:4439:13
runTest@http://localhost:9876/node_modules/mocha/mocha.js:4936:13
http://localhost:9876/node_modules/mocha/mocha.js:5042:19
next@http://localhost:9876/node_modules/mocha/mocha.js:4853:16
http://localhost:9876/node_modules/mocha/mocha.js:4863:11
next@http://localhost:9876/node_modules/mocha/mocha.js:4787:16
http://localhost:9876/node_modules/mocha/mocha.js:4831:9
timeslice@http://localhost:9876/node_modules/mocha/mocha.js:82:27
10) help-same-as-label should return false if input only has a title:
label@http://localhost:9876/axe.js:8120:28
label@http://localhost:9876/axe.js:9397:31
evaluate@http://localhost:9876/tmp/rules.js:1328:42
http://localhost:9876/test/checks/label/help-same-as-label.js:44:55
callFn@http://localhost:9876/node_modules/mocha/mocha.js:4447:25
run@http://localhost:9876/node_modules/mocha/mocha.js:4439:13
runTest@http://localhost:9876/node_modules/mocha/mocha.js:4936:13
http://localhost:9876/node_modules/mocha/mocha.js:5042:19
next@http://localhost:9876/node_modules/mocha/mocha.js:4853:16
http://localhost:9876/node_modules/mocha/mocha.js:4863:11
next@http://localhost:9876/node_modules/mocha/mocha.js:4787:16
http://localhost:9876/node_modules/mocha/mocha.js:4831:9
timeslice@http://localhost:9876/node_modules/mocha/mocha.js:82:27
11) help-same-as-label should return true if an input only has aria-describedby:
label@http://localhost:9876/axe.js:8120:28
label@http://localhost:9876/axe.js:9397:31
evaluate@http://localhost:9876/tmp/rules.js:1328:42
http://localhost:9876/test/checks/label/help-same-as-label.js:59:55
callFn@http://localhost:9876/node_modules/mocha/mocha.js:4447:25
run@http://localhost:9876/node_modules/mocha/mocha.js:4439:13
runTest@http://localhost:9876/node_modules/mocha/mocha.js:4936:13
http://localhost:9876/node_modules/mocha/mocha.js:5042:19
next@http://localhost:9876/node_modules/mocha/mocha.js:4853:16
http://localhost:9876/node_modules/mocha/mocha.js:4863:11
next@http://localhost:9876/node_modules/mocha/mocha.js:4787:16
http://localhost:9876/node_modules/mocha/mocha.js:4831:9
timeslice@http://localhost:9876/node_modules/mocha/mocha.js:82:27
The text was updated successfully, but these errors were encountered:
The help-same-as-label check needs to be updated for Shadow DOM. Here are the failing tests:
Sub-task of #87.
Full stack trace:
The text was updated successfully, but these errors were encountered: