From d2ca1768a8f301d1de0479704c98e2bef39249f5 Mon Sep 17 00:00:00 2001 From: Matt King Date: Wed, 15 Nov 2017 21:34:43 -0800 Subject: [PATCH] Introduction section: Remove plural on presentation role In aria-practices.html, intro section, change: "presentation roles" to "role presentation" --- aria-practices.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aria-practices.html b/aria-practices.html index 96baa09e18..fb1534ea7a 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -68,7 +68,7 @@

Introduction

After a brief Read Me First 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 presentation 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 presentation.