Skip to content

Commit ab4990f

Browse files
Editorial - Removed "or" at the beginning of the list of allowed roles for "form" element (#500)
Co-authored-by: Scott O'Hara <[email protected]>
1 parent afb0c65 commit ab4990f

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
@@ -1343,7 +1343,7 @@ <h2 id="docconformance">
13431343
<td>
13441344
<p>
13451345
Roles:
1346-
or <a href="#index-aria-none">`none`</a>,
1346+
<a href="#index-aria-none">`none`</a>,
13471347
<a href="#index-aria-presentation">`presentation`</a>
13481348
or <a href="#index-aria-search">`search`</a>. (<code><a href="#index-aria-form">form</a></code> is also allowed, but NOT RECOMMENDED.)
13491349
</p>

0 commit comments

Comments
 (0)