Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Subset conditional mapping of aside in a section context with a defined role
  • Loading branch information
joone authored Nov 9, 2023
1 parent 03d5b9b commit 72b8ea6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion html-aam/roles-contextual.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<nav>
<aside data-testname="el-aside-in-section-with-name" data-expectedrole="complementary" aria-label="x" class="ex">x</aside>
<aside data-testname="el-aside-in-section-without-name" class="ex-generic">x</aside>
<aside data-testname="el-aside-in-section-with-role" data-expectedrole="complementary" class="ex" role="complementary">x</aside>
</nav>
<aside data-testname="el-aside-ancestorbodymain" data-expectedrole="complementary" class="ex">x</aside>

Expand All @@ -51,4 +52,4 @@
</script>

</body>
</html>
</html>

0 comments on commit 72b8ea6

Please sign in to comment.