From 569207c1b53b50c9916d2d06589a883d1a49d52d Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Tue, 24 Nov 2015 11:34:59 -0800 Subject: [PATCH] Update label a11y guidelines to explain use of multiple labels describing one element --- docs/pages/label.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/pages/label.md b/docs/pages/label.md index a2451a7a1..b2feec5e7 100644 --- a/docs/pages/label.md +++ b/docs/pages/label.md @@ -21,6 +21,14 @@ A label will typically be describing another element on the page. To bind the tw High Priority ``` +If an element is described by multiple labels, place multiple IDs inside of `aria-describedby`. + +```html +

Re: re: re: you won't believe what's in this email!

+High Priority +Unread +``` + --- ## Coloring -- 2.47.2