From 200afa441b52880f8d715a6b1f0754ec1bf0939d Mon Sep 17 00:00:00 2001 From: Matt King Date: Thu, 7 Dec 2017 22:21:21 -0800 Subject: [PATCH] Feed Pattern: correct typo in aria-describedby guidance Per feedback from @annabbott in issue #560, modified the roles, states, and properties subsection of the feed pattern in aria-practices.html to correct a typo in the aria-describedby bullet, changed "Each" to "each". --- aria-practices.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aria-practices.html b/aria-practices.html index ab82302421..a64ec9025b 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -1201,7 +1201,7 @@

WAI-ARIA Roles, States, and Properties

referring to elements inside the article that can serve as a distinguishing label.
  • - It is optional but strongly recommended for Each article element to have + It is optional but strongly recommended for each article element to have aria-describedby referring to one or more elements inside the article that serve as the primary content of the article.