From cafab41cd89600a0cf3e251557af55dcc76cb505 Mon Sep 17 00:00:00 2001 From: Kenneth Larsen Date: Fri, 25 Jan 2019 07:11:59 +0100 Subject: [PATCH] Add section on RFC 433 --- source/blog/2019-01-25-the-ember-times-issue-82.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/source/blog/2019-01-25-the-ember-times-issue-82.md b/source/blog/2019-01-25-the-ember-times-issue-82.md index ea5244034c..8317d9f7e5 100644 --- a/source/blog/2019-01-25-the-ember-times-issue-82.md +++ b/source/blog/2019-01-25-the-ember-times-issue-82.md @@ -1,6 +1,6 @@ --- title: The Ember Times - Issue No. 82 -author: the crowd +author: Kenneth Larsen, the crowd tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019 alias : "blog/2019/01/25-the-ember-times-issue-82.html" responsive: true @@ -9,10 +9,14 @@ responsive: true హలో Emberistas! 🐹 + This week you can read all about a new RFC for **accesible routing** 🗺, ... --- -## [SECTION TITLE](#section-url) +## [New RFC: Accessible Routing in Ember 🗺](https://github.com/emberjs/rfcs/pull/433) +Currently, routing in Ember is not natively accessible for users with assistive technology. This means that whenever the user navigates to a new route within an Ember application, screen readers do not read out the new content or appropriately move focus. This new RFC by [@MelSumner](https://github.com/MelSumner) proposes a solution to this so **Ember routing can be natively accessible for users with assistive technology**. + +Feel free to read the [RFC](https://github.com/MelSumner/rfcs/blob/MelSumner-a11y-routing/text/0000-a11y-routing.md) and leave your thoughts as a comment. --- @@ -99,4 +103,4 @@ That's another wrap! ✨ Be kind, -the crowd and the Learning Team +Kenneth Larsen, the crowd and the Learning Team