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 6d80f65 commit 7ac894bCopy full SHA for 7ac894b
1 file changed
tests/lib/rules/template-no-nested-landmark.js
@@ -45,7 +45,7 @@ ruleTester.run('template-no-nested-landmark', rule, {
45
46
// `<section>` only gets the `region` landmark role when it has an accessible name
47
// (aria-label/aria-labelledby/title). Without one it has the generic role — see
48
- // https://www.w3.org/WAI/ARIA/apg/patterns/landmarks/examples/HTML5.html.
+ // https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Roles/region_role.
49
// This rule does not inspect accessible names, so unnamed sections are excluded.
50
'<template><section><section>Content</section></section></template>',
51
// `role="region"` is the landmark role a named `<section>` gets. Nesting it is
0 commit comments