From ba0a2662d68af9b5a31e588532ef2c262d39f84a Mon Sep 17 00:00:00 2001 From: Anton Timmermans Date: Wed, 13 Jul 2016 15:48:09 +0200 Subject: [PATCH] Add browser support heading --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 55308500018443..36cca6c883a397 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,7 @@ A11ySpeak( "The message you want to send to the ARIA live region" ); // For assertive messages that should interrupt what screen readers are currently announcing. A11ySpeak( "The message you want to send to the ARIA live region", "assertive" ); ``` + +## Browser support + +IE9+ and all modern browsers.