Skip to content

Commit

Permalink
blog(embertimes128): accessible ember sortable (#423)
Browse files Browse the repository at this point in the history
* Set up Issue #128

* blog(embertimes128): accessible ember sortable

* update text

* Update source/2019-12-13-the-ember-times-issue-128.md

Co-Authored-By: Amy Lam <amy.r.lam@gmail.com>

* Update source/2019-12-13-the-ember-times-issue-128.md

Co-Authored-By: Amy Lam <amy.r.lam@gmail.com>

* Update source/2019-12-13-the-ember-times-issue-128.md

Co-Authored-By: Amy Lam <amy.r.lam@gmail.com>

* Update wording

* Update source/2019-12-13-the-ember-times-issue-128.md

Co-Authored-By: Amy Lam <amy.r.lam@gmail.com>

* DecEmber

* Update source/2019-12-13-the-ember-times-issue-128.md

Co-Authored-By: Melanie Sumner <melaniersumner@gmail.com>
  • Loading branch information
chrisrng and MelSumner committed Dec 11, 2019
1 parent cc17a43 commit e7ad634
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions source/2019-12-13-the-ember-times-issue-128.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: The Ember Times - Issue No. 128
author: the crowd
author: Chris Ng, the crowd
tags: Recent Posts, Newsletter, Ember.js Times, Ember Times, 2019
alias : "blog/2019/12/13-the-ember-times-issue-128.html"
responsive: true
---

<SAYING-HELLO-IN-YOUR-FAVORITE-LANGUAGE> Emberistas! 🐹
Check out the new accessible controls for ember-sortable 🎛️

<SOME-INTRO-HERE-TO-KEEP-THEM-SUBSCRIBERS-READING>

Expand All @@ -24,6 +25,14 @@ READMORE

---

## [Accessible Controls for ember-sortable 🎛️](https://www.linkedin.com/pulse/open-source-a11y-deep-dive-ember-sortable-yicheng-jerry-gong/)

[Yicheng (Jerry) Gong (@ygongdev)](https://github.com/ygongdev) wrote a [blog post](https://www.linkedin.com/pulse/open-source-a11y-deep-dive-ember-sortable-yicheng-jerry-gong/) that documented the process on how we now have [accessible controls](https://github.com/adopted-ember-addons/ember-sortable/issues/269) for [ember-sortable](https://github.com/adopted-ember-addons/ember-sortable), an open source drag and drop list sort Ember addon.

Unfortunately there was not a well-defined standard for making accessible drag and drop controls from organizations such as the [WCAG](https://www.w3.org/WAI/standards-guidelines/wcag/). He turned to [Andrew A Lee (@drewlee)](https://github.com/drewlee) who created a comprehensive list on what accessible features should be expected on a drag and drop utility and even a [CodePen demo](https://codepen.io/drewlee/project/full/XWNLeE). These accessible controls have now landed as part of the [2.0.0 release](https://github.com/adopted-ember-addons/ember-sortable/releases/tag/v2.0.0) of the [ember-sortable](https://github.com/adopted-ember-addons/ember-sortable) addon. Check out the accessible controls at the [demo page](https://adopted-ember-addons.github.io/ember-sortable/demo/) today!

As part of this work, [ember-sortable](https://github.com/adopted-ember-addons/ember-sortable) is now part of the [adopted-ember-addons](https://github.com/adopted-ember-addons) which is a GitHub org where community members can find a [new home](https://github.com/adopted-ember-addons/program-guidelines/blob/master/README.md) for their Ember addon. Moreover, ember-sortable was also highlighted on [DecEmber Day 1](https://blog.emberjs.com/2019/12/01/countdown-to-the-new-year-ember-sortable.html)!

## [Section Title in Title Case 🐹](#section-url)

<change section title emoji>
Expand Down Expand Up @@ -134,4 +143,4 @@ That's another wrap! ✨

Be kind,

the crowd and the Learning Team
Chris Ng, the crowd and the Learning Team

0 comments on commit e7ad634

Please sign in to comment.