Skip to content

Commit

Permalink
Replaced "role=contentinfo" with "role=banner" in "Rules of ARIA attr…
Browse files Browse the repository at this point in the history
…ibute usage by HTML element" table (header element) (#502)

Fixes typo / link for allowed implicit role
---------

Co-authored-by: Scott O'Hara <[email protected]>
  • Loading branch information
giacomo-petri and scottaohara authored Dec 21, 2023
1 parent 3a68337 commit afb0c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1460,7 +1460,7 @@ <h2 id="docconformance">
(If not a descendant of an `article`, `aside`, `main`, `nav`
or `section` element, or an element with `role=article`, `complementary`,
`main`, `navigation` or `region`,
then <code>role=<a href="#index-aria-contentinfo">contentinfo</a></code>
then <code>role=<a href="#index-aria-banner">banner</a></code>
is also allowed, but NOT RECOMMENDED.
Otherwise, <code>role=<a href="#index-aria-generic">generic</a></code>
is also allowed, but SHOULD NOT be used.)
Expand Down

0 comments on commit afb0c65

Please sign in to comment.