Page MenuHomePhabricator

Make tokens more accessible to assitive technologies
ClosedPublic

Authored by epriestley on May 5 2014, 4:48 PM.
Tags
None
Referenced Files
F13293753: D8982.diff
Wed, Jun 5, 12:26 PM
F13286066: D8982.diff
Tue, Jun 4, 6:27 AM
F13259084: D8982.id21307.diff
Sun, May 26, 4:14 PM
F13256561: D8982.diff
Sat, May 25, 2:08 PM
F13256267: D8982.id21311.diff
Sat, May 25, 10:49 AM
F13247843: D8982.diff
Thu, May 23, 10:53 PM
F13241731: D8982.diff
Wed, May 22, 11:12 PM
F13232405: D8982.diff
Tue, May 21, 1:15 AM
Subscribers

Details

Summary

Ref T4843.

  • The token award buttons are just icons.
  • The tokens themselves are just icons.
  • Also spread the tokens out a tiny bit, they feel a little tight to me right now.
Test Plan

Used VoiceOver to read out tokens and token actions. Looked at an object with several token awards.

Diff Detail

Repository
rP Phabricator
Branch
auraltokens
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 249
Build 249: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Make tokens more accessible to assitive technologies.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: chad, btrahan.
btrahan edited edge metadata.
btrahan added inline comments.
webroot/rsrc/css/application/tokens/tokens.css
22

what's the '+' do?

This revision is now accepted and ready to land.May 5 2014, 4:51 PM

The + is an adjacent element selector, so this makes us "implode" the list with space (it only applies to tokens which immediately follow another token in the document), rather than ending up with a weird 4px margin at the beginning or end.

epriestley updated this revision to Diff 21311.

Closed by commit rP9b66f00484da (authored by @epriestley).