From 99b6129460bc3a77a5107bed3218f6553fe94641 Mon Sep 17 00:00:00 2001 From: harry Date: Tue, 16 May 2017 00:28:01 +0530 Subject: [PATCH] Add reveal accesibility codepen! --- docs/pages/reveal.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/pages/reveal.md b/docs/pages/reveal.md index b43104a50..a7153b3db 100644 --- a/docs/pages/reveal.md +++ b/docs/pages/reveal.md @@ -243,6 +243,14 @@ $.ajax('/url') Modals by default are accessible through the use of various ARIA attributes. To make a modal even more accessible, designate a label to the modal by adding `aria-labelledby="exampleModalHeader11"` to the container and `id="exampleModalHeader11"` to the elment you want to designate as the label. +

+ Watch this part in video +

+ +
+ edit on codepen button +
+ ```html_example

Click me for a modal

-- 2.47.2