Skip to content

Commit afb0c65

Browse files
Replaced "role=contentinfo" with "role=banner" in "Rules of ARIA attribute usage by HTML element" table (header element) (#502)
Fixes typo / link for allowed implicit role --------- Co-authored-by: Scott O'Hara <[email protected]>
1 parent 3a68337 commit afb0c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,7 @@ <h2 id="docconformance">
14601460
(If not a descendant of an `article`, `aside`, `main`, `nav`
14611461
or `section` element, or an element with `role=article`, `complementary`,
14621462
`main`, `navigation` or `region`,
1463-
then <code>role=<a href="#index-aria-contentinfo">contentinfo</a></code>
1463+
then <code>role=<a href="#index-aria-banner">banner</a></code>
14641464
is also allowed, but NOT RECOMMENDED.
14651465
Otherwise, <code>role=<a href="#index-aria-generic">generic</a></code>
14661466
is also allowed, but SHOULD NOT be used.)

0 commit comments

Comments
 (0)