Skip to content

Commit

Permalink
Introduction section: Remove plural on presentation role
Browse files Browse the repository at this point in the history
In aria-practices.html, intro section, change:
"presentation roles" to "role presentation"
  • Loading branch information
mcking65 committed Nov 16, 2017
1 parent fc5d1d5 commit d2ca176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aria-practices.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h2>Introduction</h2>
<p>
After a brief <q>Read Me First</q> section, the guide begins with ARIA implementation patterns for common widgets that both enumerate expected behaviors and demonstrate those behaviors with working code.
The implementation patterns and examples refer to detailed explanations of supporting concepts in subsequent guidance sections.
The guidance sections cover more general topics such as use of ARIA landmarks, practices for keyboard interfaces, grid and table properties, and the effects of the <code>presentation</code> roles.
The guidance sections cover more general topics such as use of ARIA landmarks, practices for keyboard interfaces, grid and table properties, and the effects of role <code>presentation</code>.
</p>
</section>

Expand Down

0 comments on commit d2ca176

Please sign in to comment.