From cab86783fb771a27815c1cf44ec41b0c70720814 Mon Sep 17 00:00:00 2001
From: Matt King
Date: Tue, 31 Jan 2017 10:18:14 -0800
Subject: [PATCH] Disclosure Pattern Outline for Issue #9
modified disclosure pattern section of aria-practices.html:
* Add outline of disclosure pattern.
* Draft keyboard subsection content.
* Add links to roles/properties that need to be described.
* Add links to disclosure example pages.
---
aria-practices.html | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/aria-practices.html b/aria-practices.html
index 7693f62534..fbde1fa0c1 100644
--- a/aria-practices.html
+++ b/aria-practices.html
@@ -536,6 +536,30 @@ Disclosure (Show/Hide)
Drafting content for this section is tracked by
issue 9.
+ Write description of disclosure pattern here.
+
+ Keyboard Interaction
+ When the disclosure control has focus:
+
+ - Enter: activates the disclosure control and toggles the visibility of the disclosure content.
+ - Space: activates the disclosure control and toggles the visibility of the disclosure content.
+
+
+
+ WAI-ARIA Roles, States, and Properties
+
+
+