Skip to content

Commit

Permalink
Create aria heading without level.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mraccess77 committed Mar 7, 2024
1 parent 7fb9990 commit 33db5b9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions examples/Fails/aria heading without level.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ARIA Heading Example witout aria-level</title>
</head>
<body>
<main>
<h1>ARIA heading example without aria-level</h1>
<div role="heading" aria-level="1">Main Title</div>
<div role="heading" aria-level="2">Sub Title</div>
<div role="heading" >Sub Sub Title</div>
</main>
</body>
</html>

0 comments on commit 33db5b9

Please sign in to comment.